Commit graph

4695 commits

Author SHA1 Message Date
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
Rosen Penev
ac848c2af3 clamav: Change depends from uclibcxx to CXX_DEPENDS
The build system allows changing uclibc++ to libstdcpp globally. This
avoids an unnecessary depends in the case of libstdcpp usage.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-21 10:51:02 +08:00
Dirk Brenken
440829b6b9
Merge pull request #7732 from dibdot/adblock
adblock: release 3.6.0
2018-12-20 08:50:48 +01:00
Hannu Nyman
6ea773f828
Merge pull request #7721 from sartura/geth_update_1.8.20
geth: Update to 1.8.20
2018-12-19 20:56:42 +02:00
Dirk Brenken
4e8d22eced adblock: release 3.6.0
* add adblock dns query reporting via tcpdump (see readme for details)
* fix tld compression on low memory systems (< 64 MB)
* fix various small issues

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-12-19 17:32:29 +01:00
Jacob Siverskog
ff0933e2f1 mdnsresponder: bump to 878.200.35 and refresh patches
While at it, change the source URL to https.

Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
2018-12-19 15:51:19 +01:00
Hannu Nyman
69a7c970cf
Merge pull request #7730 from ja-pa/unbound-dns64-patch
unbound: add patch to fix dns64 crash
2018-12-19 16:47:42 +02:00
Hannu Nyman
6856136301
Merge pull request #7689 from wvdakker/master
Shorewall: Bump to 5.2.1.4
2018-12-19 16:40:19 +02:00
Jan Pavlinec
c4a57c3f07
unbound: add patch to fix dns64 crash
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2018-12-19 10:19:06 +01:00
Saverio Proto
4e39f35d66
Merge pull request #7646 from neheb/tinc
tinc: Fix compilation without deprecated OpenSSL APIs
2018-12-18 20:49:05 +01:00
Mislav Novakovic
9a4818e4c0 geth: Update to 1.8.20
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-12-18 14:50:33 +01:00
Eneas U de Queiroz
e3c6fcb796 softethervpn: cleanup host/build, pass HOST_*FLAGS
Remove hack to avoid readline host dependency, now that readline is
being host/built.
Pass on HOST_CFLAGS, HOST_CPPFLAGS, & HOST_LDFLAGS, to fix buildbots
host-compile errors about not finding openssl headers.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-12-18 10:32:30 -02:00
Karl Palsson
84ece779f5 net/mosquitto: bump to 1.5.5
Security and bug fix.  Full changelog available at: https://mosquitto.org/ChangeLog.txt

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-12-18 09:38:50 +00:00
Peter Wagner
89ef798dec git: update to 2.20.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-12-18 00:14:22 +01:00
Hans Dedecker
d26f7e5a47
Merge pull request #7701 from dengqf6/xtables
xtables-addons: fix compile error on kernel 4.18+
2018-12-17 21:14:19 +01:00
Deng Qingfang
f55fb35700 xtables-addons: fix compile error on kernel 4.18+
Use `struct nf_nat_range2` for kernel 4.18+

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2018-12-18 03:44:11 +08:00
Rosen Penev
0bd1f7a9a9 haproxy: Update deprecated API patch
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-17 22:13:46 +08:00
W. van den Akker
c249254b71
Shorewall6: Bump to version 5.2.1.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-17 07:48:23 +01:00
W. van den Akker
127ac07f5e
Shorewall: Bump to version 5.2.1.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-17 07:47:19 +01:00
W. van den Akker
e516a5c370
Shorewall6-lite: Bump to version 5.2.1.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-17 07:45:53 +01:00
W. van den Akker
b47a8ca057
Shorewall-lite: Bump to version 5.2.1.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-17 07:43:29 +01:00
W. van den Akker
d78ab3afac
Shorewall-core: Bump to version 5.2.1.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-17 07:43:11 +01:00
W. van den Akker
f7d7ef46ed
Shorewall6: Bump to version 5.2.1.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-16 19:03:20 +01:00
W. van den Akker
9db8dc75ac
Shorewall: Bump to version 5.2.1.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-16 19:02:34 +01:00
W. van den Akker
db11a1276a
Shorewall6-lite: Bump to version 5.2.1.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-16 19:01:48 +01:00
W. van den Akker
4bb8dc4c84
Shorewall-lite: Bump to version 5.2.1.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-16 19:00:42 +01:00
W. van den Akker
1fa827a5d8
Shorewall-core: Bump to version 5.2.1.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-12-16 18:59:02 +01:00
Deng Qingfang
cf3aaa4ae4 nginx: add stream SSL and stream SSL preread support
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2018-12-17 00:29:04 +08:00
Hannu Nyman
0bebf15543
Merge pull request #7665 from sotux/master-aria2
aria2: fix some typo and init script mistakes
2018-12-15 15:45:47 +02:00
James Qian
a07454d026 aria2: fix some typo
Signed-off-by: James Qian <sotux82@gmail.com>
2018-12-15 21:16:23 +08:00
Hannu Nyman
8f78a82cfd
Merge pull request #7612 from cotequeiroz/snort_includes
snort: fix pcap include directory
2018-12-14 16:54:58 +02:00
Rosen Penev
0b16458cf4 chaosvpn: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-13 14:33:22 -08:00
Rosen Penev
2b87d184ad aria2: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-13 12:58:57 -08:00
Hannu Nyman
e727183bc2
Merge pull request #7651 from gladiac1337/feature-haproxy-v1.8.15
haproxy: Update HAProxy to v1.8.15
2018-12-13 16:50:29 +02:00
Christian Lachner
a854729155 haproxy: Update HAProxy to v1.8.15
- Update haproxy download URL and hash
- Removed all obsolete patches

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-12-13 10:59:51 +01:00
Rosen Penev
329d5a4c0c tinc: Fix compilation without deprecated OpenSSL APIs
Minor Makefile adjustments. Added PKG_BUILD_PARALLEL for faster
compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-12-12 17:33:54 -08:00
Eric Luehrsen
705335c286 unbound: update to 1.8.3
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2018-12-12 16:39:02 -05:00
Gregory L. Dietsche
6a25e9b238 net/safe-search: Fix double installation bug
If safe search is built directly into an image, the /etc/config/dhcp
file will have multiple entries added to it after using sysupgrade
for the nth time (2 or more sysupgrade cycles).

