Commit graph

5032 commits

Author SHA1 Message Date
Rosen Penev
430906bd78
haproxy: Don't select OPENSSL_WITH_DEPRECATED
Deprecated APIs are already patched out.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-02-19 01:17:37 -08:00
Jeffery To
247d162e2e twisted: Rename package, fix errors
This renames the Python 2 twisted package to python-twisted, and updates
dependents (i.e. obfsproxy) to reference the updated name.

This also fixes conflicts between the Python 2 and 3 packages. Twisted
installs some scripts to /usr/bin, and previously scripts for both
packages used the same names. This adds a "3" suffix to scripts
installed by python3-twisted.

This also adds python[3]-setuptools as a dependency, as the scripts
installed to /usr/bin depend on pkg_resources (part of setuptools).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-18 16:11:02 +08:00
Rosen Penev
41a431cd56 git: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-02-18 00:29:15 +01:00
Stijn Tintel
d89cd30a79 vallumd: bump to 0.1.4
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2019-02-17 17:47:54 +02:00
Rosen Penev
cd6cba1f81 irssi: Fix OpenSSL without deprecated APIs compilation
When OpenSSL is built without deprecated APIs, pkg-config first tries
OpenSSL in the staging directory but fails as it cannot find the
deprecated SSL_library_init function and ends up finding the system one.

Added PKG_BUILD_PARALLEL for faster compilation.

Added -Wl,--gc-sections to LDFLAGS to save ~10KB from the resulting ipk.

Reworked configure section as some of those options were renamed or
removed.

Removed EXTRA_* hacks that are no longer necessary.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-02-17 00:18:34 +01:00
Peter Wagner
274ce493eb nfs-kernel-server: fix freeaddrinfo usage in nfs-kernel-server, because freeaddrinfo in musl after the 1.1.21
update, doesn't handly NULL pointers (which seems to spec conform) see
https://www.openwall.com/lists/musl/2019/02/03/3 for more info

Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-02-17 00:17:03 +01:00
Stijn Tintel
68a58ff22b
Merge pull request #8219 from Apteryks/master
net-snmp: disable support for perl
2019-02-16 17:28:50 +02:00
Stijn Tintel
bf729d2f38
Merge pull request #5821 from kbabioch/feat/ipNetToPhysicalTable
net-snmp: Enable MIB ip-mib/inetNetToMediaTable
2019-02-16 17:15:04 +02:00
Yousong Zhou
40e7e241a3 shadowsocks-libev: flush ipv6 ss-rules on service stop
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-02-16 07:38:13 +00:00
Rosen Penev
70c34ef472 transmission: Add LTO support to shave off 35KB off of the ipk
Minor Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-02-15 18:07:31 -08:00
Dirk Brenken
845078e8e0
Merge pull request #8224 from dibdot/travelmate
travelmate: update 1.3.5
2019-02-15 16:32:53 +01:00
Dirk Brenken
9caef6ca4f travelmate: update 1.3.5
* rework procd trigger handling
	- react immediately on if down network events
	- remove needless apply hook in LuCI

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-02-15 09:29:58 +01:00
Luís Felipe Safady
e144ffd24b prosody: Update prosody to 0.11.2 Update
Fixes CVE-2018-10847

Added PKG_CPE_ID for proper CVE tracking.

Signed-off-by: Luís Felipe Safady <lagonauta@gmail.com>
2019-02-14 22:53:44 -02:00
Maxim Cournoyer
90a713e3c6 net-snmp: disable support for perl
Using an external toolchain, it was discovered that net-snmp would
link with the Perl library (-lperl) from the host rather than from the
target.

Since we do not provide Perl as a dependency to net-snmp, the solution
is to disable support for it.

Fixes issue #8217.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>
2019-02-14 13:34:39 -05:00
Hannu Nyman
c82e79713c
Merge pull request #7894 from neheb/spoof
spoofer: Fix compilation without deprecated OpenSSL APIs
2019-02-14 18:30:44 +02:00
Karl Palsson
fd206f5182 mosquitto: update to 1.5.7
This is a minor bugfix release. Full changelog available at:
https://mosquitto.org/blog/2019/02/version-1-5-7-released/

Most relevant to OpenWrt are probably:
* fixing persistent store bloat
* fix sorting of included config files
* fix errors related to per_listener_settings

Signed-off-by: Karl Palsson <karlp@etactica.com>
2019-02-14 11:17:40 +00:00
Hannu Nyman
436f18f269
Merge pull request #8190 from cshoredaniel/pr-gitolite-dropbear
gitolite: Drop openssh dependency
2019-02-13 18:51:38 +02:00
Rosen Penev
0e17306c29 iotivity: Backport upstream patch to fix GCC 7+ compilation
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-02-12 11:23:14 -08:00
Hannu Nyman
3613472b24
Merge pull request #8192 from gladiac1337/feature-haproxy-v1.8.19
haproxy: Update HAProxy to v1.8.19
2019-02-12 19:30:06 +02:00
Jeffery To
457713b38c mini_snmpd: Update init script
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.

This also replaces space indentation with tabs, and removes trailing
whitespace and unnecessary curly brackets.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-12 20:32:10 +08:00
Yousong Zhou
b69810b8ec shadowsocks-libev: ss-rules: fix flushing ipv6 rules
"-6" has to be the first argument

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-02-12 11:53:16 +00:00
Yousong Zhou
8cba4a7f8b shadowsocks-libev: ss-rules: tweak for readability
- quash errors on detection of ipv6 nat
 - remove unnecessary rule args "--comment ..." and "-p ..."

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-02-12 11:49:40 +00:00
Jeffery To
a0b51e9bd6 nft-qos: Update init script
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.

This also adds a validate section to service_triggers(), and fixes some
variable name typos in qosdef_init_static().

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-12 16:31:59 +08:00
Christian Lachner
b8d3db6fec haproxy: Update HAProxy to v1.8.19
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-02-12 08:58:53 +01:00
Peter Wagner
5d4ec805fd irssi: update to 1.2.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-02-12 00:48:34 +01:00
Hannu Nyman
a182185381
Merge pull request #8135 from ja-pa/unbound-update
unbound: update to version 1.9.0 and remove old patch
2019-02-11 21:53:37 +02:00
Yousong Zhou
c84a66112c shadowsocks-libev: flush ss rules on entry
Fixes issue reported in openwrt/luci#2527

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-02-11 13:34:56 +00:00
Jan Pavlinec
f986379802
unbound: update to version 1.9.0
Changes:
-remove old dns64 patch
-refresh openssl deprecated patch
-add DoT error log patch https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=4206

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-02-11 12:34:22 +01:00
Jan Pavlinec
4729c3fddf openssh: patch scp security issues
Fixes
CVE-2019-6109
CVE-2019-6111

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-02-10 16:22:41 +01:00
Deng Qingfang
b35862d06e uwsgi-cgi: update to 2.0.18 and use official tarball
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-02-10 20:25:10 +08:00
Jan Pavlinec
f22d113358
obfs4proxy: update to version 0.0.9
Changes:
-remove old patch(part of 0.0.9 release)
-change the canonical upstream repo location to gitlab
-change source to gitlab
-change source package to golang-gitlab-yawning-obfs4-dev

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-02-10 01:00:27 +01:00
Hannu Nyman
fb209cf568
Merge pull request #8111 from neheb/ng
ngircd: Update to 25
2019-02-08 19:31:13 +02:00
Hannu Nyman
9e5e6124b5
Merge pull request #8126 from jefferyto/tgt-init
tgt: Update init script
2019-02-08 19:30:40 +02:00
Toke Høiland-Jørgensen
56cc1423c6 Merge ACME fixes
Closes #8149

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2019-02-08 17:18:28 +01:00
Toke Høiland-Jørgensen
71cedd6ec4 acme: Bump package revision
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2019-02-08 17:17:37 +01:00
Adrien DAURIAT
3439c008e5 acme: Fix loading credentials
Move loading credential function before cert renewal call as credentials might be needed for some renewal operations ( ex: DNS )

