aboutsummaryrefslogtreecommitdiff
path: root/net/netopeer2
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>
* netopeer2: update to 2.0.35Lucian Cristian2021-11-12
| | | | | | needed after libyang update Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* netopeer2: update to 1.1.70Rosen Penev2021-03-26
| | | | | | | | Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* netopeer2: Bump to 1.1.53Jakov Smolic2021-02-02
| | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
* netopeer2: merge-config: listen on ipv6 and ipv4Jakov Smolic2021-01-26
| | | | | | | * The default local-adress makes Netopeer2-server listen on ipv4 only. We change it to :: in order to listen on ipv6 as well as ipv4. Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
* netopeer2: update to 1.1.39Jakov Smolic2020-08-22
| | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
* Netopeer2: update to 0.6-r1Mislav Novakovic2018-10-11
| | | | | | | PR includes switch to codeload tarballs and rename from netopeer2 to Netopeer2 for better codeload integration. Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* netopeer2: update to 0.5.26Matija Amidzic2018-07-02
| | | | Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
* netopeer2: bump to latest versionMislav Novakovic2017-12-21
| | | | | | | | This patch add's a new cmakefile which builds other cmakefiles and simplifies the Makefile, also it renames the yang files so sysrepoctl does not create duplicates. Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* netopeer2: bump to latest versionMislav Novakovic2017-10-12
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* sysrepo: update the sysrepo/netopeer2 stackMislav Novakovic2017-09-18
| | | | | | | | | | Patch includes updates to packages: netopeer2: update to version 0.4.0 sysrepo: update to 0.7.0 libnetconf2: update to 0.9.15 libyang: update to 0.13.46 Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* Merge pull request #4429 from sdwalker/cleanupHannu Nyman2017-06-17
|\ | | | | packages: cleanup Makefile variables
| * 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>
* | netopeer2-server: init recoveryAntonio Paunovic2017-06-06
|/ | | | Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* netopeer2-keystored: add new dependencyAntonio Paunovic2017-05-26
| | | | Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* netopeer2-server: modified init scriptMislav Novakovic2017-05-24
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* sysrepo: merge sysrepod and sysrepo-plugindMislav Novakovic2017-05-24
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* netopeer2: change default ssh key handlingMislav Novakovic2017-05-24
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* netopeer2-server: edited init scriptMislav Novakovic2017-05-24
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* netopeer2: modified uci-default scriptMislav Novakovic2017-05-24
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* netopeer2-server: add custom config fileMislav Novakovic2017-05-24
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* netopeer2-server: add sysrepod dependencyMislav Novakovic2017-05-24
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* netopeer2: add PKG_MIRROR_HASHMislav Novakovic2017-05-12
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* add netopeer2Mislav Novakovic2017-05-11
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>