Commit Graph

22 Commits

Author SHA1 Message Date
Paul Fertser 0c10c224be treewide: remove AUTORELEASE
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>
2023-04-21 22:46:58 +02:00
Nick Hainke 4ab30bf712 memcached: update to 1.6.17
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>
2022-09-06 13:38:58 -07:00
Rosen Penev 6b738b977b memcached: update to 1.6.15
Fixes compilation with GCC12.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2022-06-09 11:01:11 -07:00
Paul Spooren c57abd4a56 memcached: use memcached user
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>
2021-08-28 16:50:48 -07:00
Rosen Penev 68b373cb86 memcached: update to 1.6.9
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-05-29 01:20:56 -07:00
Rosen Penev c1fe3ecdc2
memcached: update to 1.6.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-19 16:15:48 -08:00
Rosen Penev 30ed11ebc7
memcached: update to 1.6.7
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-12 18:10:03 -07:00
Rosen Penev 0773d9e111
memcached: update to 1.6.6
Fixes compilation with GCC 10.

Added PKG_BUILD_PARALLEL for faster compilation.

Simplified configure var.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-17 15:10:44 -07:00
Jan Pavlinec 299e5b0a9b
treewide: add PKG_CPE_ID for better cvescanner coverage
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-17 12:40:26 +02:00
Rosen Penev 73ce3f5e6c
memcached: Update to 1.5.14
Fixes compilation with GCC8.

Remove obsolete patch. Small Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-04 19:12:02 -07:00
Thomas Heil f75385588b memcached: update to version 1.5.2
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-10-15 19:10:59 +02:00
Thomas Heil f9bbbd08dc memcached: bump to version 1.5.1
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-09-03 15:07:59 +02:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
Thomas Heil af1e127bf4 memcached: bump to version 1.5.0
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-08-17 01:21:21 +02:00
Thomas Heil 4a4b1ba07c package: memcached - upgrade to latest stable
bump to version 1.4.36

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-03-28 11:34:23 +02:00
heil 0086667b91 memcached: bump to version 1.4.34
Signed-off-by: heil <heil@terminal-consulting.de>
2017-01-15 21:29:16 +01:00
Michael Heimpold b6d1a461f4 memcached: upgrade to 1.4.31
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>
2016-09-06 23:17:46 +02:00
heil dd4b385702 memcached: bump to version 1.4.26
Signed-off-by: heil <heil@terminal-consulting.de>
2016-06-21 00:54:15 +02:00
heil 6cc0ad6ecd memcached: fix musl build
- 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>
2015-08-24 10:54:30 +02:00
heil cb0349ced8 memcached: upgrade to 1.4.24
Signed-off-by: heil <heil@terminal-consulting.de>
2015-05-04 17:55:00 +02:00
Thomas Heil 5ef87ec191 memcached: update to version 1.4.22
- Bugfix maintenance release

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2015-01-04 18:17:46 +01:00
Thomas Heil e273fef7a7 memcached: import from packages, add myself as the maintainer
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>
2014-06-23 15:15:52 +02:00