aboutsummaryrefslogtreecommitdiff
path: root/net/miniupnpc/Makefile
Commit message (Collapse)AuthorAge
* net/miniupnpc: fix PKG_CPE_IDFabrice Fontaine2024-02-04
| | | | | | | | | cpe:/a:miniupnp_project:miniupnpc is the correct CPE ID for miniupnpc: https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:miniupnp_project:miniupnpc Fixes: 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (treewide: add PKG_CPE_ID for better cvescanner coverage) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@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>
* miniupnpc: update to version 2.2.3Shaleen Jain2022-01-05
| | | | Signed-off-by: Shaleen Jain <shaleen@jain.sh>
* 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>
* miniupnpc: update to 2.2.2Rosen Penev2021-03-20
| | | | | | | | Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* net/miniupnpc: update to 2.2.1Syrone Wong2021-01-01
| | | | Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
* miniupnpc: add InstallDevDaniel Bermond2020-12-12
| | | | | | | | | | | | | | Commit ef388ff1f3f2 removed 'CMAKE_INSTALL:=1', and this makes the development files to be not installed anymore on 'staging_dir'. Being such, packages that needs to link against libminiupnpc fails to build, because it cannot find the headers and the library. Adding an InstallDev fixes this. Build-tested on: ipq806x (R7800) Run-tested on: ipq806x (R7800) Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
* miniupnpc: update to 2.2.0Rosen Penev2020-11-19
| | | | | | Remove CMAKE_INSTALL. No need for it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* miniupnpc: update to 2.1.20191224Rosen Penev2020-02-14
| | | | | | Removed inactive maintainer. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* miniupnpc: Update to 2.1.20190824Rosen Penev2019-09-21
| | | | | | | | | | Switched to CMAKE_INSTALL to get rid of InstallDev. Added PKG_BUILD_PARALLEL for faster compilation. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* miniupnpc: update to 2.1.20190625DENG Qingfang2019-08-08
| | | | Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* miniupnpc: Update to 2.1.20190408Rosen Penev2019-04-17
| | | | | | | | | | | | Switched to CMake. This allows getting rid of several patches and hacks. Added PKG_LICENSE information Rearranged some stuff for consistency between packages. Added some linked flags for smaller size. Saves around 500 bytes on MIPS. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* miniupnpc: Update to 2.1Rosen Penev2018-09-08
| | | | | | Switched URL to official HTTPS variant. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* miniupnpc: bump to 2.0.20170509 (#4362)Kevin Darbyshire-Bryant2017-05-20
| | | | | Fix CVE-2017-8798 Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
* miniupnpc: update miniupnpc to 2.0Mo Chen2017-03-15
| | | | | | | Install listdevices as well Signed-off-by: Mo Chen <uncorrupt@gmail.com> Signed-off-by: Matthew McClintock <msm-oss@mcclintock.net>
* Add miniupnpcSteven Barth2014-06-04