Commit Graph

11 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
Andy Walsh cd49a8fb27 samba4: drop maintainership
drop maintainership:
* samba4
* ksmbd-tools
* perl-parse-yapp
* libtirpc
* softethervpn5
* wsdd2
* rpcsvc-proto

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2022-06-21 12:24:15 -06:00
Andy Walsh 4634b095ef rpcbind: update to 1.2.6
* update to 1.2.6
* remove merged upstream patch

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2021-06-27 15:08:54 +02:00
Rosen Penev e2ee9cf80f rpcbind: clean up patches using quilt
The second one was manually modified as quilt gets confused by the ***
and ends up removing the commit description.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-02-14 22:31:09 -08:00
Peter Wagner 7b062f478d rpcinfo: add upstream commit to fix stack buffer overflow
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-05-12 21:14:31 +02:00
Andy Walsh 402a445661 rpcbind: add/enable rmtcalls support
* add broadcast discovery support of rpc services

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-05-03 12:11:14 +02:00
Jan Pavlinec ebb648127d
rpcbind: Add PKG_CPE_ID for proper CVE tracking
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-03-28 14:51:01 +01:00
Andy Walsh 9dafa4324c rpcbind: fix warmstart option, CVE-2017-8779
* always build with warmstart options
* fix CVE-2017-8779

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-03-27 13:18:26 +01:00
Andy Walsh 7a88e515d0 rpcbind: update to 1.2.5
* update to 1.2.5
* fix wrong URL
* adapt to bin/sbin from new version

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-19 16:36:03 +02:00
Peter Wagner a87f450c67 rpcbind: disable libwrap explicitly if it's not enabled to avoid linking against it
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-08-16 11:51:14 +02:00
Andy Walsh 05ce9dc99c rpcbind: add rpcbind package, remove portmap
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-08-13 00:58:48 +02:00