aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | | strongswan: local_gateway unused in swanctl.initPhilip Prindeville2023-04-22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.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>
* | | | nginx: split DAV_EXT from standard nginx DAV configChristian Marangi2023-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Split DAV_EXT from standard nginx DAV config as additional WebDAV methods are provided by an external module. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | | Merge pull request #20846 from johnfzc/sscep-licenseFlorian Eckert2023-04-20
|\ \ \ \ | | | | | | | | | | scep: fix license
| * | | | scep: fix licenseJohn Marrett2023-04-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Marrett <johnf@zioncluster.ca>
* | | | | pdns-recursor: update to 4.8.4Peter van Dijk2023-04-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | | pdns: update to 4.7.4Peter van Dijk2023-04-19
|/ / / / | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | lighttpd: adjust packages for built-in modulesGlenn Strauss2023-04-19
| | | | | | | | | | | | | | | | | | | | | | | | (.so is no longer built, but package still contains config files) Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | lighttpd: fix package DEPENDS syntaxGlenn Strauss2023-04-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com> Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | xray-core: Update to 1.8.1Tianling Shen2023-04-19
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | dnsproxy: Update to 0.49.1Tianling Shen2023-04-19
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | Merge pull request #20826 from jefferyto/obfs4proxy-0.0.14Josef Schlehofer2023-04-18
|\ \ \ \ | | | | | | | | | | obfs4proxy: Update to 0.0.14
| * | | | obfs4proxy: Update to 0.0.14Jeffery To2023-04-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | dnsdist: update to 1.8.0Peter van Dijk2023-04-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | | knxd: bump to new upstream release 0.14.58Othmar Truniger2023-04-18
| |/ / / |/| | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | znc: add push external moduleChristian Marangi2023-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add push external module. This is very useful for an IRC Bounder as this module permits to register various services and receive a push notification on the registered service. One example is attaching a telegram bot and receive notification on your phone when an user tags you in one of the connected channels. Bump and drop AUTORELEASE from PKG_RELEASE since we are adding a new module. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | | znc: drop playback patch and reference from github repositoryChristian Marangi2023-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We currently inclde the playback external module with a separate patch. This is ugly and can be better handled. Add required changes to download the external module from his own github repository. Then create a link in the znc modules to reference the cpp source. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | | v2ray-core: Update to 5.4.1Tianling Shen2023-04-17
|/ / / | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | nmap: refresh patchNuno Gonçalves2023-04-17
| | | | | | | | | | | | Signed-off-by: Nuno Gonçalves <nunojpg@gmail.com>
* | | nmap: update licenseNuno Gonçalves2023-04-15
| | | | | | | | | | | | Signed-off-by: Nuno Gonçalves <nunojpg@gmail.com>
* | | nmap: bump to 7.93Nuno Gonçalves2023-04-15
| | | | | | | | | | | | Signed-off-by: Nuno Gonçalves <nunojpg@gmail.com>
* | | sshtunnel: fix type, case and whitespace issuesStefan Weil2023-04-15
| | | | | | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | dnsproxy: Update to 0.49.0Tianling Shen2023-04-14
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | v2ray-geodata: Update to latest versionTianling Shen2023-04-14
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | cloudflared: Update to 2023.4.0Tianling Shen2023-04-13
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | Merge pull request #20795 from Payne-X6/masterJosef Schlehofer2023-04-12
|\ \ \ | | | | | | | | knot: update to version 3.2.6
| * | | knot: update to version 3.2.6Jan Hák2023-04-12
| | | | | | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | | banip: update 0.8.3-2Dirk Brenken2023-04-12
|/ / / | | | | | | | | | | | | | | | * more init fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | sscep: add packageJohn Marrett2023-04-12
| | | | | | | | | | | | Signed-off-by: John Marrett <johnf@zioncluster.ca>
* | | snort3: update to 3.1.59.0John Audia2023-04-11
| | | | | | | | | | | | | | | | | | Upstream bump Signed-off-by: John Audia <therealgraysky@proton.me>
* | | strongswan: add support for remote cacertsGlen Huang2023-04-10
| | | | | | | | | | | | Signed-off-by: Glen Huang <me@glenhuang.com>
* | | strongswan: add support for pools sectionGlen Huang2023-04-10
| | | | | | | | | | | | Signed-off-by: Glen Huang <me@glenhuang.com>
* | | v2raya: Update to 2.0.5Tianling Shen2023-04-10
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | treewide: refactor to use PKG_BUILD_FLAGS:=ltoAndre Heider2023-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS" on the main repository. Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This fixes it and properly enables LTO. Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | treewide: refactor to use PKG_BUILD_FLAGS:=gc-sectionsAndre Heider2023-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See commit da370098 "treewide: add support for "gc-sections" in PKG_BUILD_FLAGS" on the main repository. Note: This only touches packages which use all three parts (-ffunction-sections, -fdata-sections and -Wl,--gc-sections) enabled by this build flag. Some packages only use a subset, and these are left unchanged for now. Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16Andre Heider2023-04-08
| | | | | | | | | | | | | | | | | | | | | See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | Merge pull request #20731 from pprindeville/isc-dhcp-update-4.4.3-P1Philip Prindeville2023-04-07
|\ \ \ | | | | | | | | isc-dhcp: Update to 4.4.3-P1
| * | | isc-dhcp: Update to 4.4.3-P1Philip Prindeville2023-03-27
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
| * | | isc-dhcp: Fix isc-dhcp-dyndns meta packagePhilip Prindeville2023-03-27
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | Merge pull request #20730 from pprindeville/strongswan-fix-cicd-kmodPhilip Prindeville2023-04-07
|\ \ \ \ | | | | | | | | | | strongswan: Fix CI/CD complaints about kmod dependencies
| * | | | strongswan: Fix CI/CD complaints about kmod dependenciesPhilip Prindeville2023-03-28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | banip: release 0.8.3-1Dirk Brenken2023-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add the new init command 'lookup', to lookup the IPs of domain names in the local lists and update them * significant acceleration of the domain lookup function * multiple small fixes and improvements * readme update * luci update (separate commit) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | dnsproxy: Update to 0.48.3Tianling Shen2023-04-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | tinyproxy: Update to 1.11.1Zhang Rui2023-04-05
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Zhang Rui <rui.crater@gmail.com>
* | | | dmapd: update to 0.0.95W. Michael Petullo2023-04-02
| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | Merge pull request #20657 from jefferyto/python-pyproject-hostJeffery To2023-03-31
|\ \ \ \ | | | | | | | | | | python: Add pyproject.toml-based builds for host Python packages, add host packages
| * | | | python-setuptools-scm: Add new host-only packageJeffery To2023-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The host build replaces the use of the host pip requirements file. This also updates the dependants of setuptools-scm to depend on the host build. This also removes the toml host pip requirements file as toml is not used by any other package. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | banip: update to 0.8.2-6Dirk Brenken2023-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * restored some accidently removed init stuff in last commit Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | banip: update to 0.8.2-5Dirk Brenken2023-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed missing version number when installed as separate package (not in build) * fixed cornercase init and mailing issues * sorted Country list by country names ascending * fixed some shellcheck findings Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | curl: update to 8.0.1Stan Grishin2023-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * https://curl.se/changes.html#8_0_1 Signed-off-by: Stan Grishin <stangri@melmac.ca>