Hannu Nyman
e96353dd45
yaaw: fix mirror hash
...
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi >
2018-12-10 21:40:45 +02:00
Hannu Nyman
112509ae74
yaaw: try to fix bad copy at a source mirror
...
Bump source date to force a new download to fix a bad 0 byte
copy at one Openwrt source mirror.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi >
2018-12-10 21:24:52 +02:00
Peter Wagner
43001d241b
git: update to 2.20.0
...
Signed-off-by: Peter Wagner <tripolar@gmx.at >
2018-12-10 19:28:43 +01:00
Hannu Nyman
5eff27da8b
Merge pull request #7613 from cotequeiroz/clamav_no-xml
...
clamav: fixup disabling xml
2018-12-10 19:06:29 +02:00
Hannu Nyman
a5412ad822
Merge pull request #7514 from neheb/pen
...
pen: Fix compilation without deprecated OpenSSL APIs
2018-12-09 13:41:46 +02:00
Hannu Nyman
5b940c3e5e
Merge pull request #7507 from neheb/znc2
...
znc: Update deprecated patch to include OpenSSL 1.1
2018-12-09 13:37:04 +02:00
Joseph Benden
4b71fb45a8
aircrack-ng: Update to 1.5.1
...
Signed-off-by: Joseph Benden <joe@benden.us >
2018-12-08 19:08:17 -07:00
Joseph Benden
286722c48e
aircrack-ng: Update to 1.5
...
Signed-off-by: Joseph Benden <joe@benden.us >
2018-12-08 15:31:11 -07:00
Konstantin Demin
b7603be359
tor: package improvements
...
* remove "torify" script
- "torify" script is just a wrapper around torsocks,
but torsocks is not currently present in packages.
* tor-geoip: fix "install" recipe:
- use $(INSTALL_DATA) instead of $(CP) as a proper way
of installing files
* drop deprecated configure option:
"--with-ssl-dir" is considered deprecated and obsolete,
while "--with-openssl-dir" is already present.
* build in parallel
* build with -ffunction-sections, -fdata-sections,
--gc-sections and -flto
* remove "--disable-largefile" in CONFIGURE_ARGS
* remove "-std=gnu99" in EXTRA_CFLAGS
* use $(FPIC) in EXTRA_CFLAGS
* remove trailing whitespace
Compile- and run-tested on ar71xx/generic,
TP-Link Archer C7 v2 (world-wide version).
Signed-off-by: Konstantin Demin <rockdrilla@gmail.com >
2018-12-08 11:55:41 +01:00
Hannu Nyman
46c051101d
Merge pull request #7557 from wvdakker/master
...
Shorewall: Bump to version 5.2.1.2
2018-12-08 09:52:39 +02:00
Hannu Nyman
0e7778b9f9
Merge pull request #7516 from neheb/um
...
umurmur: Fix compilation without OpenSSL ECC support
2018-12-08 09:48:18 +02:00
Hannu Nyman
8210366388
Merge pull request #7528 from lnslbrty/package/ptunnel-ng
...
ptunnel-ng: add new package
2018-12-08 09:43:31 +02:00
Eneas U de Queiroz
3c1ca3b7d3
clamav: fixup disabling xml
...
--disable-xml is not doing its job, but--with-xml=no works.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com >
2018-12-07 21:43:31 -02:00
Eneas U de Queiroz
202aa6e658
snort: fix pcap include directory
...
Build was overriding openwrt pcap include directory.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com >
2018-12-07 20:45:48 -02:00
Hannu Nyman
62f654c722
Merge pull request #7599 from cotequeiroz/netatalk_disable-libevent
...
netatalk: don't use bundled libevent
2018-12-07 17:20:15 +02:00
Ansuel Smith
b97c3a482a
nginx: bump to latest release and other
...
This bumps nginx to latest release, adds support for STREAM MODULE and bump rtmp version to fix a compilation error
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com >
2018-12-07 15:23:11 +01:00
Rosen Penev
ff6d181c5f
umurmur: Fix compilation without OpenSSL ECC support
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2018-12-06 15:44:59 -08:00
Eneas U de Queiroz
99b049c8f3
wget: disable libpcre2
...
libpcre2 is picked over libpcre by wget's configure
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com >
2018-12-06 21:52:54 +01:00
Eneas U de Queiroz
8e904792e9
netatalk: don't use bundled libevent
...
libevent2 bundled with netatalk is not compatible with openssl 1.1.x.
The binary that links to it, netatalk, is not included in the final
package, so there's no dependency to add.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com >
2018-12-06 18:48:06 -02:00
Hannu Nyman
deaa3835c9
Merge pull request #7597 from cotequeiroz/nginx_rtmp-openssl-fix
...
nginx: fix rtmp module with openssl 1.1.1
2018-12-06 21:51:53 +02:00
Eneas U de Queiroz
015e30b5ea
nginx: fix rtmp module with openssl 1.1.1
...
Patch that changes the order of some include files in ngx_rtp_cenc.c
that caused a compilation failure. Patch submitted upstream (#13 ).
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com >
2018-12-06 16:43:14 -02:00
Hannu Nyman
debc81a78e
Merge pull request #7453 from neheb/qir
...
quassel-irssi: Update to newer version to fix compilation
2018-12-06 19:51:32 +02:00
Hannu Nyman
679d8d8302
Merge pull request #7593 from sartura/netopeer2_libcurl
...
netopeer2: add libcurl dependency
2018-12-06 16:08:54 +02:00
Mislav Novakovic
36cd25beab
netopeer2: add libcurl dependency
...
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr >
2018-12-06 14:04:31 +01:00
Thomas Heil
c4e8ff98c0
Merge pull request #7571 from gladiac1337/feature-haproxy-v1.8.14-updates3
...
haproxy: Update all patches for HAProxy v1.8.14
2018-12-06 12:00:20 +01:00
Hannu Nyman
7488013df7
Merge pull request #7592 from cshoredaniel/pr-nut-serial-usb
...
nut: Optionally set serial USB to NUT user
2018-12-06 12:22:28 +02:00
Hannu Nyman
e5eda839b0
Merge pull request #7570 from sartura/netopeer2_callhome
...
netopeer2: enable callhome by default
2018-12-06 12:21:17 +02:00
Mislav Novakovic
2c438cb399
netopeer2: enable callhome by default
...
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr >
2018-12-06 10:26:43 +01:00
Hannu Nyman
c6ebdf4015
Merge pull request #7480 from neheb/port
...
port-mirroring: Update to 1.4.3
2018-12-06 10:44:13 +02:00
Hannu Nyman
1701c355eb
Merge pull request #7506 from neheb/vsft
...
vsftpd: Fix compilation without ECC or deprecated APIs
2018-12-06 10:43:13 +02:00
Hannu Nyman
e036182692
Merge pull request #7585 from dengqf6/nginx
...
nginx: fix detection of gcc builtin atomic operations
2018-12-06 10:33:49 +02:00
Hannu Nyman
78a364e48c
Merge pull request #7569 from dengqf6/aria2
...
aria2: code size optimizations and build-parallel
2018-12-06 10:32:41 +02:00
Daniel F. Dickinson
a5d06ce110
nut: Optionally set serial USB to NUT user
...
When using serial-port based UPSes with NUT, it is handy to be able to
configure a USB serial port to have be set tot the NUT runas user, so
that NUT can access the serial port automagically.
Closes #6997
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com >
2018-12-06 03:31:47 -05:00
Daniel F. Dickinson
f48b060fa7
nut: Fix upsd runs as root
...
Closes #6997 - Allows upsd to runas a non-privileged user.
If any driver is running as non-privileged user, the last driver's
user will be used as the server non-privileged user, otherwise the
user specified in config upsd, otherwise nut. Previously the
localisation of RUNAS variable was in the wrong locations.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com >
2018-12-06 03:02:29 -05:00
Hannu Nyman
5dfd1bcd74
Merge pull request #7590 from cshoredaniel/pr-nut-driver-typo
...
nut: Fix a typo in setting a driver parameter
2018-12-06 08:54:15 +02:00
Daniel F. Dickinson
192b0f1646
nut: Fix a typo in setting a driver parameter
...
synchronous would not get set due to typo. Fixed.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com >
2018-12-06 00:06:53 -05:00
Deng Qingfang
9ef3498e91
nginx: fix detection of gcc builtin atomic operations
...
Needed by stream module
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn >
2018-12-06 00:37:46 +08:00
Eric Luehrsen
0b4da5d97d
unbound: update to 1.8.2
...
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com >
2018-12-05 00:31:05 -05:00
Toni Uhlig
961f3acf16
ptunnel-ng: add new package
...
Ptunnel-NG is a bugfixed and refactored version of Ptunnel.
Ptunnel is an application that allows you to reliably tunnel TCP connections to a remote host using ICMP echo request and reply packets, commonly known as ping requests and replies.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com >
2018-12-04 14:45:12 +01:00
Christian Lachner
9c8b1e38b0
haproxy: Update all patches for HAProxy v1.8.14
...
- Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.14.html )
- Raise PKG_RELEASE to 5
- Improve version-handling
Signed-off-by: Christian Lachner <gladiac@gmail.com >
2018-12-04 10:56:40 +01:00
Deng Qingfang
8d04517d60
aria2: enable build-parallel
...
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn >
2018-12-04 08:49:27 +08:00
Deng Qingfang
2d58169f14
aria2: size optimizations
...
Reduce binary size by about 22%
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn >
2018-12-04 08:45:32 +08:00
Peter Wagner
1d8fd9d16e
wget: update to 1.20
...
Signed-off-by: Peter Wagner <tripolar@gmx.at >
2018-12-03 09:01:39 +01:00
Yousong Zhou
823a446a94
shadowsocks-libev: bump to version 3.2.3
...
A short while after 3.2.2 was tagged, it was superseded by 3.2.3 with a
minor fix for aligned memory allocation for 32-bit arch
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com >
2018-12-03 01:49:37 +00:00
W. van den Akker
6122f92288
Shorewall6: Bump to version 5.2.1.2
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2018-12-02 22:41:49 +01:00
W. van den Akker
dde83e9132
Shorewall: Bump to version 5.2.1.2
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2018-12-02 22:39:28 +01:00
W. van den Akker
d5f004371f
Shorewall6-lite: Bump to version 5.2.1.2
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2018-12-02 22:34:01 +01:00
W. van den Akker
dd900d3641
Shorewall-lite: Bump to version 5.2.1.2
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2018-12-02 22:26:26 +01:00
W. van den Akker
3748cdcfcc
Shorewall-core: Bump to version 5.2.1.2
...
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl >
2018-12-02 21:54:22 +01:00
Hannu Nyman
c2c0799717
Merge pull request #7535 from BKPepe/git
...
git: remove the duplicate line and update URL to HTTPS
2018-12-02 12:36:10 +02:00