From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 31311 invoked from network); 3 Sep 2021 15:48:57 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 3 Sep 2021 15:48:57 -0000 Received: (qmail 24227 invoked by uid 550); 3 Sep 2021 15:48:55 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 24206 invoked from network); 3 Sep 2021 15:48:54 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sholland.org; h= subject:to:references:from:message-id:date:mime-version :in-reply-to:content-type:content-transfer-encoding; s=fm3; bh=G JC6YGKzbtweppiSYkm85/Phs6wcDuSyDZgWVw8kWf0=; b=G8Hr+176TTaiMQHLv xjpxp03OVWRl4AWHcRRejV3KNe/oZAgA0A0KKxqmXpqxpzS9c/EClenRR4abPjmX AmqOpn7Y6ocH6ldmO9AK+mnolv2jpCHr1LC/fpx0DDEGoTWy3MCz58WOrPgaiVgb 5DSJF5YWxBOjA+80fAJNr1bDBgAgblOZTtvjOVZF6SZdO7+lFUjp2Hb+jBoMZxa3 rAnKrB+k4fUr2lCdWUbOuDc0UifaM+aGrFm04Puss4YfkWqJlOuDJ4qzAQucqPCP SdJHa+p7Q8cer02reIBqORMBCWqwIh5FTeWyFYh6+TrSuvpv9UFVoiyXHECRB5gu Ws0vQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=GJC6YGKzbtweppiSYkm85/Phs6wcDuSyDZgWVw8kW f0=; b=eu4qGa2NrHn6G73gQTXm0LporVd2P3/wNRimeXMRtoKtAuVAz9NVT+ms4 cMAfaEJl8Yzd7hG5hxqCFWwNSxnBASni811RcObfwb+H+MQIvPd0Q9wW1jqjjWjd AvmgKDWX2n8wBc6CQAghRmTuaMQGqrzFp3WOBBUsbDZ+VZlHm5ll/rGX/nAhQeWr O8tlQBeJxwAm4xmR9w2GV4YqTEAsKG2JPr2iOcl7QNFPntfVgBZYs5PptXwEGiSd 2YT+vk3SEdWqji2DuDVI4YYxcHsrZAfbs3C3g7ttQv5bChQUl4gcjob+9IW41ZUD tPd+u2HhmY45cCem4pSIM3HHMIWnQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddruddvjedgleduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepuffvfhfhkffffgggjggtgfesthejredttdefjeenucfhrhhomhepufgrmhhu vghlucfjohhllhgrnhguuceoshgrmhhuvghlsehshhholhhlrghnugdrohhrgheqnecugg ftrfgrthhtvghrnhepjeejfeetteeitefhudekueetteehffdtgeevkeduieekfeelvdet ffeiveegledunecuffhomhgrihhnpehgihhthhhusgdrtghomhdpmhhushhlqdhlihgstg drohhrghenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhm pehsrghmuhgvlhesshhhohhllhgrnhgurdhorhhg X-ME-Proxy: To: musl@lists.openwall.com, Nicolo' Piazzalunga References: <4832d869-3d38-0471-d5dd-f462f1e79da9@gmail.com> From: Samuel Holland Message-ID: <7f048a1e-79ef-b2c4-0461-cde933597257@sholland.org> Date: Fri, 3 Sep 2021 10:48:41 -0500 User-Agent: Mozilla/5.0 (X11; Linux ppc64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2 MIME-Version: 1.0 In-Reply-To: <4832d869-3d38-0471-d5dd-f462f1e79da9@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [musl] feeds for new releases On 9/3/21 6:15 AM, Nicolo' Piazzalunga wrote: > Is it possible to get feeds (rss, atom) for new musl releases > that are tagged in the official git repo? > > I have in mind something like > https://github.com/golang/go/releases.atom You can use cgit's built-in atom feed support. There is no feed for the list of tags, but you can get the history of the VERSION file, which for musl is the same set of commits: http://git.musl-libc.org/cgit/musl/atom/VERSION Regards, Samuel