aboutsummaryrefslogtreecommitdiff
path: root/net/memcached
Commit message (Collapse)AuthorAge
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <fercerpav@gmail.com>
* memcached: update to 1.6.17Nick Hainke2022-09-06
| | | | | | | | | | 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 <vincent@systemli.org>
* memcached: update to 1.6.15Rosen Penev2022-06-09
| | | | | | Fixes compilation with GCC12. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* memcached: use memcached userPaul Spooren2021-08-28
| | | | | | | | | | 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 <mail@aparcar.org>
* memcached: update to 1.6.9Rosen Penev2021-05-29
| | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* memcached: update to 1.6.8Rosen Penev2020-11-19
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* memcached: update to 1.6.7Rosen Penev2020-09-12
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* memcached: update to 1.6.6Rosen Penev2020-07-17
| | | | | | | | | | Fixes compilation with GCC 10. Added PKG_BUILD_PARALLEL for faster compilation. Simplified configure var. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* memcached: Update to 1.5.14Rosen Penev2019-05-04
| | | | | | | | Fixes compilation with GCC8. Remove obsolete patch. Small Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* memcached: update to version 1.5.2Thomas Heil2017-10-15
| | | | Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* memcached: bump to version 1.5.1Thomas Heil2017-09-03
| | | | Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | 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 <champetier.etienne@gmail.com>
* memcached: bump to version 1.5.0Thomas Heil2017-08-17
| | | | Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* package: memcached - upgrade to latest stableThomas Heil2017-03-28
| | | | | | bump to version 1.4.36 Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* memcached: bump to version 1.4.34heil2017-01-15
| | | | Signed-off-by: heil <heil@terminal-consulting.de>
* memcached: upgrade to 1.4.31Michael Heimpold2016-09-06
| | | | | | | | | | This should also fix the build errors, which are reported by LEDE buildbots, e.g. at: https://downloads.lede-project.org/snapshots/faillogs/arm_cortex-a7_neon-vfpv4/packages/memcached/compile.txt While at, also fix the licensing information. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* memcached: bump to version 1.4.26heil2016-06-21
| | | | Signed-off-by: heil <heil@terminal-consulting.de>
* memcached: fix musl buildheil2015-08-24
| | | | | | | | | - thx to alpinelinux for the patch (http://git.alpinelinux.org/cgit/aports/plain/main/memcached/musl-includes.patch) - remove depency to libenvent and replace it libevent2 should fix issue #1542 Signed-off-by: heil <heil@terminal-consulting.de>
* memcached: upgrade to 1.4.24heil2015-05-04
| | | | Signed-off-by: heil <heil@terminal-consulting.de>
* memcached: update to version 1.4.22Thomas Heil2015-01-04
| | | | | | - Bugfix maintenance release Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* memcached: import from packages, add myself as the maintainerThomas Heil2014-06-23
This adds the memcached package from the old svn package fee. I adopt the licensing information an will maintain the package in the future. This request also updates memcached to the last stable version 1.4.20. Building was testet with target x86_64, ar71xx and avr32 Signed-off-by: Thomas Heil <heil@terminal-consulting.de>