<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/memcached, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-03-15T07:09:50Z</updated>
<entry>
<title>net/memcached: fix PKG_CPE_ID</title>
<updated>2026-03-15T07:09:50Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-13T21:23:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3924cc3af97a8d15a04766d4d02a152e72faaa15'/>
<id>urn:sha1:3924cc3af97a8d15a04766d4d02a152e72faaa15</id>
<content type='text'>
cpe:/a:memcached:memcached is the correct CPE ID for memcached:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:memcached:memcached

Fixes: 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (treewide: add PKG_CPE_ID for better cvescanner coverage)

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>memcached: update to 1.6.31</title>
<updated>2024-09-17T06:28:22Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2024-09-09T02:07:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=180046ba73f415dbb327c431954cc09bc7ebb86b'/>
<id>urn:sha1:180046ba73f415dbb327c431954cc09bc7ebb86b</id>
<content type='text'>
Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@gmail.com&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.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>memcached: update to 1.6.17</title>
<updated>2022-09-06T20:38:58Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2022-09-04T13:49:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4ab30bf7123b5edb289ebfec05becc9723f3c848'/>
<id>urn:sha1:4ab30bf7123b5edb289ebfec05becc9723f3c848</id>
<content type='text'>
Update to latest version.

Release Notes:
- 1.6.16: https://github.com/memcached/memcached/wiki/ReleaseNotes1616
- 1.6.17: https://github.com/memcached/memcached/wiki/ReleaseNotes1617

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>memcached: update to 1.6.15</title>
<updated>2022-06-09T18:01:11Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-06-09T01:27:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6b738b977ba418ae5ae52de65f55d51a566a727f'/>
<id>urn:sha1:6b738b977ba418ae5ae52de65f55d51a566a727f</id>
<content type='text'>
Fixes compilation with GCC12.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>memcached: use memcached user</title>
<updated>2021-08-28T23:50:48Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2021-08-24T23:31:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c57abd4a56369adebe809683d2f6bb33252cc838'/>
<id>urn:sha1:c57abd4a56369adebe809683d2f6bb33252cc838</id>
<content type='text'>
This avoid using `nobody` as user since multiple services fallback to
this user, resulting in a security issue. The UID was taken from Gentoos
`acct-user` repository.

https://gitweb.gentoo.org/repo/gentoo.git/tree/acct-user/memcached/memcached-0-r1.ebuild

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>memcached: update to 1.6.9</title>
<updated>2021-05-29T08:20:56Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-04-14T03:34:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=68b373cb86a720c65009ba6fa4ad5cba0fc28da0'/>
<id>urn:sha1:68b373cb86a720c65009ba6fa4ad5cba0fc28da0</id>
<content type='text'>
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>memcached: update to 1.6.8</title>
<updated>2020-11-20T00:15:48Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-11-18T05:40:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c1fe3ecdc270bc72def99e33bff5e56b32f6d7bc'/>
<id>urn:sha1:c1fe3ecdc270bc72def99e33bff5e56b32f6d7bc</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>memcached: update to 1.6.7</title>
<updated>2020-09-13T01:10:03Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-09-13T01:09:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=30ed11ebc733445859b1722fe96a3ccf86b06982'/>
<id>urn:sha1:30ed11ebc733445859b1722fe96a3ccf86b06982</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>memcached: update to 1.6.6</title>
<updated>2020-07-17T22:10:44Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-07-17T01:43:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0773d9e1115359fd72479ed903a7f9330f4e374a'/>
<id>urn:sha1:0773d9e1115359fd72479ed903a7f9330f4e374a</id>
<content type='text'>
Fixes compilation with GCC 10.

Added PKG_BUILD_PARALLEL for faster compilation.

Simplified configure var.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