Signed-off-by: Adrien DAURIAT <16813527+dauriata@users.noreply.github.com>
[toke@toke.dk: Port to master branch]
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2019-02-08 17:17:13 +01:00
Karl Palsson
6809ab1c9b mosquitto: bump to 1.5.6
This is a bugfix and security release.

CVE-2018-12551: If Mosquitto is configured to use a password file for
authentication, any malformed data in the password file will be
treated as valid. This typically means that the malformed data becomes
a username and no password. If this occurs, clients can circumvent
authentication and get access to the broker by using the malformed
username. In particular, a blank line will be treated as a valid empty
username. Other security measures are unaffected.

=> Users who have only used the mosquitto_passwd utility to create and
modify their password files are unaffected by this vulnerability.

CVE-2018-12550: If an ACL file is empty, or has only blank lines or
comments, then mosquitto treats the ACL file as not being defined,
which means that no topic access is denied. Although denying access to
all topics is not a useful configuration, this behaviour is unexpected
and could lead to access being incorrectly granted in some
circumstances.

CVE-2018-12546. If a client publishes a retained message to a topic
that they have access to, and then their access to that topic is
revoked, the retained message will still be delivered to future
subscribers. This behaviour may be undesirable in some applications,
so a configuration option `check_retain_source` has been introduced to
enforce checking of the retained message source on publish.

Plus the following bugfixes:
* wills not sent to websocket clients
* spaces now allowed in bridge usernames
* durable clients not receiving offline messages with
per_listener_settings==true
* compilation with openssl without deprecated apis
* TLS working over SOCKS
* better comment handling in config files

Full changelog available at: https://github.com/eclipse/mosquitto/blob/fixes/ChangeLog.txt#L1

Signed-off-by: Karl Palsson <karlp@etactica.com>
2019-02-08 11:55:21 +00:00
Jeffery To
66c553470e tgt: Update init script
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.

This also adds a service_triggers() function, removes a duplicate
option, and removes some unnecessary curly brackets.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-08 16:43:06 +08:00
Hannu Nyman
c845e59d0d
Merge pull request #8114 from neheb/av
davfs2: Update to 1.5.5
2019-02-07 20:52:37 +02:00
Alexey I. Froloff
c636bf374f net/acme: commit uhttpd configuration if update_httpd set
uhttpd configuration should be commited when update_uhttpd set.

Signed-off-by: Alexey I. Froloff <raorn@raorn.name>
2019-02-07 15:22:56 +03:00
Alexey I. Froloff
8564f61d50 net/acme: issue_cert should always call post_checks on exit
issue_cert fuction may return without calling post_checks, which leaves
port 80 open and uhttpd configuration is not restored is listen_http was
set.

Always call post_checks when returning from issue_cert.