In /etc/config/dhcp, this bug creates duplicate entries like this:

config dnsmasq
	list addnhosts '/etc/safe-search/enabled'
	list addnhosts '/etc/safe-search/enabled'

This patch ensures that safe search only registers itself one time.

Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
2018-12-12 11:28:39 -06:00
Ted Hess
cd64c54b2b
Merge pull request #7482 from sotux/master
nginx: unified indentation character and add additional configure directory
2018-12-11 20:16:55 -05:00
James Qian
9803e34512 nginx: unified indentation character and add additional config entry
The original configure file mixed tab and space
characters as indentation, so use 4 spaces as the
default indentation character.

Add /etc/nginx/conf.d/*.conf as nginx additional configure
files. Then we can add individual conf file for other http
applications without modify the main nginx configure file.

Signed-off-by: James Qian <sotux82@gmail.com>
2018-12-12 08:57:46 +08:00
Hannu Nyman
c729969e06
Merge pull request #7630 from lucize/clamup
clamav: update to 0.101.0
2018-12-11 18:42:31 +02:00
Hannu Nyman
9b83d51ddc
Merge pull request #7538 from smutt/danish
danish: removed DEPENDS: +dnsmasq-full
2018-12-11 16:24:21 +02:00
Yousong Zhou
4b685c4f50 xl2tpd: bump to version 1.3.13
Changelog prepared by upstream maintainer.  It's mostly about code cleanup and
doc amendment

  v1.3.13 (December 3, 2018)
  * Specify email address for reporting security vulnerabilities [Samir Hussain]
  * Fix compile warning with USE_KERNEL in xl2tpd.c [Samir Hussain]
  * Applying patch that reduces compile warnings and fixes warnings from gcc and clang. [Gareth Ansell]
  * Fix compiler warnings in network.c [Gareth Ansell]
  * Add a make command for packaging's prep work [Samir Hussain]
  * Add Makefile directive for getting version [Samir Hussain]
  * Add a preproc for Watchguard firewall (Github issue #136) [daniel1111]
  * Convert from ISO-8859 to UTF-8 [Simon Deziel]
  * Update README to provide latest info on xl2tpd + Linux kernel 4.15+ [Samir Hussain]
  * Use dh_auto_build in order to allow cross compiles [Helmut Grohne]

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-12-11 17:17:34 +08:00
Lucian Cristian
eefb46c590 clamav: update to 0.101.0
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-12-11 00:15:53 +02:00
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
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
Dirk Brenken
2648fae120
Merge pull request #7544 from dibdot/travelmate
travelmate: update 1.3.1
2018-11-30 22:53:59 +01:00
Dirk Brenken
69c91f4a8d
Merge pull request #7543 from dibdot/adblock
adblock: update 3.5.5-4
2018-11-30 22:53:26 +01:00
Dirk Brenken
37ab0bde59 travelmate: update 1.3.1
* remove the "--spider" download option from captive portal
  detection to make the heartbeat function more robust.
  Keep the uplink connection 'alive' with all sorts of portals.

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-11-30 21:20:46 +01:00
Dirk Brenken
299b6c3928 adblock: update 3.5.5-4
* fix a cornercase suspend/resume issue
  with empty/no blocklists

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-11-30 20:04:16 +01:00
Hannu Nyman
ebdd70f739
Merge pull request #7518 from neheb/ng
ngircd: Fix compilation without deprecated OpenSSL APIs
2018-11-30 17:17:15 +02:00
Andrew McConachie
7120c1f12c danish: removed DEPENDS: +dnsmasq-full
Signed-off-by: Andrew McConachie <andrew@depht.com>
2018-11-29 11:52:50 -05:00
Hannu Nyman
abb50611f8
Merge pull request #7464 from neheb/krb
krb5: Update to 1.16.2
2018-11-29 17:49:19 +02:00
Mislav Novakovic
9cb6d07cab Netopeer2: update to 0.7-r1
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-11-28 14:23:52 +01:00
Mislav Novakovic
583977b953 sysrepo: update to 0.7.7
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-11-28 14:21:02 +01:00
Karl Palsson
b945bdf3c8 net/mosquitto: support more acl plugin options
Adds support for acl_plugin, and acl_opt_* options.
acl_opt_* requires some care as it relies on the internal behaviour of
cfg_load setting environment variables in a certain form.  However,
given that _all_ of the cfg_load infrastructure relies on that, we can
be pretty sure that it won't change in a way that will hurt us.

Originally reported as: https://github.com/openwrt/packages/pull/7434

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-11-28 10:15:04 +00:00
Josef Schlehofer
1a18c879b1
git: update url to HTTPS
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2018-11-28 00:47:37 +01:00
Josef Schlehofer
163088a0a7
git: remove the duplicate line about building parallel
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2018-11-28 00:45:10 +01:00
Rosen Penev
fdd7926ecd ngircd: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-27 14:03:23 -08:00
Jean-Michel Lacroix
0f24ead01c darkstat: correction of a variable in the init script
This is to correct the variable name CONFIGSTR in the export_bool
sub-routine: the variable in line 26 was written CONFIGSTRING instead
of CONFIGSTR.

Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
2018-11-26 19:20:53 -05:00
Hannu Nyman
dc7fc9746f
Merge pull request #7461 from neheb/patch-8
lcdringer: 0.0.3
2018-11-26 22:51:31 +02:00
Rosen Penev
1f39672da5 shadowsocks-client: Update to 0.6.1
Fixes compilation without deprecated OpenSSL APIs

Switched to codeload for simplicity and to fix package upgrades.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-26 09:11:34 -08:00
Rosen Penev
65e776ca78 pen: Fix compilation without deprecated OpenSSL APIs
Patch was sent upstream.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-25 19:14:19 -08:00
Rosen Penev
777d18b672 lcdringer: 0.0.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-25 17:41:41 -08:00
Hannu Nyman
eb1a7f9d22
Merge pull request #7447 from jbenden/aircrack-ng-1.4
aircrack-ng: Update to 1.4
2018-11-24 09:24:35 +02:00
Hannu Nyman
ee8f345477
Merge pull request #7167 from cshoredaniel/pr-nut-more-fixes
nut: Various fixes
2018-11-24 09:22:26 +02:00
Hannu Nyman
f8e96334f7
Merge pull request #7439 from neheb/patch-13
spoofer: Update to 1.4.1
2018-11-24 08:30:30 +02:00
Josef Schlehofer
cfa2f83d65 bind: change http servers to https
Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
2018-11-23 22:12:24 -08:00
Josef Schlehofer
2d4f6719cb bind: a little bit polishing of Makefile
Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
2018-11-23 22:12:24 -08:00
Dirk Brenken
b3629b9923
Merge pull request #7505 from mark0n/ddns-route53-lock
ddns-scripts: submit one change at a time to route53
2018-11-24 06:33:28 +01:00
Rosen Penev
dd941fbc48 znc: Update deprecated patch to include OpenSSL 1.1
Previous was only for 1.0.2.

Added PKG_CPE_ID for proper CVE tracking.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-23 18:50:25 -08:00
Rosen Penev
1371b7be87 vsftpd: Fix compilation without ECC or deprecated APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-23 18:18:03 -08:00
Martin Konrad
c845b17928 ddns-scripts: submit one change at a time to route53
This prevents updates from failing if multiple instances of the
script are running in parallel. This fixes #7492.

Signed-off-by: Martin Konrad <info@martin-konrad.net>
2018-11-23 13:56:38 -05:00
Hannu Nyman
98ffcf5136
Merge pull request #7504 from Ansuel/ariang
ariang: bump to latest release
2018-11-23 20:44:01 +02:00
Ansuel Smith
1dce779fcc
ariang: bump to latest release
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-11-23 16:25:09 +01:00
Peter Wagner
4fab96d4b7 git: update to 2.19.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-11-22 19:17:04 +01:00
Rosen Penev
8f1bba16ce port-mirroring: Update to 1.4.3
Switched to codeload and adjusted Makefile for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-20 13:51:04 -08:00
Daniel F. Dickinson
3aa67b3ca3 nut: Bump PKG_RELEASE
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-11-19 16:41:53 -05:00
Daniel F. Dickinson
36fd59dc78 nut: Fix extraneous config_get
nut-server initscript had a duplicate config_get statepath, so remove it

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-11-19 16:41:32 -05:00
Daniel F. Dickinson
58e33b02a8 nut: Fix nut-cgi config creation (startup)
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-11-19 16:41:18 -05:00
Daniel F. Dickinson
44e57d4bdf nut: Fix variables for NUT drivers
Avoid specifying variables that are not specificy set in order to avoid breaking
drivers for which those variables do not exist.  Closes: #7096.

As part of these fixes make sure we have all the variables we need.  Closes: #7001.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-11-19 16:40:49 -05:00
Daniel F. Dickinson
3b5a8eee84 nut: Various startup fixes for monitor and server
Various path and permissions fixes to properly allow nut-server and nut-monitor to
start properly.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-11-19 16:40:39 -05:00
Daniel F. Dickinson
8ff6a83a54 nut: Build serial drivers by default
Serial drivers don't add much to main NUT and appear to be common,
so make it possible for users to use NUT with serial UPS drivers without
a custom build.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-11-19 16:40:11 -05:00
Daniel F. Dickinson
0a49d0ffbb nut: Fix checking for path before it exists
The mechanism for making sure hotplug doesn't execute during forced shutdown
was interfering with initial start of hotplug script due to checking for path
that doesn't exist at initial start.  This fixes that and closes #6966.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-11-19 16:39:53 -05:00
Daniel F. Dickinson
daa974cff0 nut: Fix undetected UPS hardware
Leading zeroes left in ProductId results in some UPS hardware not being matched
by the hotplug script lead to bad permissions and driver not starting.

Closes: #6966
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2018-11-19 16:39:39 -05:00
Hannu Nyman
ecd3dc4d7f
Merge pull request #7451 from diizzyy/samba492
samba4: Update to 4.9.2
2018-11-19 21:27:15 +02:00
Rosen Penev
a54ecd9e73 wget: Backport patch removing the need for ENGINE support in OpenSSL
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-11-19 20:05:24 +01:00