aboutsummaryrefslogtreecommitdiff
path: root/libs/libnetconf2
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>
* libnetconf2: update to 2.0.24Lucian 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>
* libnetconf2: update to 1.1.43Rosen Penev2021-03-20
| | | | | | | | Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libnetconf2: Bump to 1.1.36Jakov Smolic2021-02-02
| | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
* libnetconf2: update to 1.1.26Jakov Smolic2020-08-22
| | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
* Netopeer2: update Netopeer2 and dependencies to masterLucian Cristian2020-05-10
| | | | | | | | libnetconf2 to 1.1.24 libyang to 1.0.167 sysrepo to 1.4.58 Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* libnetconf2: Update to 0.12-r2Rosen Penev2019-11-04
| | | | | | | | | | | | | Cleaned up Makefile slightly. The removed CMAKE_OPTIONS are defaults from cmake.mk Removed Upstreamed patches. Rebased and added .patch to the remaining one. Added -Wformat-security patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libnetconf2: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-06-27
| | | | | | | | | | Reorganized Makefile for consistency between packages. Removed InstallDev section. It is already implied by CMAKE_INSTALL Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: avoid deref symlinks when installing .soYousong Zhou2019-06-21
| | | | | | | | | | | | | | This change is inspired by commit openwrt/openwrt@38b22b1e ("nghttp2: deduplicate files in libnghttp2") The packages in this commit are identified with the following command grep -rin -E 'INSTALL_(DATA|BIN)' | grep -F '.so' | grep -F '*' Some of them do not have symlinks and are not affected, but the change is still applied for consideration of best practices just in case Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* libnetconf2: Remove OpenSSL engine supportRosen Penev2018-11-08
| | | | | | It's not even used. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libnetconf2: update to 0.12-r1Mislav Novakovic2018-10-11
| | | | | | PR includes switch to codeload tarballs. Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* libnetconf2: update to 0.11.37Matija Amidzic2018-07-02
| | | | Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
* libnetconf2: bump to latest versionMislav Novakovic2017-12-21
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* libnetconf2: 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>
* libnetconf2: modify copy of .so filesAntonio Paunovic2017-05-29
| | | | Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* libnetconf2: add PKG_MIRROR_HASHMislav Novakovic2017-05-12
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* add libnetconf2Mislav Novakovic2017-05-11
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>