Signed-off-by: Alexey I. Froloff <raorn@raorn.name>
2019-02-07 15:22:39 +03:00
David Yang
6de1efbeb5 i2pd: Update to 2.23.0, fix #7845 and #8088
Signed-off-by: David Yang <mmyangfl@gmail.com>
2019-02-07 14:58:05 +08:00
Jonas Gorski
e4ab7b4fec znc: fix patches applying
git is hard. :-(

Reported-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Fixes: 4629f043e0 ("znc: update to 1.7.2")
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
2019-02-06 20:09:59 +01:00
Jonas Gorski
4629f043e0 znc: update to 1.7.2
Includes minor bugfixes, translation updates and most of the OpenSSL
compilation patch.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
2019-02-06 12:51:58 +01:00
Hannu Nyman
e643653a49
Merge pull request #8102 from jefferyto/clamav-init
clamav: Update init scripts
2019-02-05 17:22:44 +02:00
Jeffery To
f5181d615c sshtunnel: Update init script
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.

This also fixes some validation, makes variable declarations local,
removes unnecessary curly brackets.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-04 09:17:14 +01:00
Jeffery To
37df5db70c squid: Update init script
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.

This also removes some unnecessary curly brackets.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-04 14:30:36 +08:00
Rosen Penev
a567d60b93 ngircd: Update to 25
Remove upstreamed patch.

Switch to .xz archives for smaller size.

Add PKG_BUILD_PARALLEL to speed up compilation.

Remove maintainer.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-02-03 15:01:30 -08:00
Deng Qingfang
4f41588c29 bind: update to 9.12.3-P1 and other
Refresh patches
Remove --enable-static and --enable-dynamic because they're enabled by default
Enable parallel compilation
Fix compile without IPv6

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-02-03 12:25:52 -08:00
Dave Taht
e5910b9834 bcp38: Allow class-e through bcp38
It is increasingly likely 240/4 and 0/8 netblocks will be allocated as
unicast globally rout-able and reachable address space
240/4 is already enabled throughout linux and openwrt.

Permit these address blocks under bcp38 address validation, ie. remove
those ranges from the block list:

list match '0.0.0.0/8'       # RFC 1700
list match '240.0.0.0/4'     # RFC 5745

Signed-off-by: Dave Taht <dave.taht@gmail.com>
[bump package - minor tweaks to commit message - remove commented lines]
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2019-02-03 15:38:32 +00:00
Jeffery To
549bf0ec44 socat: Update init script
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.

This also adds a service_triggers() function and removes some
unnecessary curly brackets.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-03 19:59:43 +08:00
Jeffery To
0fb4847b4b snort: Update init script
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.

This also fixes a variable name typo ("CONFIGFILE" instead of
"config_file").

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-03 19:20:44 +08:00
Jeffery To
f9386270db pptpd: Update init script
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.

This also adds a service_triggers() function and removes some
unnecessary curly brackets.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-03 19:10:10 +08:00
Rosen Penev
b958f62462 davfs2: Update to 1.5.5
Switched URL to @SAVANNAH for more mirrors.

Added PKG_BUILD_PARALLEL for faster compilation.

Added PKG_LICENSE info.

Minor reorganization for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-02-02 14:11:47 -08:00
Hannu Nyman
fdc5c5be60
Merge pull request #8100 from yangfl/lighttpd
lighttpd: Fix mod_auth
2019-02-02 20:06:48 +02:00
Dirk Brenken
88899c6661
Merge pull request #8107 from dibdot/adblock
adblock: update 3.6.5
2019-02-02 18:02:15 +01:00
Hannu Nyman
8042da76c7
Merge pull request #8071 from jefferyto/addrwatch-init
addrwatch: Update init script
2019-02-02 11:07:04 +02:00
Hannu Nyman
61f9cf2fae
Merge pull request #8104 from jefferyto/htpdate-init
htpdate: Update init script
2019-02-02 11:04:37 +02:00
Dirk Brenken
be848a000e adblock: update 3.6.5
- fix reporting for bogus hostnames with underscores
- no longer accidently overwrite existing 'serversfile' entries in dhcp
config which reference to the adblock jail list
- remove needless 'no_mail' flag
- refined log message regarding tcpdump requirement for reporting

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-02-02 08:38:56 +01:00
Daniel F. Dickinson
4e3b866ed8 git: Fix gitweb missing dependencies
gitweb is missing a dependencies on perlbase-filetest and
perlbase-storable.  It fails to start without these packages.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-02-01 18:44:13 +01:00
Hannu Nyman
265a145928
Merge pull request #4474 from ecsv/ratechecker
net/ratechecker: Add new package
2019-02-01 18:48:06 +02:00
Hannu Nyman
9705ab4195
Merge pull request #8090 from rosysong/nft-qos
nft-qos: fix useless log in syslog
2019-02-01 16:38:23 +02:00
Jeffery To
ab2e94b294 htpdate: Update init script
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.

This also corrects a variable name typo ("proxy" instead of
"proxy_host").

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-01 17:21:17 +08:00
Jeffery To
2f35c4735c e2guardian: Update init script
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-01 16:55:13 +08:00
Jeffery To
9a7ffc7703 clamav: Update init scripts
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.

This also removes some unnecessary curly brackets.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-02-01 16:39:34 +08:00
David Yang
2ceeaeb5ad lighttpd: Add missing 'server.modules' in some config files
e.g. 20-auth.conf

Signed-off-by: David Yang <mmyangfl@gmail.com>
2019-02-01 16:00:06 +08:00
David Yang
3013490240 lighttpd: Remove recursive dependency in #7737
Signed-off-by: David Yang <mmyangfl@gmail.com>
2019-02-01 16:00:06 +08:00
David Yang
c866e3f2c3 lighttpd: Disable auto loading mod_authn_file
which never works on OpenWrt

Signed-off-by: David Yang <mmyangfl@gmail.com>
2019-02-01 16:00:06 +08:00
Ahmar Aftab
603382ceb3 aria2: Add new options and fix typos
Added new options for aria2 config and fixed some typos within aria2 init file.

Signed-off-by: Ahmar Aftab <pakahmar@hotmail.com>
2019-02-01 12:13:10 +05:00
Rosy Song
9ba94ebbaa nft-qos: fix useless log in syslog
Since the functions in procd.sh invoke "initscript" variable which is
not defined when imported procd.sh from hotplug scripts. And this
results in error when calling basename utility.

Sun Jan 20 12:34:50 2019 daemon.debug dnsmasq-script[15340]: BusyBox v1.28.4 () multi-call binary.
Sun Jan 20 12:34:50 2019 daemon.debug dnsmasq-script[15340]:
Sun Jan 20 12:34:50 2019 daemon.debug dnsmasq-script[15340]: Usage: basename FILE [SUFFIX]
Sun Jan 20 12:34:50 2019 daemon.debug dnsmasq-script[15340]:
Sun Jan 20 12:34:50 2019 daemon.debug dnsmasq-script[15340]: Strip directory path and .SUFFIX from FILE
Sun Jan 20 12:34:50 2019 user.notice nft-qos-monitor: ACTION=update, MACADDR=xxxxxx, IPADDR=192.168.11.109, HOSTNAME=Honor_Play
Sun Jan 20 12:34:50 2019 daemon.info dnsmasq[15340]: 250 192.168.11.109/60566 reply www.google.com is 216.58.215.68
Sun Jan 20 12:34:50 2019 daemon.info dnsmasq[15340]: 251 192.168.11.109/43456 reply mtalk.google.com is <CNAME>
Sun Jan 20 12:34:50 2019 daemon.info dnsmasq[15340]: 251 192.168.11.109/43456 reply mobile-gtalk.l.google.com is 173.194.222.188
Sun Jan 20 12:34:50 2019 daemon.debug dnsmasq-script[15340]: BusyBox v1.28.4 () multi-call binary.
Sun Jan 20 12:34:50 2019 daemon.debug dnsmasq-script[15340]:
Sun Jan 20 12:34:50 2019 daemon.debug dnsmasq-script[15340]: Usage: basename FILE [SUFFIX]
Sun Jan 20 12:34:50 2019 daemon.debug dnsmasq-script[15340]:
Sun Jan 20 12:34:50 2019 daemon.debug dnsmasq-script[15340]: Strip directory path and .SUFFIX from FILE
Sun Jan 20 12:34:51 2019 daemon.debug dnsmasq-script[15340]: BusyBox v1.28.4 () multi-call binary.
Sun Jan 20 12:34:51 2019 daemon.debug dnsmasq-script[15340]:
Sun Jan 20 12:34:51 2019 daemon.debug dnsmasq-script[15340]: Usage: basename FILE [SUFFIX]
Sun Jan 20 12:34:51 2019 daemon.debug dnsmasq-script[15340]:
Sun Jan 20 12:34:51 2019 daemon.debug dnsmasq-script[15340]: Strip directory path and .SUFFIX from FILE
Sun Jan 20 12:34:51 2019 user.notice nft-qos-dynamic: ACTION=update, MACADDR=xxxxxx, IPADDR=192.168.11.109, HOSTNAME=Honor_Play

Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-02-01 09:39:02 +08:00
Hannu Nyman
83b304c170
Merge pull request #8091 from gladiac1337/feature-haproxy-v1.8.17-updates
haproxy: Update all patches for HAProxy v1.8.17
2019-01-31 19:58:18 +02:00
Daniel Golle
1d5af8f9e5 gnunet: fix PKG_MIRROR_HASH
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-01-31 14:25:30 +01:00
Christian Lachner
512411108c haproxy: Update all patches for HAProxy v1.8.17
- Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.17.html)
- Raise PKG_RELEASE to 2
- Prefix patches with 3-digit numbers instead of 4-digit numbers

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-01-31 13:59:35 +01:00
Hannu Nyman
8b7ae5c40d
Merge pull request #8070 from jefferyto/stunnel-init
stunnel: Update init script
2019-01-30 23:11:59 +02:00
Daniel Engberg
7b2bf511c3 gnunet: Specify libmicrohttpd-ssl dependency
Specify libmicrohttpd-ssl dependency

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2019-01-29 20:59:38 +01:00
Jeffery To
36e84d8ef6 addrwatch: Update init script
This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.

This also lets procd trigger the validation function directly, and
removes some unnecessary curly brackets.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-01-29 22:50:36 +08:00
Jeffery To
8bb3eba3c2 stunnel: Update init script
The reworked init script:
* Loads and validates options using uci_validate_section() (through
  uci_load_validate())
* Allows service options be specified in the globals section
* Hard-codes less global options (debug, syslog), as their default
  values already work
* Adds support for almost all options (up to the current package
  version, 5.49)
