<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/utils/acl/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2024-05-28T19:39:35Z</updated>
<entry>
<title>acl: switch to normal tarballs</title>
<updated>2024-05-28T19:39:35Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-05-25T18:44:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=39957093ddc8ef576c47dc908a785b3f277a842d'/>
<id>urn:sha1:39957093ddc8ef576c47dc908a785b3f277a842d</id>
<content type='text'>
Avoids having to patch autoconf.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>acl: update to 2.3.2</title>
<updated>2024-02-10T22:58:32Z</updated>
<author>
<name>Maxim Storchak</name>
</author>
<published>2024-02-10T18:53:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1803ec3732905fd4b622fb31c1a1d7cec4761cbc'/>
<id>urn:sha1:1803ec3732905fd4b622fb31c1a1d7cec4761cbc</id>
<content type='text'>
Signed-off-by: Maxim Storchak &lt;m.storchak@gmail.com&gt;
</content>
</entry>
<entry>
<title>utils/acl: assign PKG_CPE_ID</title>
<updated>2024-01-30T00:01:58Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-01-24T21:31:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0d4d5546249b3e013251507bf9d2bdf995b5666d'/>
<id>urn:sha1:0d4d5546249b3e013251507bf9d2bdf995b5666d</id>
<content type='text'>
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&amp;keyword=cpe%3A2.3%3Aa%3Aacl_project%3Aacl

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>acl: fix compilation with musl 1.2.4</title>
<updated>2023-05-17T05:43:13Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-05-16T09:17:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6c6d8fe5420a1fc88797f406e4483d743b87ac60'/>
<id>urn:sha1:6c6d8fe5420a1fc88797f406e4483d743b87ac60</id>
<content type='text'>
musl 1.2.4 deprecated legacy "LFS64" ("large file support") interfaces so
just having _GNU_SOURCE defined is not enough anymore.

Backport an upstream fix to replace these old functions.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>treewide: remove AUTORELEASE</title>
<updated>2023-04-21T20:46:58Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-04-21T16:32:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0c10c224be81f9221dabfab449855ab6718d2a0c'/>
<id>urn:sha1:0c10c224be81f9221dabfab449855ab6718d2a0c</id>
<content type='text'>
Automatically compute and substitute current values for all
$(AUTORELEASE) instances as this feature is deprecated and shouldn't be
used.

The following temporary change was made to the core:

diff --git a/rules.mk b/rules.mk
index 57d7995d4fa8..f16367de87a8 100644
--- a/rules.mk
+++ b/rules.mk
@@ -429,7 +429,7 @@ endef
 abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1))))

 COMMITCOUNT = $(if $(DUMP),0,$(call commitcount))
-AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1))
+AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile))

 all:
 FORCE: ;

And this command used to fix affected packages:

for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \
                              sed 's^.*/\([^/]*\)/Makefile^\1^';);
do
  make package/$i/download
done

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>acl: update to 2.3.1</title>
<updated>2021-03-21T17:32:27Z</updated>
<author>
<name>Maxim Storchak</name>
</author>
<published>2021-03-21T12:31:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=b559ce3f4eef7303f8cdb2eb6ea6a5942b12f9bb'/>
<id>urn:sha1:b559ce3f4eef7303f8cdb2eb6ea6a5942b12f9bb</id>
<content type='text'>
Signed-off-by: Maxim Storchak &lt;m.storchak@gmail.com&gt;
</content>
</entry>
<entry>
<title>acl: Switch to tarballs</title>
<updated>2018-07-22T02:52:36Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-07-22T02:52:36Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4bb517bebf13126c8ca503f9c80e3dad0a54f551'/>
<id>urn:sha1:4bb517bebf13126c8ca503f9c80e3dad0a54f551</id>
<content type='text'>
Should be faster. Also fixes uscan.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;</content>
</entry>
<entry>
<title>acl: update to 2018-01-21</title>
<updated>2018-02-03T23:02:20Z</updated>
<author>
<name>Andy Walsh</name>
</author>
<published>2018-02-02T11:37:14Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=016094eba83fa5add8547507b984f3c34170285e'/>
<id>urn:sha1:016094eba83fa5add8547507b984f3c34170285e</id>
<content type='text'>
Signed-off-by: Andy Walsh &lt;andy.walsh44+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>acl: update to 20170420</title>
<updated>2017-12-09T16:19:14Z</updated>
<author>
<name>Maxim Storchak</name>
</author>
<published>2017-12-09T16:19:14Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=ca36ea84ea4f2995c8af85902603b20072febf53'/>
<id>urn:sha1:ca36ea84ea4f2995c8af85902603b20072febf53</id>
<content type='text'>
Signed-off-by: Maxim Storchak &lt;m.storchak@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
</feed>
