aboutsummaryrefslogtreecommitdiff
path: root/net/inadyn
Commit message (Collapse)AuthorAge
* inadyn: update to 2.11.0Robert Högberg2023-07-01
| | | | Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
* 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>
* inadyn: update to 2.9.1Rosen Penev2022-01-03
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* inadyn: update to 2.7Rosen Penev2020-08-04
| | | | | | | | Remove pic hack. Fix license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* inadyn: Update to 2.5Rosen Penev2019-06-06
| | | | | | | | | | Makefile cleanups. Added PKG_BUILD_PARALLEL for faster compilation. Added PKG_INSTALL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* inadyn: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-01-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* inadyn: Update to 2.3.1Rosen Penev2018-07-30
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* inadyn: update package description and project urlYousong Zhou2018-01-27
| | | | | | Fixes #5348 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* inadyn: Update to 2.3Daniel Engberg2018-01-09
| | | | | | | Update inadyn to 2.3 Remove myself as maintainer Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* net/inadyn: Update to 2.2Daniel Engberg2017-09-18
| | | | | | | Update inadyn to 2.2 Switch to release tarball Remove example file from package Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* packages: cleanup Makefile variablesStephen Walker2017-06-03
| | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses and consistent section assignments Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* net/inadyn: Add inadyn to package repoDaniel Engberg2017-02-05
Adds inadyn to package repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>