* Moves the pid file into a subdirectory (/var/run/stunnel) so that it
  can be created successfully when setuid is used

Certain options are omitted:
* chroot - requires more setup than the init script can manage
* fips, libwrap - disabled at compile-time
* iconActive, iconError, iconIdle, taskbar - gui/win32 only
* verify - obsolete, verifyChain and/or verifyPeer should be used
  instead

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-01-29 21:49:23 +08:00
Daniel Golle
effc8b5bf8 gnunet: update to source to 20190128
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-01-29 09:48:55 +01:00
Daniel Golle
52b79a5d6d opentracker: update source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-01-29 09:48:55 +01:00
Daniel Golle
d34eda7332 gnurl: update to version 7.63.0
Move back to use release tarball.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-01-29 09:44:40 +01:00
Hannu Nyman
796d8beec0
Merge pull request #7737 from yangfl/master
lighttpd: Fix dependencies among auth mods
2019-01-28 08:18:48 +02:00
Daniel F. Dickinson
df471caea4 gitolite: Drop openssh dependency
Current dropbear is sufficient for gitolite purposes, so don't
require openssh (we don't do a dependency on either dropbear or
openssh as they are not yet drop-in replacements in terms of
packaging for the functions shared between them).  To achieve
tihs we also eliminate the dependency on ssh-keygen.  Previously
gitolite used ssh-keygen to generate fingerprints from OpenSSH
keys to ensure non-duplication of keys when processing them to
create / manage user ssh access to the git repositories.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-27 14:25:57 -05:00
Hannu Nyman
13199f6ea1
Merge pull request #7846 from neheb/ipsec
ipsec-tools: Fix compilation without deprecated OpenSSL 1.0.2 APIs
2019-01-27 12:07:51 +02:00
Hannu Nyman
0f6c49d30f
Merge pull request #7883 from neheb/qirc
quassel-irc: Update to latest version
2019-01-27 12:00:28 +02:00
Hannu Nyman
63e9eacdf5
Merge pull request #7993 from neheb/patch-10
clamav: Update to 0.101.1
2019-01-27 11:44:51 +02:00
Hannu Nyman
4fe6ca3f99
Merge pull request #7992 from neheb/patch-5
autossh: Update to 1.4g
2019-01-27 11:44:24 +02:00
W. Michael Petullo
1a8557a5d4 dmapd: update to 0.0.79
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-01-26 16:58:16 -05:00
Hannu Nyman
ad33616630
Merge pull request #7897 from neheb/ina
inadyn: Fix compilation without deprecated OpenSSL APIs
2019-01-26 10:14:20 +02:00
Rosen Penev
cabf977d38 aria2: Fix the faulty patch again
The previous solution was incorrect. The issue was that the macro was not
defined as the header defining it was not included. GCC warns if -Wunder
is passed and does not error by default, leading to the confusion.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-25 01:16:05 -08:00
Rosen Penev
f81ef698d5 usbip: Switch usb.ids location to match usbutils
It's versioned and therefore easier to update.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-24 19:07:46 +01:00
Hannu Nyman
78c65a1e34
Merge pull request #8032 from lnslbrty/update/ptunnel-ng
ptunnel-ng: update to 1.32
2019-01-24 17:39:04 +02:00
Hannu Nyman
804d434127
Merge pull request #8028 from salzmdan/master
knot: update to 2.7.6
2019-01-24 17:38:10 +02:00
Dirk Brenken
fd7cad216f
Merge pull request #8031 from dibdot/travelmate
travelmate: bugfix 1.3.4
2019-01-24 16:24:46 +01:00
Dirk Brenken
4aa7adf041
Merge pull request #8027 from dibdot/adblock
adblock: bugfix 3.6.4
2019-01-24 16:24:24 +01:00
Dirk Brenken
2e93d26f51 travelmate: bugfix 1.3.4
* fix runtime behaviour with empty scan results on radioX
* fix radiolist preparation (prevent dups)
* further optimize 'ProActive' mode

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-01-24 15:35:55 +01:00
Toni Uhlig
5dc7b0db24
ptunnel-ng: update to 1.32
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2019-01-24 15:08:47 +01:00
Jo-Philipp Wich
eaf6411452 conntrack-tools: add missing patch
Add a forgotten patch which was part of the original PR to switch ct tools
to libtirpc.

Fixes: ecebe0ed1 ("conntrack-tools: update to 1.4.5 and link against libtirpc")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-01-24 13:09:23 +01:00
Daniel Salzman
3c727055b5 knot: update to 2.7.6
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2019-01-24 12:57:27 +01:00
Dirk Brenken
5a7e8cea89 adblock: bugfix 3.6.4
* respect 'adb_report' option to enable/disable adblock reporting
  (incl. tcpdump background process)
