aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2023-04-21 16:32:27 +0000
committerPaul Spooren <mail@aparcar.org>2023-04-21 22:46:58 +0200
commit0c10c224be81f9221dabfab449855ab6718d2a0c (patch)
treec7e9f983c60cbf9ae17bce5f64dc72963c67a6d3 /libs
parent018fcf3ccd3c65c92f7c9467ab35f345fbd2c1ae (diff)
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>
Diffstat (limited to 'libs')
-rw-r--r--libs/alsa-lib/Makefile2
-rw-r--r--libs/alsa-ucm-conf/Makefile2
-rw-r--r--libs/boringssl/Makefile2
-rw-r--r--libs/check/Makefile2
-rw-r--r--libs/cyrus-sasl/Makefile2
-rw-r--r--libs/expat/Makefile2
-rw-r--r--libs/file/Makefile2
-rw-r--r--libs/flac/Makefile2
-rw-r--r--libs/freetype/Makefile2
-rw-r--r--libs/gdbm/Makefile2
-rw-r--r--libs/glib2/Makefile2
-rw-r--r--libs/gnu-efi/Makefile2
-rw-r--r--libs/gnutls/Makefile2
-rw-r--r--libs/h2o/Makefile2
-rw-r--r--libs/ipfs-http-client/Makefile2
-rw-r--r--libs/jose/Makefile2
-rw-r--r--libs/jsoncpp/Makefile2
-rw-r--r--libs/leptonica/Makefile2
-rw-r--r--libs/libaio/Makefile2
-rw-r--r--libs/libassuan/Makefile2
-rw-r--r--libs/libcap-ng/Makefile2
-rw-r--r--libs/libcoap/Makefile2
-rw-r--r--libs/libconfig/Makefile2
-rw-r--r--libs/libdnet/Makefile2
-rw-r--r--libs/libdvbcsa/Makefile2
-rw-r--r--libs/libesmtp/Makefile2
-rw-r--r--libs/libev/Makefile2
-rw-r--r--libs/libevdev/Makefile2
-rw-r--r--libs/libexif/Makefile2
-rw-r--r--libs/libextractor/Makefile2
-rw-r--r--libs/libfido2/Makefile2
-rw-r--r--libs/libfstrm/Makefile2
-rw-r--r--libs/libgcrypt/Makefile2
-rw-r--r--libs/libgee/Makefile2
-rw-r--r--libs/libgpg-error/Makefile2
-rw-r--r--libs/libical/Makefile2
-rw-r--r--libs/libidn/Makefile2
-rw-r--r--libs/libidn2/Makefile2
-rw-r--r--libs/libinput/Makefile2
-rw-r--r--libs/libksba/Makefile2
-rw-r--r--libs/liblz4/Makefile2
-rw-r--r--libs/libmariadb/Makefile2
-rw-r--r--libs/libmicrohttpd/Makefile2
-rw-r--r--libs/libmpdclient/Makefile2
-rw-r--r--libs/libnetconf2/Makefile2
-rw-r--r--libs/libnetfilter-log/Makefile2
-rw-r--r--libs/libnpupnp/Makefile2
-rw-r--r--libs/libogg/Makefile2
-rw-r--r--libs/liboping/Makefile2
-rw-r--r--libs/liborcania/Makefile2
-rw-r--r--libs/libpfring/Makefile2
-rw-r--r--libs/libpng/Makefile2
-rw-r--r--libs/libradiotap/Makefile2
-rw-r--r--libs/libre2/Makefile2
-rw-r--r--libs/libseccomp/Makefile2
-rw-r--r--libs/libshout/Makefile2
-rw-r--r--libs/libslirp/Makefile2
-rw-r--r--libs/libtasn1/Makefile2
-rw-r--r--libs/libtins/Makefile2
-rw-r--r--libs/libudev-zero/Makefile2
-rw-r--r--libs/libulfius/Makefile2
-rw-r--r--libs/libupnp/Makefile2
-rw-r--r--libs/libupnpp/Makefile2
-rw-r--r--libs/libuv/Makefile2
-rw-r--r--libs/libuwifi/Makefile2
-rw-r--r--libs/libuwsc/Makefile2
-rw-r--r--libs/libvpx/Makefile2
-rw-r--r--libs/libwslay/Makefile2
-rw-r--r--libs/libxslt/Makefile2
-rw-r--r--libs/libyaml-cpp/Makefile2
-rw-r--r--libs/libyang/Makefile2
-rw-r--r--libs/log4cplus/Makefile2
-rw-r--r--libs/loudmouth/Makefile2
-rw-r--r--libs/minizip/Makefile2
-rw-r--r--libs/neon/Makefile2
-rw-r--r--libs/nlohmannjson/Makefile2
-rw-r--r--libs/p11-kit/Makefile2
-rw-r--r--libs/poco/Makefile2
-rw-r--r--libs/protobuf/Makefile2
-rw-r--r--libs/spice/Makefile2
-rw-r--r--libs/sx1302_hal/Makefile2
-rw-r--r--libs/taglib/Makefile2
-rw-r--r--libs/xmlrpc-c/Makefile2
-rw-r--r--libs/xr_usb_serial_common/Makefile2
-rw-r--r--libs/yubico-pam/Makefile2
-rw-r--r--libs/zlog/Makefile2
86 files changed, 86 insertions, 86 deletions
diff --git a/libs/alsa-lib/Makefile b/libs/alsa-lib/Makefile
index 95ab3730e..1efd068a1 100644
--- a/libs/alsa-lib/Makefile
+++ b/libs/alsa-lib/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=alsa-lib
PKG_VERSION:=1.2.6.1
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/lib/ \
diff --git a/libs/alsa-ucm-conf/Makefile b/libs/alsa-ucm-conf/Makefile
index 6c92a1add..153f0739e 100644
--- a/libs/alsa-ucm-conf/Makefile
+++ b/libs/alsa-ucm-conf/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=alsa-ucm-conf
PKG_VERSION:=1.2.6.2
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/lib/ \
diff --git a/libs/boringssl/Makefile b/libs/boringssl/Makefile
index 9c38a70ea..6185b780f 100644
--- a/libs/boringssl/Makefile
+++ b/libs/boringssl/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=boringssl
PKG_VERSION:=20210608
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://boringssl.googlesource.com/boringssl
diff --git a/libs/check/Makefile b/libs/check/Makefile
index 717e88f4b..e8881734b 100644
--- a/libs/check/Makefile
+++ b/libs/check/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=check
PKG_VERSION:=0.15.2
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/libcheck/check/releases/download/$(PKG_VERSION)
diff --git a/libs/cyrus-sasl/Makefile b/libs/cyrus-sasl/Makefile
index 9f0f16ab4..88964f5ff 100644
--- a/libs/cyrus-sasl/Makefile
+++ b/libs/cyrus-sasl/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=cyrus-sasl
PKG_VERSION:=2.1.28
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
diff --git a/libs/expat/Makefile b/libs/expat/Makefile
index fd9c3f842..a0f6a241e 100644
--- a/libs/expat/Makefile
+++ b/libs/expat/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=expat
PKG_VERSION:=2.5.0
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SF/expat \
diff --git a/libs/file/Makefile b/libs/file/Makefile
index 7cad8660c..e12dc946c 100644
--- a/libs/file/Makefile
+++ b/libs/file/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=file
PKG_VERSION:=5.41
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://download.openpkg.org/components/cache/file/ \
diff --git a/libs/flac/Makefile b/libs/flac/Makefile
index 98a0e322c..218aa237e 100644
--- a/libs/flac/Makefile
+++ b/libs/flac/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=flac
PKG_VERSION:=1.3.4
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://downloads.xiph.org/releases/flac/
diff --git a/libs/freetype/Makefile b/libs/freetype/Makefile
index af7955ff6..313ab9b56 100644
--- a/libs/freetype/Makefile
+++ b/libs/freetype/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=freetype
PKG_VERSION:=2.11.1
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SF/freetype
diff --git a/libs/gdbm/Makefile b/libs/gdbm/Makefile
index c9be1c5f6..616fcb34e 100644
--- a/libs/gdbm/Makefile
+++ b/libs/gdbm/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gdbm
PKG_VERSION:=1.21
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/gdbm
diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile
index 226242dc5..076423fb0 100644
--- a/libs/glib2/Makefile
+++ b/libs/glib2/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=glib2
PKG_VERSION:=2.74.0
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=3
PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNOME/glib/$(word 1,$(subst ., ,$(PKG_VERSION))).$(word 2,$(subst ., ,$(PKG_VERSION)))
diff --git a/libs/gnu-efi/Makefile b/libs/gnu-efi/Makefile
index 58660c9ad..3125069cc 100644
--- a/libs/gnu-efi/Makefile
+++ b/libs/gnu-efi/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gnu-efi
PKG_VERSION:=3.0.9
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/vathpela/gnu-efi.git
diff --git a/libs/gnutls/Makefile b/libs/gnutls/Makefile
index 6ab3bfcfc..3246bb254 100644
--- a/libs/gnutls/Makefile
+++ b/libs/gnutls/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gnutls
PKG_VERSION:=3.7.8
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_BUILD_FLAGS:=no-mips16
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
diff --git a/libs/h2o/Makefile b/libs/h2o/Makefile
index 59f2e3047..e7529d1e2 100644
--- a/libs/h2o/Makefile
+++ b/libs/h2o/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=h2o
PKG_VERSION:=2.2.6
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=13
PKG_SOURCE_URL:=https://codeload.github.com/h2o/h2o/tar.gz/v${PKG_VERSION}?
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
diff --git a/libs/ipfs-http-client/Makefile b/libs/ipfs-http-client/Makefile
index c434e349a..6a853eb6e 100644
--- a/libs/ipfs-http-client/Makefile
+++ b/libs/ipfs-http-client/Makefile
@@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ipfs-http-client
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/vasild/cpp-ipfs-http-client.git
diff --git a/libs/jose/Makefile b/libs/jose/Makefile
index 1be469718..419519727 100644
--- a/libs/jose/Makefile
+++ b/libs/jose/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=jose
PKG_VERSION:=11
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=6
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/latchset/$(PKG_NAME)/releases/download/v$(PKG_VERSION)/
diff --git a/libs/jsoncpp/Makefile b/libs/jsoncpp/Makefile
index 6024e4629..6db1219f0 100644
--- a/libs/jsoncpp/Makefile
+++ b/libs/jsoncpp/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=jsoncpp
PKG_VERSION:=1.9.5
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/open-source-parsers/jsoncpp/tar.gz/$(PKG_VERSION)?
diff --git a/libs/leptonica/Makefile b/libs/leptonica/Makefile
index 4997ce945..79b055981 100644
--- a/libs/leptonica/Makefile
+++ b/libs/leptonica/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=leptonica
PKG_VERSION:=1.80.0
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.leptonica.org/source/
diff --git a/libs/libaio/Makefile b/libs/libaio/Makefile
index 850199f73..e83687677 100644
--- a/libs/libaio/Makefile
+++ b/libs/libaio/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libaio
PKG_VERSION:=0.3.113
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://releases.pagure.org/libaio
diff --git a/libs/libassuan/Makefile b/libs/libassuan/Makefile
index 5e1437f37..2e1f05b10 100644
--- a/libs/libassuan/Makefile
+++ b/libs/libassuan/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libassuan
PKG_VERSION:=2.5.5
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://gnupg.org/ftp/gcrypt/$(PKG_NAME)
diff --git a/libs/libcap-ng/Makefile b/libs/libcap-ng/Makefile
index ab3c6272a..c18d2a903 100644
--- a/libs/libcap-ng/Makefile
+++ b/libs/libcap-ng/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libcap-ng
PKG_VERSION:=0.8.3
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://people.redhat.com/sgrubb/libcap-ng
diff --git a/libs/libcoap/Makefile b/libs/libcoap/Makefile
index eef8820fd..c49aeb7aa 100644
--- a/libs/libcoap/Makefile
+++ b/libs/libcoap/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libcoap
PKG_VERSION:=4.3.0
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/obgm/libcoap/tar.gz/v$(PKG_VERSION)?
diff --git a/libs/libconfig/Makefile b/libs/libconfig/Makefile
index f902c1354..b2b91df99 100644
--- a/libs/libconfig/Makefile
+++ b/libs/libconfig/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libconfig
PKG_VERSION:=1.7.3
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://hyperrealm.github.io/libconfig/dist/
diff --git a/libs/libdnet/Makefile b/libs/libdnet/Makefile
index c1e694065..f0f0bbc0d 100644
--- a/libs/libdnet/Makefile
+++ b/libs/libdnet/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libdnet
PKG_VERSION:=1.16.1
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/ofalk/libdnet/tar.gz/$(PKG_NAME)-$(PKG_VERSION)?
diff --git a/libs/libdvbcsa/Makefile b/libs/libdvbcsa/Makefile
index 1976ce04d..62a89e9ca 100644
--- a/libs/libdvbcsa/Makefile
+++ b/libs/libdvbcsa/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libdvbcsa
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE_VERSION:=bc6c0b164a87ce05e9925785cc6fb3f54c02b026
PKG_HASH:=2d761c9e094642f2c9aa7e66534c6147a59d0d0bc709ec0f2fdbb34bf020d8ec
diff --git a/libs/libesmtp/Makefile b/libs/libesmtp/Makefile
index 5f7d7a979..d4b6f6c7f 100644
--- a/libs/libesmtp/Makefile
+++ b/libs/libesmtp/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libesmtp
PKG_VERSION:=1.1.0
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>
PKG_LICENSE:=LGPL-2.0-or-later
diff --git a/libs/libev/Makefile b/libs/libev/Makefile
index 61173841e..017c6eb9e 100644
--- a/libs/libev/Makefile
+++ b/libs/libev/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libev
PKG_VERSION:=4.33
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://dist.schmorp.de/libev/Attic/
diff --git a/libs/libevdev/Makefile b/libs/libevdev/Makefile
index b10929670..8043681fa 100644
--- a/libs/libevdev/Makefile
+++ b/libs/libevdev/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libevdev
PKG_VERSION:=1.13.0
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://www.freedesktop.org/software/libevdev/
diff --git a/libs/libexif/Makefile b/libs/libexif/Makefile
index aaa184a01..3d53a6c23 100644
--- a/libs/libexif/Makefile
+++ b/libs/libexif/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libexif
PKG_VERSION:=0.6.24
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://github.com/libexif/libexif/releases/download/v$(PKG_VERSION)
diff --git a/libs/libextractor/Makefile b/libs/libextractor/Makefile
index d01ef29bc..df85a4f8b 100644
--- a/libs/libextractor/Makefile
+++ b/libs/libextractor/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libextractor
PKG_VERSION:=1.11
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=3
# ToDo:
# - package missing optional dependencies: libexiv2, gsf, librpm, smf, tidy
diff --git a/libs/libfido2/Makefile b/libs/libfido2/Makefile
index 0ede55e16..84a68b1d8 100644
--- a/libs/libfido2/Makefile
+++ b/libs/libfido2/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libfido2
PKG_VERSION:=1.12.0
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/Yubico/libfido2/tar.gz/$(PKG_VERSION)?
diff --git a/libs/libfstrm/Makefile b/libs/libfstrm/Makefile
index cf04b574f..da9175651 100644
--- a/libs/libfstrm/Makefile
+++ b/libs/libfstrm/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libfstrm
PKG_VERSION:=0.6.1
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=fstrm-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://dl.farsightsecurity.com/dist/fstrm/
diff --git a/libs/libgcrypt/Makefile b/libs/libgcrypt/Makefile
index 457960d55..6b9933b88 100644
--- a/libs/libgcrypt/Makefile
+++ b/libs/libgcrypt/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libgcrypt
PKG_VERSION:=1.10.1
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://www.gnupg.org/ftp/gcrypt/libgcrypt/
diff --git a/libs/libgee/Makefile b/libs/libgee/Makefile
index 8615a15e8..b7dbabdad 100644
--- a/libs/libgee/Makefile
+++ b/libs/libgee/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libgee
PKG_VERSION:=0.20.6
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNOME/libgee/0.20
diff --git a/libs/libgpg-error/Makefile b/libs/libgpg-error/Makefile
index 77182fa5d..6195326f3 100644
--- a/libs/libgpg-error/Makefile
+++ b/libs/libgpg-error/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libgpg-error
PKG_VERSION:=1.46
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://mirrors.dotsrc.org/gcrypt/libgpg-error \
diff --git a/libs/libical/Makefile b/libs/libical/Makefile
index 3d6c88b14..4e88bc5d8 100644
--- a/libs/libical/Makefile
+++ b/libs/libical/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libical
PKG_VERSION:=3.0.9
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_HASH:=bd26d98b7fcb2eb0cd5461747bbb02024ebe38e293ca53a7dfdcb2505265a728
diff --git a/libs/libidn/Makefile b/libs/libidn/Makefile
index 4237df272..80f785f1d 100644
--- a/libs/libidn/Makefile
+++ b/libs/libidn/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libidn
PKG_VERSION:=1.41
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/libidn
diff --git a/libs/libidn2/Makefile b/libs/libidn2/Makefile
index ccc26857e..d080cfcda 100644
--- a/libs/libidn2/Makefile
+++ b/libs/libidn2/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libidn2
PKG_VERSION:=2.3.4
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE_URL:=@GNU/libidn
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
diff --git a/libs/libinput/Makefile b/libs/libinput/Makefile
index 7a34b5718..03fdf8711 100644
--- a/libs/libinput/Makefile
+++ b/libs/libinput/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libinput
PKG_VERSION:=1.19.4
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://www.freedesktop.org/software/libinput
diff --git a/libs/libksba/Makefile b/libs/libksba/Makefile
index 635066c57..558ea47f8 100644
--- a/libs/libksba/Makefile
+++ b/libs/libksba/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libksba
PKG_VERSION:=1.6.2
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://gnupg.org/ftp/gcrypt/$(PKG_NAME)
diff --git a/libs/liblz4/Makefile b/libs/liblz4/Makefile
index c73804026..81db887e8 100644
--- a/libs/liblz4/Makefile
+++ b/libs/liblz4/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=lz4
PKG_VERSION:=1.9.4
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/lz4/lz4/tar.gz/v$(PKG_VERSION)?
diff --git a/libs/libmariadb/Makefile b/libs/libmariadb/Makefile
index f4b756ec0..f304f3e0c 100644
--- a/libs/libmariadb/Makefile
+++ b/libs/libmariadb/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libmariadb
PKG_VERSION:=3.1.18
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=mariadb-connector-c-$(PKG_VERSION)-src.tar.gz
PKG_SOURCE_URL := \
diff --git a/libs/libmicrohttpd/Makefile b/libs/libmicrohttpd/Makefile
index 8fb5f19d7..9037deae1 100644
--- a/libs/libmicrohttpd/Makefile
+++ b/libs/libmicrohttpd/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libmicrohttpd
PKG_VERSION:=0.9.75
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/libmicrohttpd
diff --git a/libs/libmpdclient/Makefile b/libs/libmpdclient/Makefile
index 2ffb42b1b..1b1e4dd3a 100644
--- a/libs/libmpdclient/Makefile
+++ b/libs/libmpdclient/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libmpdclient
PKG_VERSION:=2.20
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://www.musicpd.org/download/libmpdclient/2
diff --git a/libs/libnetconf2/Makefile b/libs/libnetconf2/Makefile
index 9bdf424c2..2b201f283 100644
--- a/libs/libnetconf2/Makefile
+++ b/libs/libnetconf2/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libnetconf2
PKG_VERSION:=2.0.24
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/CESNET/libnetconf2/tar.gz/v$(PKG_VERSION)?
diff --git a/libs/libnetfilter-log/Makefile b/libs/libnetfilter-log/Makefile
index 15c5d2d1f..f29e3cce8 100644
--- a/libs/libnetfilter-log/Makefile
+++ b/libs/libnetfilter-log/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libnetfilter_log
PKG_VERSION:=1.0.2
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:= \
diff --git a/libs/libnpupnp/Makefile b/libs/libnpupnp/Makefile
index 9eb961af8..54e7f2b21 100644
--- a/libs/libnpupnp/Makefile
+++ b/libs/libnpupnp/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libnpupnp
PKG_VERSION:=5.0.0
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.lesbonscomptes.com/upmpdcli/downloads
diff --git a/libs/libogg/Makefile b/libs/libogg/Makefile
index bd80514be..93b502ae0 100644
--- a/libs/libogg/Makefile
+++ b/libs/libogg/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libogg
PKG_VERSION:=1.3.5
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://downloads.xiph.org/releases/ogg/
diff --git a/libs/liboping/Makefile b/libs/liboping/Makefile
index 8973dd5c9..d2c72b179 100644
--- a/libs/liboping/Makefile
+++ b/libs/liboping/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=liboping
PKG_VERSION:=1.10.0
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=3
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
PKG_LICENSE:=LGPL-2.1-or-later
diff --git a/libs/liborcania/Makefile b/libs/liborcania/Makefile
index 5dd3651ff..7591b46f5 100644
--- a/libs/liborcania/Makefile
+++ b/libs/liborcania/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=liborcania
PKG_VERSION:=2.3.0
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/babelouest/orcania/tar.gz/v$(PKG_VERSION)?
diff --git a/libs/libpfring/Makefile b/libs/libpfring/Makefile
index 6123c87b3..f02e3ed48 100644
--- a/libs/libpfring/Makefile
+++ b/libs/libpfring/Makefile
@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=libpfring
PKG_VERSION:=8.0.0
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/ntop/PF_RING/tar.gz/$(PKG_VERSION)?
diff --git a/libs/libpng/Makefile b/libs/libpng/Makefile
index f900ddaa5..cd4aef7a7 100644
--- a/libs/libpng/Makefile
+++ b/libs/libpng/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libpng
PKG_VERSION:=1.6.38
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SF/libpng
diff --git a/libs/libradiotap/Makefile b/libs/libradiotap/Makefile
index 478961390..bfcfcc8bf 100644
--- a/libs/libradiotap/Makefile
+++ b/libs/libradiotap/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libradiotap
PKG_VERSION:=2020-06-22
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=5
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/radiotap/radiotap-library.git
diff --git a/libs/libre2/Makefile b/libs/libre2/Makefile
index 972cbf29b..76a679fef 100644
--- a/libs/libre2/Makefile
+++ b/libs/libre2/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=re2
PKG_VERSION:=2021-02-02
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/google/re2/tar.gz/$(PKG_VERSION)?
diff --git a/libs/libseccomp/Makefile b/libs/libseccomp/Makefile
index 248432424..6025a271d 100644
--- a/libs/libseccomp/Makefile
+++ b/libs/libseccomp/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libseccomp
PKG_VERSION:=2.5.4
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_BUILD_FLAGS:=no-mips16
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
diff --git a/libs/libshout/Makefile b/libs/libshout/Makefile
index c76bdb3e7..811e6a1a3 100644
--- a/libs/libshout/Makefile
+++ b/libs/libshout/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libshout
PKG_VERSION:=2.4.6
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://downloads.us.xiph.org/releases/libshout/
diff --git a/libs/libslirp/Makefile b/libs/libslirp/Makefile
index 3d46e7871..a9c7dbfcc 100644
--- a/libs/libslirp/Makefile
+++ b/libs/libslirp/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libslirp
PKG_VERSION:=4.7.0
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://gitlab.freedesktop.org/slirp/$(PKG_NAME)/-/archive/v$(PKG_VERSION)
diff --git a/libs/libtasn1/Makefile b/libs/libtasn1/Makefile
index 7e70b2212..36116ad1a 100644
--- a/libs/libtasn1/Makefile
+++ b/libs/libtasn1/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libtasn1
PKG_VERSION:=4.19.0
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
diff --git a/libs/libtins/Makefile b/libs/libtins/Makefile
index b9bf27322..b511626bd 100644
--- a/libs/libtins/Makefile
+++ b/libs/libtins/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libtins
PKG_VERSION:=4.4
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/mfontanini/libtins/tar.gz/v$(PKG_VERSION)?
diff --git a/libs/libudev-zero/Makefile b/libs/libudev-zero/Makefile
index d6e208abe..7cb991f75 100644
--- a/libs/libudev-zero/Makefile
+++ b/libs/libudev-zero/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libudev-zero
PKG_VERSION:=1.0.1
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/illiliti/libudev-zero/tar.gz/$(PKG_VERSION)?
diff --git a/libs/libulfius/Makefile b/libs/libulfius/Makefile
index 07ba49cc3..6512da8d1 100644
--- a/libs/libulfius/Makefile
+++ b/libs/libulfius/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libulfius
PKG_VERSION:=2.7.10
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/babelouest/ulfius/tar.gz/v$(PKG_VERSION)?
diff --git a/libs/libupnp/Makefile b/libs/libupnp/Makefile
index d00859dbe..001855344 100644
--- a/libs/libupnp/Makefile
+++ b/libs/libupnp/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libupnp
PKG_VERSION:=1.14.12
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/pupnp
diff --git a/libs/libupnpp/Makefile b/libs/libupnpp/Makefile
index 5e1ce429c..1690b67e2 100644
--- a/libs/libupnpp/Makefile
+++ b/libs/libupnpp/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libupnpp
PKG_VERSION:=0.22.2
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.lesbonscomptes.com/upmpdcli/downloads
diff --git a/libs/libuv/Makefile b/libs/libuv/Makefile
index 4e297b6b0..37738c6fd 100644
--- a/libs/libuv/Makefile
+++ b/libs/libuv/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libuv
PKG_VERSION:=1.44.1
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://dist.libuv.org/dist/v$(PKG_VERSION)/
diff --git a/libs/libuwifi/Makefile b/libs/libuwifi/Makefile
index ca96feb4c..0bab688a7 100644
--- a/libs/libuwifi/Makefile
+++ b/libs/libuwifi/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libuwifi
PKG_VERSION:=2020-03-10
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/br101/libuwifi.git
diff --git a/libs/libuwsc/Makefile b/libs/libuwsc/Makefile
index 0f861ea2b..94753ae07 100644
--- a/libs/libuwsc/Makefile
+++ b/libs/libuwsc/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libuwsc
PKG_VERSION:=3.3.5
-PKG_RELEASE:=$(AUTORELEASE).1
+PKG_RELEASE:=5.1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL=https://github.com/zhaojh329/libuwsc/releases/download/v$(PKG_VERSION)
diff --git a/libs/libvpx/Makefile b/libs/libvpx/Makefile
index 743ccadc4..830f2d7fa 100644
--- a/libs/libvpx/Makefile
+++ b/libs/libvpx/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libvpx
PKG_VERSION:=1.12.0
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://chromium.googlesource.com/webm/libvpx
diff --git a/libs/libwslay/Makefile b/libs/libwslay/Makefile
index 63bf5a27a..6af483031 100644
--- a/libs/libwslay/Makefile
+++ b/libs/libwslay/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libwslay
PKG_VERSION:=1.1.1
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=5
PKG_SOURCE:=release-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/tatsuhiro-t/wslay/tar.gz/release-$(PKG_VERSION)?
diff --git a/libs/libxslt/Makefile b/libs/libxslt/Makefile
index b4a3c5747..1edc610b9 100644
--- a/libs/libxslt/Makefile
+++ b/libs/libxslt/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libxslt
PKG_VERSION:=1.1.37
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNOME/libxslt/$(basename $(PKG_VERSION))
diff --git a/libs/libyaml-cpp/Makefile b/libs/libyaml-cpp/Makefile
index 829ec7dd5..15072b515 100644
--- a/libs/libyaml-cpp/Makefile
+++ b/libs/libyaml-cpp/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libyaml-cpp
PKG_VERSION:=0.7.0
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=yaml-cpp-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/jbeder/yaml-cpp/tar.gz/yaml-cpp-$(PKG_VERSION)?
diff --git a/libs/libyang/Makefile b/libs/libyang/Makefile
index 22988ab4e..4053f5dd6 100644
--- a/libs/libyang/Makefile
+++ b/libs/libyang/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libyang
PKG_VERSION:=2.0.112
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/CESNET/libyang/tar.gz/v$(PKG_VERSION)?
diff --git a/libs/log4cplus/Makefile b/libs/log4cplus/Makefile
index c4e103fd2..569320a8d 100644
--- a/libs/log4cplus/Makefile
+++ b/libs/log4cplus/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=log4cplus
PKG_VERSION:=2.0.8
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
diff --git a/libs/loudmouth/Makefile b/libs/loudmouth/Makefile
index ff9cabd19..512390489 100644
--- a/libs/loudmouth/Makefile
+++ b/libs/loudmouth/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=loudmouth
PKG_VERSION:=1.5.4
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/mcabber/loudmouth/tar.gz/$(PKG_VERSION)?
diff --git a/libs/minizip/Makefile b/libs/minizip/Makefile
index e38ed167c..f6a76216d 100644
--- a/libs/minizip/Makefile
+++ b/libs/minizip/Makefile
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=minizip-ng
PKG_VERSION:=3.0.4
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/zlib-ng/minizip-ng/tar.gz/$(PKG_VERSION)?
diff --git a/libs/neon/Makefile b/libs/neon/Makefile
index b54b7a602..9df650b81 100644
--- a/libs/neon/Makefile
+++ b/libs/neon/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=neon
PKG_VERSION:=0.32.4
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://notroj.github.io/neon
diff --git a/libs/nlohmannjson/Makefile b/libs/nlohmannjson/Makefile
index d9b1b5b73..26101344b 100644
--- a/libs/nlohmannjson/Makefile
+++ b/libs/nlohmannjson/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=nlohmannjson
PKG_VERSION:=3.10.2
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip
PKG_SOURCE_URL:=https://codeload.github.com/nlohmann/json/zip/v$(PKG_VERSION)?
diff --git a/libs/p11-kit/Makefile b/libs/p11-kit/Makefile
index 2eccfe3f9..0d4948dc0 100644
--- a/libs/p11-kit/Makefile
+++ b/libs/p11-kit/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=p11-kit
PKG_VERSION:=0.24.1
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/p11-glue/p11-kit/releases/download/$(PKG_VERSION)
diff --git a/libs/poco/Makefile b/libs/poco/Makefile
index d14ed96bb..3f79f4853 100644
--- a/libs/poco/Makefile
+++ b/libs/poco/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=poco
PKG_VERSION:=1.11.0
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
ifeq ($(BUILD_VARIANT),all)
_PKG_VERSION:=${PKG_VERSION}-all
diff --git a/libs/protobuf/Makefile b/libs/protobuf/Makefile
index 7bf304c8f..de6aa5a40 100644
--- a/libs/protobuf/Makefile
+++ b/libs/protobuf/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=protobuf
PKG_VERSION:=3.17.3
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-cpp-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/google/protobuf/releases/download/v$(PKG_VERSION)
diff --git a/libs/spice/Makefile b/libs/spice/Makefile
index 9247bb7d7..0606b0629 100644
--- a/libs/spice/Makefile
+++ b/libs/spice/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=spice
PKG_VERSION:=0.15.0
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://www.spice-space.org/download/releases/spice-server
diff --git a/libs/sx1302_hal/Makefile b/libs/sx1302_hal/Makefile
index 6fc3c4d6a..661968d38 100644
--- a/libs/sx1302_hal/Makefile
+++ b/libs/sx1302_hal/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=sx1302_hal
PKG_VERSION:=2.1.0
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/Lora-net/sx1302_hal/tar.gz/V$(PKG_VERSION)?
diff --git a/libs/taglib/Makefile b/libs/taglib/Makefile
index f75c39735..cdfc64d77 100644
--- a/libs/taglib/Makefile
+++ b/libs/taglib/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=taglib
PKG_VERSION:=1.13
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/taglib/taglib/tar.gz/v$(PKG_VERSION)?
diff --git a/libs/xmlrpc-c/Makefile b/libs/xmlrpc-c/Makefile
index 1d573b4e4..49e43a3e3 100644
--- a/libs/xmlrpc-c/Makefile
+++ b/libs/xmlrpc-c/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=xmlrpc-c
PKG_VERSION:=1.51.07
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=@SF/xmlrpc-c/Xmlrpc-c%20Super%20Stable/$(PKG_VERSION)
diff --git a/libs/xr_usb_serial_common/Makefile b/libs/xr_usb_serial_common/Makefile
index d8f46e9f8..b8e7ee62f 100644
--- a/libs/xr_usb_serial_common/Makefile
+++ b/libs/xr_usb_serial_common/Makefile
@@ -4,7 +4,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=usb-serial-xr_usb_serial_common
PKG_SOURCE_DATE:=2022-03-30
PKG_SOURCE_VERSION:=ecc6ebe0141b97942d774e6c6be37a330cc11a74
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/kasbert/epsolar-tracer
diff --git a/libs/yubico-pam/Makefile b/libs/yubico-pam/Makefile
index 7c641f670..165c92fff 100644
--- a/libs/yubico-pam/Makefile
+++ b/libs/yubico-pam/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=yubico-pam
PKG_VERSION:=2.27
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
PKG_SOURCE:=pam_yubico-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://developers.yubico.com/yubico-pam/Releases
diff --git a/libs/zlog/Makefile b/libs/zlog/Makefile
index b1e62619e..03b69c9d1 100644
--- a/libs/zlog/Makefile
+++ b/libs/zlog/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=zlog
PKG_VERSION:=1.2.15
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/HardySimpson/$(PKG_NAME)/archive/refs/tags/$(PKG_VERSION).tar.gz?