aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | smbd: update to 3.1.1, rename to "ksmbd", "ksmbd-tools"Andy Walsh2020-01-26
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rename smbd->ksmbd (upstream name change) * ksmbd-tools: build with static glib2 (usmbd = ~90kb, smbuseradd = ~40kb) * new etc folder location = /etc/ksmbd/smb.conf * new database name = /etc/ksmbd/ksmbdpwd.db * fixes "map to guest = Bad User" while userdb is also used * fixes missing ipv6 support * update/rename to "luci-app-ksmbd" * remove UCI samba compatibility code for section names (ksmbd uses [share] + [globals] not [sambashare] + [global]) * ksmbd: release 3.1.1 version * ksmbd: does not work if ipv6 module is not loaded or compiled in * ksmbd: capsule ifdef CONFIG_SMB_INSECURE_SERVER with smb1 codes * ksmbd: release 3.1.0 version * ksmbd: fix over 80 character warnings * ksmbd: rename smbd-tools to ksmbd-tools in travis.yml * ksmbd: fix password db file location in travis.yml * ksmbd: rename smbd prefix function to ksmbd * ksmbd: rename smbd prefix source files to ksmbd * Revert "smbd: set connection status with SMBD_SESS_EXITING instead of direct destory" * ksmbd: rename smbd to ksmbd in .travis.yml * smbd: rename module name to ksmbd.ko * smbd: set connection status with SMBD_SESS_EXITING instead of direct destory * smbd: previous session with same user and same password should be deleted * smbd: only use global session table in smb2 session * smbd: add support for ipv6 * smbd: fix empty macro issue from smbd_debug * cifsd: fix printing of file names in find_next Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* / / / / freeradius3: Update to 3.0.20Robby K2020-01-26
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Latest stable release, contains security fixes for EAP-PWD (side-channel leak), logrotate settings (CVE-2019-10143) and a DoS issue due to multithreaded BN_CTX access (CVE-2019-17185). Also refreshed patches/002-disable-session-cache-CVE-2017-9148.patch due to the following changes/commits in freeradius: https://github.com/FreeRADIUS/freeradius-server/commit/bf1a1eda2387745bbe538998f3d2e6514f981bfd https://github.com/FreeRADIUS/freeradius-server/commit/a3c46544b38ab46218c385d0ee197538fad5b3da Signed-off-by: Robby K <robbyke@gmail.com>
* | | | Merge pull request #10503 from LoEE/jpc/master/git-macos-crossRosen Penev2020-01-25
|\ \ \ \ | |/ / / |/| | | git: fix cross compilation on macOS
| * | | git: Override uname result for cross-compilation.Jakub Piotr Cłapa2019-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on: http://lists.busybox.net/pipermail/buildroot/2016-May/161696.html Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Signed-off-by: Jakub Piotr Cłapa <jpc@loee.pl>
* | | | Merge pull request #10797 from pymumu/masterRosen Penev2020-01-24
|\ \ \ \ | | | | | | | | | | smartdns: add new package
| * | | | smartdns: add new packageNick Peng2020-01-21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nick Peng <pymumu@gmail.com>
* | | | | Merge pull request #11101 from neheb/jj2Rosen Penev2020-01-23
|\ \ \ \ \ | |_|_|_|/ |/| | | | modemmanager stuff: don't use autoreconf
| * | | | modemmanager: fixed license informationRosen Penev2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed unrecognized configure option. Small cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | acme: Include empty 'dns' config option by defaultToke Høiland-Jørgensen2020-01-23
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | This should hopefully prevent issues with that option not showing up in the GUI, like in #11095. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
* | | | nginx: Fix brotli moduleShane Peelar2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use official Google repository for ngx_brotli. This fixes build errors in #9776. Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
* | | | Merge pull request #11092 from peter-stadler/nginx-utilRosen Penev2020-01-22
|\ \ \ \ | | | | | | | | | | nginx-util: fix PROVIDES variable and failure with ipv6 disabled
| * | | | nginx-util: fix PROVIDES and issue #6905Peter Stadler2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nginx-ssl-util and nginx-ssl-util-nopcre are replacements for each other, but cannot replace nginx-util (instead conflict with it). The hard coded [::1] could lead to a nginx error if build without IPv6. So, get the loopback addresses dynamically. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | Merge pull request #11072 from ysc3839/frpHannu Nyman2020-01-21
|\ \ \ \ \ | | | | | | | | | | | | frp: update to 0.31.1
| * | | | | frp: update to 0.31.1Richard Yu2020-01-21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | | | | Merge pull request #11088 from janh/vnstat2-2.6Hannu Nyman2020-01-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | vnstat2: update to version 2.6
| * | | | | | vnstat2: update to version 2.6Jan Hoffmann2020-01-21
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This also cleans up the Makefile and removes an unneeded patch. Signed-off-by: Jan Hoffmann <jan@3e8.eu>
* / | | | | uwsgi: use higher limit-as to fix issue #7250Peter Stadler2020-01-21
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | Merge pull request #11074 from lucize/frrupRosen Penev2020-01-20
|\ \ \ \ \ | |_|/ / / |/| | | | frr: update to 7.2.1
| * | | | frr: update to 7.2.1Lucian Cristian2020-01-20
| |/ / / | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* / / / nginx-util: fix ubus::~iterator() and minor issuesPeter Stadler2020-01-20
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Do not destroy the iterator twice if cur==this (segfault). * Do not add the delimiter clim=='\0' when creating the SSL directives. * Set the right SSL_SESSION_CACHE_ARG for nginx-util get_env. * Remove static from the constexpr that are used only for Line::build. * Concat strings instead of appending them for not using a non-const ref (to remove some warnings of clang-tidy -checks=google-runtime-references) Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | nut: fix other/otherflag custom variables in nut-server.initMatt Merhar2020-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows custom config parameters to be added to the generated config files, enabling the original intended functionality per https://openwrt.org/docs/guide-user/services/ups/software.nut. Example usage from /etc/config/nut_server: config driver 'apc' option driver 'snmp-ups' option snmp_version 'v3' option port '172.16.100.5' list other 'secLevel' list other 'secName' list other 'authPassword' list otherflag 'notransferoids' config other 'other_secLevel' option value 'authNoPriv' config other 'other_secName' option value 'some_username' config other 'other_authPassword' option value 'some_password' config other 'otherflag_notransferoids' option value '1' Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
* | | Merge pull request #11048 from ysc3839/transmissionRosen Penev2020-01-19
|\ \ \ | | | | | | | | transmission: update config options and add service triggers
| * | | transmission: add service triggers and bump PKG_RELEASERichard Yu2020-01-18
| | | | | | | | | | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
| * | | transmission: update config optionsRichard Yu2020-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | add missing 'peer_id_ttl_hours' and remove 'scrape_paused_torrents' which is not exist in transmission wiki. Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | | git: update to version 2.25.0Josef Schlehofer2020-01-19
| | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Shorewall6-lite: Bump to 5.2.3.5W. van den Akker2020-01-18
| | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | Shorewall6: Bump to 5.2.3.5W. van den Akker2020-01-18
| | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | Shorewall: Bump to 5.2.3.5W. van den Akker2020-01-18
| | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | Shorewall-lite: Bump to 5.2.3.5W. van den Akker2020-01-18
| | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | Shorewall-core: Bump to 5.2.3.5W. van den Akker2020-01-18
|/ / / | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | unbound: improve dependencies for okpgEric Luehrsen2020-01-17
| | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | luci-app-sqm: Remove lua and luci-base dependenciesToke Høiland-Jørgensen2020-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We depend on luci-compat now, which will pull in luci-base, which in turn will pull in lua. So remove those two dependencies to maybe help with recursive dependency resolution errors. Fixes #5320. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
* | | i2pd: add missing INSTALL_DATA changeRosen Penev2020-01-16
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | i2pd: Update to 2.29.0Rosen Penev2020-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ran init script through shellcheck. Simplified several statements. Replaced INSTALL_CONF with INSTALL_DATA. i2pd runs as non-root and so the conf file must be accessible. Fixed: https://github.com/openwrt/packages/issues/10977 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #11035 from jefferyto/scons-localRosen Penev2020-01-16
|\ \ \ | | | | | | | | scons: Switch to standalone version, update to 3.1.2
| * | | scons: Switch to standalone version, update to 3.1.2Jeffery To2020-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Install the standalone (scons-local) version Advantages: - The regular version of SCons requires distutils during installation; the standalone version does not have this requirement Disadvantages: - The scons-local package is not available from the Fossies mirror - The patch will need to be manually updated with each version update * Install files to $(STAGING_DIR_HOSTPKG) instead of $(STAGING_DIR_HOST) * Write the correct shebang into scripts instead of using the wrapper * Update to 3.1.2 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #10960 from peter-stadler/nginx-utilRosen Penev2020-01-16
|\ \ \ \ | | | | | | | | | | nginx-util: add package
| * | | | nginx-util: add packagePeter Stadler2020-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can do the main work of nginx/nginx-ssl init script. For nginx-ssl it can create selfsigned certificates, too. It uses libpcre and libopenssl iff nginx(-ssl) uses them. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | strongswan: bump to 5.8.2Stijn Tintel2020-01-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | 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