* other reporting related corner case fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-01-24 12:31:47 +01:00
Hannu Nyman
82a77db89c
Merge pull request #7616 from jbenden/aircrack-ng-1.5
aircrack-ng: Update to 1.5.2
2019-01-23 18:13:56 +02:00
Hannu Nyman
7857cf7f33
Merge pull request #7912 from ja-pa/keepalived-update
keepalived: update to version 2.0.10
2019-01-23 18:10:16 +02:00
Alexander Ryzhov
7454478df3
aggregate: respect CFLAGS, LDFLAGS
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
2019-01-23 10:06:32 +03:00
Hannu Nyman
38e5864273
Merge pull request #8017 from cshoredaniel/pr-nut-cleanup-small-but-mighty-issues
nut: initscripts hotplug: Fix many small by mighty semantic issues
2019-01-22 20:50:52 +02:00
Hannu Nyman
ce69b6979e
Merge pull request #8015 from TDT-AG/pr/20190122-mwan3
mwan3: update version
2019-01-22 20:49:55 +02:00
Daniel F. Dickinson
533ee33e79 gitolite: Update to 3.6.11
A migration bugfix.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-22 12:57:51 -05:00
Dirk Brenken
6fbf3576ea
Merge pull request #8016 from dibdot/travelmate
travelmate: release 1.3.3
2019-01-22 17:12:59 +01:00
Dirk Brenken
2abae00f16 travelmate: release 1.3.3
* re-fine/optimize re-connection logic in 'ProActive' mode,
  prevent needless ubus calls

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-01-22 16:05:30 +01:00
Florian Eckert
7b4c075cc2 mwan3: update version to 2.7.10
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-22 14:29:34 +01:00
Florian Eckert
2ff9c8ecb7 mwan3: add locking debug possibility
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-22 14:29:04 +01:00
Florian Eckert
d167e3718d mwan3: lock critical section on mwan3 down
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-22 14:29:01 +01:00
Florian Eckert
dd206b7d0b mwan3: lock critical mwan3rtmon section
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-22 14:28:58 +01:00
Yousong Zhou
c059c283fe shadowsocks-libev: ss-rules: simplify grep_af
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-01-22 07:52:42 +00:00
Peter Wagner
ecebe0ed17 conntrack-tools: update to 1.4.5 and link against libtirpc
Signed-off-by: Peter Wagner <tripolar@gmx.at>
[split from https://github.com/openwrt/openwrt/pull/1274]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-01-22 08:17:16 +01:00
Jo-Philipp Wich
cd9354e548 conntrack-tools: import from OpenWrt base
In order to allow for the switch from librpc to libtirpc, we need to
relocate the conntrack-tools package here.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-01-22 08:13:24 +01:00
Toke Høiland-Jørgensen
56fea1e1b9 sqm-scripts: Bump to v1.3.0
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2019-01-21 11:53:25 +01:00
Yousong Zhou
5fd4687164 shadowsocks-libev: ss-rules: add ipv6 support
It will require support from ip6tables-mod-nat.  The added functionality
will be skipped otherwise.

For $o_dst_bypass6_, include only address blocks in link [1] whose
"Globally Reachable" field are explicitly "False"

Closes openwrt/packages#7508

 [1] IANA IPv6 Special-Purpose Address Registry,
     https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-01-21 15:19:32 +08:00
Hannu Nyman
1f4a6d29a1
Merge pull request #7990 from WeekendSoftware/safe-search
net/safe-search Add duckduckgo.com
2019-01-21 00:14:36 +02:00
Rosen Penev
43988c17d6 autossh: Update to 1.4g
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-20 10:33:36 -08:00
Daniel F. Dickinson
d7db15459f nut: initscripts hotplug: Fix many small semantic issues
Small but important tweaks to fix the operation of the nut initscripts
and hotplug scripts.  All hail shellcheck and proofreading and
dogfooding.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-20 12:16:28 -05:00
Rosen Penev
0ea5b983fd kplex: Update to 1.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-20 17:34:49 +01:00
Jonathan G. Underwood
c7c3eca42e stubby: update to version 0.2.4
This upstream release adds support for trust_anchors_backoff_time
configuration parameter. UCI support has been added for this.

This commit also includes a number of clean-ups:
    o change START=50 to START=30 in init file
      Starting earlier in the boot means less chance of missing interface
      trigger events. See: https://github.com/openwrt/packages/pull/4675
    o remove unused variables from init file
    o separate local declarations and assignments in init file
    o add defensive quoting in init file
    o use default values for procd respawn in init file
    o make use of {} in variables consistent in init file
    o remove unused variable from init file

Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2019-01-20 15:26:36 +00:00
Hannu Nyman
e7a2b84d8f
Merge pull request #7968 from neheb/patch-9
geth: Update to 1.8.21
2019-01-20 11:56:51 +02:00
Rosen Penev
b8b9bc893b
clamav: Update to 0.101.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-19 22:16:49 -08:00
Gregory L. Dietsche
2a5f85229b net/safe-search Add duckduckgo.com
Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
2019-01-19 17:37:38 -06:00
Jan Pavlinec
8b6020db7f
keepalived: update to version 2.0.10
Fixes CVE-2018-19046

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-01-19 23:43:17 +01:00
Hannu Nyman
835f16bdc7
Merge pull request #7986 from tru7/knxd
knxd: bump to version 0.14.29
2019-01-19 23:59:59 +02:00
Hannu Nyman
74f2ab848c
Merge pull request #7888 from neheb/vn
vpnc: Updated deprecated patch to include OpenSSL 1.1
2019-01-19 22:45:29 +02:00
Othmar Truniger
e1e7c39c2b knxd: bump to version 0.14.29
Signed-off-by: Othmar Truniger <github@truniger.ch>
2019-01-19 19:11:25 +01:00
Hannu Nyman
7ef1152276
Merge pull request #7891 from neheb/ari
aria2: Fix faulty patch
2019-01-19 19:15:09 +02:00
Hannu Nyman
2a4d79be0d
Merge pull request #7893 from neheb/squid
squid: Fix compilation without OpenSSL ENGINE support
2019-01-19 13:18:57 +02:00
Florian Eckert
810f85c1a9 keepalived: add cpe id
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-18 09:55:05 +08:00
Florian Eckert
76da682c75 stunnel: add cpe id
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-18 09:55:05 +08:00
Darryl Sokoloski
55d1757e46 netifyd: Added initial package files.
Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
2019-01-16 11:03:33 +08:00
Yousong Zhou
f68ce32f9b mtr: fix UNKNOWN version reporting
Supersedes openwrt/packages#7634

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-01-16 02:53:08 +00:00
Rosen Penev
015acde252
geth: Update to 1.8.21
Emergency update as the planned upgrade went south.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-15 18:32:46 -08:00
Peter Wagner
d82cc22019 openssh: backport patch for CVE-2018-20685
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-01-15 20:34:03 +01:00
Peter Wagner
2a6ddb5ad8 wget: remove softlinks
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-01-15 09:23:07 +01:00
Peter Wagner
98728d326e wget: use ALTERNATIVES
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-01-14 21:08:25 +01:00
Dirk Brenken
db9750569b
Merge pull request #7960 from dibdot/adblock
adblock: release 3.6.3
2019-01-14 20:24:17 +01:00
Peter Wagner
c7700bfb15 tor: update to 0.3.5.7
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-01-14 20:19:39 +01:00
Hannu Nyman
b30421f1e6
Merge pull request #7957 from TDT-AG/pr/20190111-mwan3
mwan3: update to version 2.7.9
2019-01-14 17:32:39 +02:00
Dirk Brenken
6216168262 adblock: release 3.6.3
* the DNS Report now displays the hostname, MAC-Address or
  client IP (CLI & LuCI)
* Filter the DNS Query result set for a particular domain, client or
  time frame (CLI & LuCI)
* remove needless XHR.Poll-Events from Reporting page in LuCI
* remove needless 'force sort' option in LuCI

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-01-14 15:58:13 +01:00
Florian Eckert
b2c4f2b135 mwan3: update version to 2.7.9
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-14 08:28:58 +01:00
Florian Eckert
46b2593ce4 mwan3: mwan3rtmon interrupt sleep on signal (trap) event
Sleep will be aborted if a signal is send to this process.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-14 08:28:55 +01:00
Florian Eckert
10cadcb2af mwan3: set interface unknown to offline
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-14 08:28:53 +01:00
Florian Eckert
9362ef30ff mwan3: fix initial_state offline issue
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-14 08:28:52 +01:00
Florian Eckert
a974558cfa mwan3: add syslog debug possibility to rules
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-01-14 08:28:50 +01:00
Hannu Nyman
567471714e
Merge pull request #7918 from LLE8/add-lynx-package
lynx: add package
2019-01-13 21:25:59 +02:00
Leonid Esman
d267b62b09 lynx: defined package maintainer, added more download sites
Signed-off-by: Leonid Esman <leonid.esman@gmail.com>
2019-01-13 22:01:21 +03:00
Hannu Nyman
b93cf12f46
Merge pull request #7871 from cshoredaniel/pr-add-radicale2
Radicale 2.x as radicale2
2019-01-13 13:20:04 +02:00
Hannu Nyman
882b497753
Merge pull request #7910 from cshoredaniel/pr-nut-fsd-bug
nut: Prevent FSD when not specifically requested
2019-01-13 09:45:43 +02:00
Deng Qingfang
7ce7898d13 bind: update to 9.11.5-P1
For changes in 9.11.5-P1 see https://ftp.isc.org/isc/bind9/9.11.5-P1/CHANGES

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-01-12 21:26:32 -08:00
Hannu Nyman
43221fc249
Merge pull request #7806 from iamperson347/patch-3
stubby: Remove iamperson347 from maintainer
2019-01-12 11:48:20 +02:00
Hannu Nyman
1fadeeaedd
Merge pull request #7932 from val-kulkov/samba4-package
samba4: add mandatory option per CVE-2018-16853
2019-01-11 22:47:21 +02:00
Hannu Nyman
a55164ab59
Merge pull request #7942 from val-kulkov/subversion-package
subversion: bump to the latest stable bugfix release
2019-01-11 22:46:18 +02:00
Joseph Benden
4ddc31ba2a aircrack-ng: Update to 1.5.2
Signed-off-by: Joseph Benden <joe@benden.us>
2019-01-11 12:24:53 -07:00
Rosen Penev
338646ffc7 wget: Fix compilation without deprecated OpenSSL 1.1 APIs
The configure script uses a deprecated function to check for libssl. I tried patching configure.ac
and adding PKG_FIXUP:=autoreconf but that causes a different error. This is the simplest fix.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-11 17:28:45 +01:00
Val Kulkov
00f7f607b0 subversion: bump to the latest stable bugfix release
Update to Apache Subversion 1.11.1.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2019-01-11 11:14:46 -05:00
Jan Pavlinec
f422a6fe49 irssi: update to version 1.1.2
Fixes
CVE-2019-5882 - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5882

Changes
-add PKG_CPE_ID
-add license info

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-01-11 17:10:27 +01:00
David Yang
0bda3d9a83 lighttpd: Fix dependencies among auth mods
lighttpd-mod-auth has to be installed with lighttpd-mod-authn_file,
otherwise an error will appear even when auth.backend is not "plain".

  (plugin.c.229) dlopen() failed for: /usr/lib/lighttpd/mod_authn_file.so Error loading shared library /usr/lib/lighttpd/mod_authn_file.so: No such file or directory

Signed-off-by: David Yang <mmyangfl@gmail.com>
2019-01-11 21:03:32 +08:00
Nikos Mavrogiannopoulos
561401ad43 openconnect: updated to 8.01
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2019-01-10 22:16:36 +01:00
Nikos Mavrogiannopoulos
8d814dec45 ocserv: updated to 0.12.2
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2019-01-10 21:30:50 +01:00
Val Kulkov
d12521c169 samba4: add mandatory option per CVE-2018-16853
Since 4.9.3, Samba AD-DC with MIT Kerberos will refuse to build unless
--with-experimental-mit-ad-dc is provided to the configure command.

The mandatory requirement was introduced in response to a report that
a user in a Samba AD domain can crash the KDC when Samba is built in
the non-default MIT Kerberos configuration:
https://www.samba.org/samba/security/CVE-2018-16853.html

This requirement was introduced in Samba commit
c5370a4349d381ba3b64b063dc28a2c54cfacdfc.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2019-01-10 13:34:30 -05:00
Andy Walsh
298ec8af05 softethervpn5: fix client, bridge pkg installation
* fix launcher.sh installation for client, bridge
* link libreadline as static for host helper (hamcorebuilder)

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-01-10 12:03:05 +01:00
Hannu Nyman
c05eb89d7d
Merge pull request #7746 from cotequeiroz/softethervpn_rpath
softethervpn:  use hostpkg-installed libreadline, add name to build_dir
2019-01-10 00:28:24 +02:00
Rosen Penev
494ce7118a vpnc: Updated deprecated patch to include OpenSSL 1.1
Patch was only for 1.0.2. This adds 1.1 support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-09 12:03:54 -08:00
Hannu Nyman
30c73ca5e6
Merge pull request #7895 from neheb/clam
clamav: Fix compilation without deprecated OpenSSL APIs
2019-01-09 21:16:04 +02:00
Hannu Nyman
b6b17abb13
Merge pull request #7926 from gladiac1337/feature-haproxy-v1.8.17
haproxy: Update HAProxy to v1.8.17
2019-01-09 21:06:10 +02:00
Dirk Brenken
611dddb3fa
Merge pull request #7930 from dibdot/adblock
adblock: update 3.6.2
2019-01-09 16:19:28 +01:00
Dirk Brenken
3233bb307b adblock: update 3.6.2
* enhance the query function to search in adblock backups as well,
  to get back the set of blocking lists sources for a certain domain
* add "Latest DNS Queries" report to commandline version as well
  (already in LuCI)
* made the tld compression (the error handling) more robust,
  remove the needless 'adb_forcesrt' option
* removed abandoned 'feodo' list source
* updated readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-01-09 12:40:45 +01:00
Christian Lachner
ce5ab5ecec haproxy: Update HAProxy to v1.8.17
- Update haproxy download URL and hash
- This fixes CVE-2018-20615

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-01-09 08:48:04 +01:00
Daniel F. Dickinson
615fa96f9c radicale2: Update CalDAV/CardDAV server to v2.x
Radicale 2.x adds support for many new clients,
bug-fixes, etc so add v2 of this application.

We do it as a separate package for those not
ready to switch (it's not an straight inplace
upgrade from 1.x).

We do however CONFLICT with 1.x as they can't
be run side-by-side on the same host (without
containers for somesuch).

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-09 01:35:18 -05:00
Michael Heimpold
8cfbcfd757 ser2net: update to 3.5.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-01-08 23:13:08 +01:00
Leonid Esman
887182dce9 lynx: initial commit
Based on https://github.com/kyak/openwrt-packages/tree/master/lynx
Tested on TP-Link TL-MR3020 v3

Signed-off-by: Leonid Esman <leonid.esman@gmail.com>
2019-01-09 00:02:18 +03:00
Jan Pavlinec
f2196c46ea tor: update to version 0.3.4.10
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-01-08 20:44:52 +01:00
Andy Walsh
159ab10ab2 softethervpn5: add new package softethervpn5
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2019-01-08 17:56:50 +01:00
Rosen Penev
18085ebccd radsecproxy: Fix compilation without deprecated OpenSSL 1.0.2 APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-08 15:19:00 +01:00
Hannu Nyman
b9623e4496
Merge pull request #7863 from cshoredaniel/pr-nut-fix-slow-interfaces
nut: Fix procd crashloop no interfaces
2019-01-08 15:08:06 +02:00
Hannu Nyman
4d51267162
Merge pull request #7896 from neheb/lf
lftp: Fix compilation without deprecated OpenSSL APIs
2019-01-08 15:07:28 +02:00
Hannu Nyman
0ff2fe284d
Merge pull request #7892 from neheb/sstp
sstp-client: Fix compilation without deprecated OpenSSL APIs
2019-01-08 15:05:29 +02:00
Toke Høiland-Jørgensen
71c7d30e00 acme: Remove 8192 bits certificate option
This is not supported by letsencrypt, so issuing the certificate will fail.
Instead, add 3072 bits as an intermediate option.

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2019-01-08 13:08:15 +01:00
Toke Høiland-Jørgensen
5a1f294667 acme: Support selecting ECC certificates from Luci
As pointed out by @andersk, acme.sh already supports ECC certificates, and
they can be set manually in the uci file, just not in Luci. Fix this by
changing the key size selector into a listbox, and adding ECC certs as
options.

Fixes #7825.

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2019-01-08 11:29:37 +01:00
Saverio Proto
0551b498e4
Merge pull request #7887 from neheb/patch-8
tinc: Fix to actually build without deprecated APIs
2019-01-08 11:10:35 +01:00
Daniel F. Dickinson
cb06f02504 nut: Prevent FSD when not specifically requested
Under certain circumstances nutshutdown was causing a forced
shutdown of the UPS even though killpower was not indicated.
Prevent that.  Also clarify the logic for powering off server
by avoiding && || chains.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-08 04:07:01 -05:00
Hannu Nyman
fdbb6f1117
Merge pull request #7874 from Ansuel/softup
softethervpn: update to latest release and rework makefile
2019-01-07 19:48:00 +02:00
Daniel F. Dickinson
c8cc504efe nut: Fix procd crashloop no interfaces
Fix a crashloop under procd when attempting to bind
to any address when no interfaces are yet available.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-07 02:03:31 -05:00
Rosen Penev
99c54c97e4 inadyn: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-06 21:15:55 -08:00
Rosen Penev
3195ca7f76 lftp: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-06 21:12:45 -08:00
Rosen Penev
2c33e9f0eb clamav: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-06 21:09:23 -08:00
Deng Qingfang
05ed633739 shadowsocks-client: remove
It hasn't been maintained for years and doesn't have recent features such as AEAD crypto and IPv6.
(The "recent" update is fix compilation without deprecated OpenSSL APIs, which is made by Rosen Penev)
It has been superseded by shadowsocks-libev, which is recently maintained by community and has LuCI frontend.
Despite its smaller size, it depends on OpenSSL, which is way larger than MbedTLS, the one shadowsocks-libev used. Thus, it doesn't really fit in space-constrained devices.

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-01-07 13:07:22 +08:00
Rosen Penev
3718caa64d spoofer: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-06 21:06:30 -08:00
Rosen Penev
0e4b4f66a2 squid: Fix compilation without OpenSSL ENGINE support
OpenSSL 1.1 includes the header but support has to be checked in another
way.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-06 21:02:59 -08:00
Rosen Penev
ba9d0a08f2 sstp-client: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-06 21:00:47 -08:00
Rosen Penev
d304dab571 aria2: Fix faulty patch
The if condition was wrong and caused compilation errors with 1.1.
Potentially broke 1.0.2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-06 19:59:09 -08:00
Hannu Nyman
483c9fceae
Merge pull request #7889 from cshoredaniel/pr-gitolite-remove-extra-vars
gitolite: Remove unecessary Makefile variables
2019-01-06 14:07:20 +02:00
Rosen Penev
5ef7a05a8a
tinc: Fix to actually build without deprecated APIs
The configure script checks for the existence of OpenSSL by checking a
deprecated function. This works around it. The other changes have been done
previously

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-05 23:31:25 -08:00
Dirk Brenken
7696b4ec63
Merge pull request #7882 from dibdot/travelmate
travelmate: update 1.3.2
2019-01-06 06:44:37 +01:00
Rosen Penev
0f5737fe82 quassel-irc: Update to latest version
Now that the library has been updated, we can also update this.

Switched to codeload as we don't need the submodule anymore.

Various other Makefile consistency updates.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-05 19:19:14 -08:00
Terry Stockert
4adaa5b8b0 fwknop: ensure default ifname matches default network
Signed-off-by: Terry Stockert <stockert@inkblotadmirer.me>
2019-01-06 10:58:27 +08:00
Dirk Brenken
11c4abe51e travelmate: update 1.3.2
- support named 'wifi-iface' sections correctly

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-01-05 23:21:20 +01:00
Dirk Brenken
f1c78bb0ec
Merge pull request #7880 from dibdot/banip
banIP: release 0.1.0
2019-01-05 22:22:00 +01:00
Dirk Brenken
72df8e4c66 banIP: release 0.1.0
* add automatic blocklist backup & restore, they will be used
  in case of download errors or during startup in backup mode
* add a 'backup mode' to re-use blocklist backups during startup,
  get fresh lists via reload or restart action
* procd interface trigger now supports multiple WAN interfaces
* change URL for abuse.ch/feodo list source in default config
* small fixes
* update readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-01-05 16:28:44 +01:00
Ansuel Smith
d2271e228a
softethervpn: update to latest release and rework makefile
This package install both server client and bridge app... This is useless if someone needs to run only the server on the device. Split the package in 3 subpackage and a base package that contains file needed by all 3. This also upgrade the package to latest release to fix some bug and memory leak.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-01-04 19:32:49 +01:00
Deng Qingfang
925fc7a769 nginx: update to 1.15.8 and remove PKG_VERSION from modules tarball filename
Update to 1.15.8. Also use HTTPS
PKG_VERSION (nginx version) in 3rd-party modules tarball filename is dispensable and can be dropped to avoid unnecessary downloading

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-01-04 15:37:55 +08:00
Peter Wagner
7cf1c9e11c aria2: immediate assign value
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-01-03 01:10:56 +01:00
Peter Wagner
c579202935 aria2: fix "Illegal instruction" crash on ar71xx
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2019-01-02 22:52:40 +01:00
Hannu Nyman
8f8fa195d9
Merge pull request #7844 from neheb/cn
conserver: Fix compilation without deprecated OpenSSL 1.0.2 APIs
2019-01-02 21:46:41 +02:00
Ted Hess
d79a3ca6c8
Merge pull request #7850 from commodo/netatalk
netatalk: bump to version 3.1.12
2019-01-02 13:45:39 -05:00
Alexandru Ardelean
476039e845 netatalk: bump to version 3.1.12
This change upgrades the package to version 3.1.12.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-01-02 20:05:18 +02:00
Hannu Nyman
ceebed0c67
Merge pull request #7827 from rosysong/nft-qos
nft-qos: fix monitor doesn't work when firstboot
2019-01-02 18:02:58 +02:00
Stijn Tintel
ce1a54563f strongswan: bump to 5.7.2
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2019-01-02 14:00:32 +01:00
Rosen Penev
5a6bc18334 vpnc: Fix compilation without deprecated OpenSSL 1.0.2 APIs
One missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-01 23:55:24 -08:00
Rosen Penev
3449210a77 ipsec-tools: Fix compilation without deprecated OpenSSL 1.0.2 APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-01 23:49:47 -08:00
Rosen Penev
8c73cc5b0e conserver: Fix compilation without deprecated OpenSSL 1.0.2 APIs
Two headers were missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-01 23:42:22 -08:00
Rosy Song
6a42b7bf38 nft-qos: fix monitor doesn't work when firstboot
Signed-off-by: Rosy Song <rosysong@rosinson.com>
2019-01-02 09:20:36 +08:00
Ted Hess
fe4ef28c3d
Merge pull request #5266 from dermoth/libndp
libndp: Add library/tool for Neighbor Discovery Protocol
2019-01-01 14:03:11 -05:00
Daniel F. Dickinson
c8d28e284d gitolite: Remove unecessary Makefile variables
PKG_SOURCE_DIR and PKG_BUILD_DIR are just the default, so remove them
from the gitolite Makefile

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-01-01 04:30:41 -05:00
Alexandru Ardelean
5e0c99df09 tcpreplay: bump to version 4.3.1
This change bumps the version to 4.3.1.
Also, it changes the source archive to `tar.xz`

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-12-31 00:08:40 +02:00
Thomas Guyot-Sionnest
9502b9c65a libndp: Add library/tool for Neighbor Discovery Protocol
This is a new package to add tooling for IPv6 Neighbor Discovery
Protocol, ndptool. Builds libndp and ndptool.

Signed-off-by: Thomas Guyot-Sionnest <dermoth@aei.ca>
2018-12-30 15:14:37 -05:00
Peter Wagner
641c815885 wget: update to 1.20.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-12-30 20:21:47 +01:00
David Mora
89cef29983
stubby: Remove iamperson347 from maintainer
I am no longer able to support maintaining the stubby daemon for openwrt. I suggest Jonathan Underwood <jonathan.underwood@gmail.com> as a replacement.
2018-12-30 09:50:36 -05:00
Eneas U de Queiroz
d33a4c4924 keepalived: build without libipset
keepalived 2.0.7 is not compatible with libipset 7.x.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-28 11:02:00 +08:00
Hannu Nyman
234fc70c73
Merge pull request #7760 from cshoredaniel/pr-nut-server-init-driver-updates
nut: server init driver updates
2018-12-27 15:30:19 +02:00
Dirk Brenken
d5ddc24dfa
Merge pull request #7784 from dibdot/banip
banip: release 0.0.7
2018-12-27 07:23:11 +01:00
Dirk Brenken
85efcd6e45
Merge pull request #7781 from dibdot/adblock
adblock: release 3.6.1
2018-12-27 07:22:42 +01:00
Dirk Brenken
939979a7a9 banip: release 0.0.7
* determine L3 and L2 network devices to support pppoe interfaces
correctly

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-12-26 21:52:26 +01:00
Hannu Nyman
545ee10043
Merge pull request #7773 from TDT-AG/pr/20181225-mwan3
mwan3: code cleanup
2018-12-26 22:24:09 +02:00
Dirk Brenken
9ec73489e0 adblock: release 3.6.1
* report engine supports multiple listening ports, set
  'adb_replisten' to a space separated list of ports,
  default '53'
* report engine supports multiple interfaces, set 'adb_repiface'
  to 'any'
* small fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-12-26 21:19:21 +01:00
Hannu Nyman
ca6fe95dbb
Merge pull request #7658 from neheb/chaos
chaosvpn: Fix compilation without deprecated OpenSSL APIs
2018-12-26 19:55:31 +02:00
Hannu Nyman
5a8af6e281
Merge pull request #7751 from gladiac1337/feature-haproxy-v1.8.16
haproxy: Update HAProxy to v1.8.16
2018-12-26 19:47:07 +02:00
Hannu Nyman
b65c6ee965
Merge pull request #7649 from dengqf6/samba4
samba4: update to 4.9.4
2018-12-26 19:44:19 +02:00
Hannu Nyman
f806f55e9e
Merge pull request #7647 from neheb/aria
aria2: Fix compilation without deprecated OpenSSL APIs
2018-12-26 19:43:00 +02:00
Hannu Nyman
75a3f71423
Merge pull request #7761 from cshoredaniel/pr-gitolite-codeload-update
gitolite: Update to 3.6.10 and switch to codeload
2018-12-26 19:39:12 +02:00
Florian Eckert
cb37a0e15b mwan3: update version to 2.7.8
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-12-25 18:27:49 +01:00
Florian Eckert
a49d609635 mwan3: remove duplicated global enable check
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-12-25 18:25:38 +01:00
Florian Eckert
f54c2f3157 mwan3: remove local_source deprecated code artefacts
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-12-25 18:24:16 +01:00
Deng Qingfang
5b75a84165 samba4: update to 4.9.4
Fixes following CVEs (4.9.3 and 4.9.4):
CVE-2018-16853, CVE-2018-14629, CVE-2018-16853
CVE-2018-14629, CVE-2018-16841, CVE-2018-16851
CVE-2018-16852, CVE-2018-16853, CVE-2018-16857

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2018-12-24 21:01:15 +08:00
Daniel F. Dickinson
dfe650e58a gitolite: Update to 3.6.10 and switch to codeload
There have been a couple of point releases, so pull in those changes.
Also codeload seems to be preferred to git tarballs when using github, so
switch to codeload.
Finally, fix a typo in project URL.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-23 02:02:58 -05:00
Daniel F. Dickinson
89effa4a84 nut: Bump PKG_RELEASE
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-23 00:26:03 -05:00
Daniel F. Dickinson
2d87aa40c8 nut: really run upsd as non-root
One local removal was missed in last push of this fix, so
in certain circumstances upsd would run as root even when
it shouldn't.

Fixes f48b060fa7 ("nut: Fix upsd runs as root")
Closes: #6697 (properly)

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-23 00:25:39 -05:00
Daniel F. Dickinson
f916a7e0eb nut: Update server config comment 'docs'
Update the commented out settings in /etc/config/nut_server that
shows the available sections with their default settings.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-23 00:24:37 -05:00
Christian Lachner
e02d8ca48b haproxy: Update HAProxy to v1.8.16
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-12-22 10:53:43 +01:00
Eneas U de Queiroz
80b61c3e57 softethervpn: add package name to build dir
Current build dir is set at just v$(PKG_VERSION).

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-21 15:55:38 -02:00
Eneas U de Queiroz
2977cbba22 softethervpn: add -Wl,-rpath to HOST_LDFLAGS
Avoids failures related to the absence of a matching libreadline.so in
the host system.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-21 15:55:38 -02:00
champtar
2a171c36fa
Merge pull request #7738 from TDT-AG/pr/20181220-mwan3
mwan3: add nping to tracking method
2018-12-21 13:36:42 +01:00
Michael Stoll
7acb0c3e38 mwan3: add nping to tracking method
Signed-off-by: Michael Stoll <michael.stoll@meadow-robotics.com>
2018-12-21 11:21:31 +01:00
Daniel F. Dickinson
23c4235554 nut: Fix additional (other) variable handling
There was a cut & paste error in the handling of 'other'
variables (i.e. driver variables not specifically known
to the package but which some users may require to be add).
There was also a logic error from not switching sufficient
after cut & paste.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-20 23:24:00 -05:00
Daniel F. Dickinson
d04f2580b1 nut: Remove extraneous config reads
Handling of driver variable defaults, overrides, and additional
(other) variables changed and left behind some extraneous
config reads (config_get and config_list_foreach).  Remove those.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-20 23:23:56 -05:00
Daniel F. Dickinson
97c7ef6c4d nut: alphabetize driver options
There are a lot of options; to make development easier
alphabetize them.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-12-20 23:23:50 -05:00
Val Kulkov
29478d7a67 subversion: bump to the latest stable release
Update to subversion 1.11.0.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2018-12-21 12:03:26 +08:00