aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* gnunet: update to version 0.12.2Daniel Golle2020-01-16
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* vpn-policy-routing: bugfix: remove conflict with vpnbypassStan Grishin2020-01-16
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* Merge pull request #11024 from micmac1/subversionRosen Penev2020-01-15
|\ | | | | apr-util: clean up reverse depends (and fix subversion dep)
| * subversion: add libsqlite3 dependSebastian Kemper2020-01-15
| | | | | | | | | | | | | | apr-util was updated. It doesn't provide the depend on libsqlite3 anymore, so this needs to be added to the subversion package now. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * apache: remove libgdbm depSebastian Kemper2020-01-15
| | | | | | | | | | | | This dep can be removed since apu-1-config was cleaned up. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | Merge pull request #11002 from neheb/tinyRosen Penev2020-01-14
|\ \ | | | | | | tinyproxy: update to 1.10.0
| * | tinyproxy: update to 1.10.0Rosen Penev2020-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added license information. Added PKG_BUILD_PARALLEL for faster compilation. Refreshed patches. Updated URLs. Ran init script through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | modemmanager: release 1.12.4Aleksander Morgado2020-01-14
| |/ |/| | | | | | | | | | | | | | | New stable release with lots of fixes, including some severe memory leaks happening when GPS management is used in QMI-based devices. https://lists.freedesktop.org/archives/modemmanager-devel/2020-January/007670.html Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | xtables-addons: Support IPTV TimeshiftJose Olivera2020-01-13
| | | | | | | | | | | | | | | | Solves Issue #10373 and PR #10428 Signed-off-by: Jose Olivera <oliverajeo@gmail.com> (bumped PKG_RELEASE) Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | apache: fix dependsSebastian Kemper2020-01-13
| | | | | | | | | | | | | | | | | | | | - helps build system to locate zlib - adds depend on libgdbm if libaprutil-dbm-gdbm is selected This fixes the two different build failures that can currently be observed. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | Merge pull request #10935 from janh/vnstat2Hannu Nyman2020-01-13
|\ \ | | | | | | vnstat2: add package
| * | vnstat2: add packageJan Hoffmann2020-01-04
| | | | | | | | | | | | | | | | | | This introduces an additional package for version 2 of vnStat. Signed-off-by: Jan Hoffmann <jan@3e8.eu>
* | | shadowsocks-libev: bump to version 3.3.4Yousong Zhou2020-01-13
| |/ |/| | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | Merge pull request #10898 from micmac1/master-apacheHannu Nyman2020-01-12
|\ \ | | | | | | apache: bump version plus brush up
| * | apache: add myself as maintainerSebastian Kemper2020-01-12
| | | | | | | | | | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | apache: update InstallDevSebastian Kemper2020-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package doesn't need to install _everything_ to staging. This commit reduces the amount of files that get copied over to staging. Currently there's no package depending on apache anyway. This adds sed scripts from buildroot (thanks!) to fix two files that are important for cross-compiling external modules. This has been tested and was confirmed to work with mod_gnutls taken as an example package. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | apache: update descriptionsSebastian Kemper2020-01-01
| | | | | | | | | | | | | | | | | | | | | Taken from upstream website. Also remove parts that aren't up to date anymore. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | apache: add simple init scriptSebastian Kemper2020-01-01
| | | | | | | | | | | | | | | | | | | | | Also preinst and postrm are removed. busybox's httpd isn't installed by default, so these gimmicks seem antiquated. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | apache: add extra packages + apache userSebastian Kemper2020-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds extra packages for certain modules (basically the ones that incur further dependencies), support files etc. This is pretty much follows Alpine's example. This updates the httpd.conf patch to _not_ uncomment MIMEMagicFile (because the module isn't loaded by default) and removes that changes that aren't needed anymore (because of the added module support). The patch now only changes the default user. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | apache: break-out CONFIGURE_ARGS, add layoutSebastian Kemper2020-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This gets rid of flags. For instance $(FPIC) shouldn't be forced onto applications (see [1]). And CONFIGURE_ARGS + CONFIGURE_VARS are broken out of Build/Configure. This way more arguments can be added easily in the future. The target is changed from apache to apache2 (which is used by upstream by default). the CONFIGURE_ARGS are changed where need to enable modules. This also renames one patch that fixes scoreboard location (the name 004-pidfile_fix.patch didn't describe what it's doing). Now with the OpenWrt layout in place 003-logdir_fix.patch can be removed. [1] https://wiki.gentoo.org/wiki/Project:Hardened/Position_Independent_Code_internals Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | apache: bump to 2.4.41Sebastian Kemper2020-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - version bump - update license description - add PKG_BUILD_PARALLEL:=1 - remove two cross-compile patches and replace them with the cross-compile patch from buildroot (adds autoreconf to get this going) Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | acme: Correctly handle domain state dir for ECC certificatesToke Høiland-Jørgensen2020-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When issuing an ECC certificate, acme.sh for some reason changes the name of the directory used for the certificate state. Handle this correctly when moving directories and updating config files. Fixes #7941. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
* | | unbound: fix TLS forwards with optional suffixEric Luehrsen2020-01-11
| | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | Merge pull request #10973 from dengqf6/xt3.7Rosen Penev2020-01-10
|\ \ \ | | | | | | | | xtables-addons: update to 3.7
| * | | xtables-addons: update to 3.7DENG Qingfang2020-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update xtables-addons to 3.7 Remove linux 4.9 compatible patch as OpenWrt master no longer supports it Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | ipvsadm: update version to 1.31Florian Eckert2020-01-09
| | | | | | | | | | | | | | | | | | | | | | | | Update ipvsadm to new upstream version. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | transmission: Fix message_level settingRosen Penev2020-01-08
|/ / / | | | | | | | | | | | | | | | | | | | | | --log-error in the init script was overriding it. Added several optimizations to the init script for speed and correctness. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | transmission: fix typo in jail setupDaniel Golle2020-01-09
| | | | | | | | | | | | | | | Fixes: 609109fa9 ("transmission: add seccomp filter and improve jail") Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | knot: Do not try to build under ARCRosen Penev2020-01-08
| | | | | | | | | | | | | | | | | | liburcu does not support ARC. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #10958 from Ansuel/wsdd2Rosen Penev2020-01-08
|\ \ \ | | | | | | | | wsdd2: fix install warning on compile
| * | | wsdd2: fix install warning on compileAnsuel Smith2020-01-07
| | | | | | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | openvswitch: bump PKG_RELEASEYousong Zhou2020-01-08
| | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | openvswitch: fix building failure caused by dst_ops api changeYousong Zhou2020-01-08
| | | | | | | | | | | | | | | | | | | | | | | | Ref: https://github.com/openwrt/packages/issues/10961 Reported-by: Sven Roederer <devel-sven@geroedel.de> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | openvswitch: configure with --disable-silent-rulesYousong Zhou2020-01-08
| | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | Merge pull request #10835 from TDT-AG/pr/20191219-net-tools-routeRosen Penev2020-01-07
|\ \ \ \ | |/ / / |/| | | net-tools: add route utility
| * | | net-tools: add route utilityMartin Schiller2020-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend (and rename) the existing mii-tool package to also support the net-tools route command. This may be needed if you want to support other address families than inet/inet6 like x.25. Also bump to version 2018-11-03. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* | | | kcptun: bump to v20200103Chao Liu2020-01-06
| | | | | | | | | | | | | | | | | | | | | | | | Reference: https://github.com/xtaci/kcptun/releases/tag/v20200103 Signed-off-by: Chao Liu <expiron18@gmail.com>
* | | | nginx: update ubus moduleAnsuel Smith2020-01-05
| | | | | | | | | | | | | | | | | | | | | | | | Fix a bug in LuCI interface. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | transmission: fix directory creation in init scriptDaniel Golle2020-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Things were done in the wrong order, leading to config_dir not being chown'ed and subdirectories not being created in case of download_dir being inside config_dir. Fixes: 609109fa9 ("transmission: add seccomp filter and improve jail") Reported-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | transmission: add seccomp filter and improve jailDaniel Golle2020-01-04
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #10910 from Andy2244/wsdd2-smbd-renameRosen Penev2020-01-03
|\ \ \ \ | | | | | | | | | | wsdd2: update init for renamed cifsd->smbd
| * | | | wsdd2: update init for renamed cifsd->smbdAndy Walsh2019-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update init for renamed cifsd->smbd Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | Merge pull request #10927 from mans0n/chilliRosen Penev2020-01-03
|\ \ \ \ \ | | | | | | | | | | | | coova-chilli: more fixes and improvements
| * | | | | coova-chilli: enable service by defaultSungbo Eo2020-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If "disabled" option does not exist, service should be enabled. Fixes: #10392 Signed-off-by: Sungbo Eo <mans0n@gorani.run>
| * | | | | coova-chilli: remove redundant options from config fileSungbo Eo2020-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "fg" and "pidfile" parameters are already used in the init script, so they are not controllable by config file anyway. Signed-off-by: Sungbo Eo <mans0n@gorani.run>
| * | | | | coova-chilli: add dependency for miniportalSungbo Eo2020-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If miniportal option is enabled, some haserl scripts are provided which present a simple login web page. To make it functional haserl is required. Signed-off-by: Sungbo Eo <mans0n@gorani.run>
| * | | | | coova-chilli: clean up MakefileSungbo Eo2020-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add missing configs to PKG_CONFIG_DEPENDS and sort it - remove redundant INSTALL_DIR Signed-off-by: Sungbo Eo <mans0n@gorani.run>
| * | | | | coova-chilli: remove dnslog optionSungbo Eo2020-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dnslog feature has been removed since v1.4. Signed-off-by: Sungbo Eo <mans0n@gorani.run>
| * | | | | coova-chilli: cosmetic changes for Config.inSungbo Eo2020-01-03
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | - simplify configuration menu definition - fix indent Signed-off-by: Sungbo Eo <mans0n@gorani.run>
* | | | | Merge pull request #10909 from Andy2244/smbd-3_0_1-renameRosen Penev2020-01-03
|\ \ \ \ \ | | | | | | | | | | | | smbd: rename from cifsd, update to 3.0.1