aboutsummaryrefslogtreecommitdiff
path: root/net/rpcbind
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>
* samba4: drop maintainershipAndy Walsh2022-06-21
| | | | | | | | | | | | | drop maintainership: * samba4 * ksmbd-tools * perl-parse-yapp * libtirpc * softethervpn5 * wsdd2 * rpcsvc-proto Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* rpcbind: update to 1.2.6Andy Walsh2021-06-27
| | | | | | | * update to 1.2.6 * remove merged upstream patch Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* rpcbind: clean up patches using quiltRosen Penev2021-02-14
| | | | | | | 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>
* rpcinfo: add upstream commit to fix stack buffer overflowPeter Wagner2019-05-12
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* rpcbind: add/enable rmtcalls supportAndy Walsh2019-05-03
| | | | | | * add broadcast discovery support of rpc services Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* rpcbind: Add PKG_CPE_ID for proper CVE trackingJan Pavlinec2019-03-28
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* rpcbind: fix warmstart option, CVE-2017-8779Andy Walsh2019-03-27
| | | | | | | * always build with warmstart options * fix CVE-2017-8779 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* rpcbind: update to 1.2.5Andy Walsh2018-08-19
| | | | | | | | * 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>
* rpcbind: disable libwrap explicitly if it's not enabled to avoid linking ↵Peter Wagner2018-08-16
| | | | | | against it Signed-off-by: Peter Wagner <tripolar@gmx.at>
* rpcbind: add rpcbind package, remove portmapAndy Walsh2018-08-13
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>