Rosen Penev
db2a4b1be0
neon: Fix URL
There seems to be no proper location for this, nor an up to date fork.
Arch uses this link so switch to that.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Hannu Nyman
4e4ef10b57
Merge pull request #6648 from neheb/patch-20
redsocks: Update to 0.5
6 years ago
Ted Hess
df9f020b82
Merge pull request #6643 from neheb/patch-11
crelay: Update to 0.12 and switch to codeload
6 years ago
Rosen Penev
be162db830
redsocks: Update to 0.5
Also switched to codeload for simplicity
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
7846d27259
crelay: Update to 0.12 and switch to codeload
Simpler
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Philip Prindeville
c72a47b80d
Merge pull request #6623 from pprindeville/perl-5.28.0
perl: update to 5.28
6 years ago
Philip Prindeville
4e29b4f3bb
perl: build with -fno-strict-liasing and -fwrapv
Looking at Configure and Porting/config.sh, it seems that Perl
requires both of these options to build correctly.
Should fix FS #1464 .
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years ago
Hannu Nyman
28d24bc08f
Merge pull request #6635 from neheb/patch-9
linknx: Update to 0.0.1.36 and switch to codeload
6 years ago
Hannu Nyman
ac60381f70
Merge pull request #6636 from neheb/libesmtp
Libesmtp
6 years ago
Hannu Nyman
c7674fd548
Merge pull request #6639 from Andy2244/samba4-libgcrypt-libpam-fix
samba4: add optional lib dependencies (libgcrypt, libpam)
6 years ago
Hannu Nyman
f4dc87a05a
Merge pull request #6637 from chris5560/ddns-master
ddns-scripts: bump to version 2.7.8-1
6 years ago
Andy Walsh
efdd707dc7
samba4: add optional lib dependencies (libgcrypt, libpam)
* add libgcrypt, libpam to optional libs
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
6 years ago
Christian Schoenebeck
a6551b2cbc
ddns-scripts: bump to version 2.7.8-1
- remove Cloudflare v1 protocol support #6084 #6519
- fix goip.de update url #6448 #6519
- change Cloudflare v4 to read "Proxied" from current setting at Cloudflare Dashboard #5097 #6364 #6505
- fix replace of password inside logfile #6568
- remove myself as PKG_MAINTAINER
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
6 years ago
Jo-Philipp Wich
d0bac09ae5
Merge pull request #6531 from jow-/privoxy-fix-uci-parsing
privoxy: fix uci configuration parsing after upstream OpenWrt changes
6 years ago
Rosen Penev
32d1a74330
linknx: Update to 0.0.1.36 and switch to codeload
Simpler
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
ff30d1e443
libesmtp: Fix compile with OpenSSL 1.1.0
Also switched back to official tarball.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Philip Prindeville
b94744496f
perl: update to 5.28
Refresh patches 900 and 910.
Add fix (920) for improperly gated variable.
Add workaround (020) for Storable's run-time check for stacksize.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years ago
Hannu Nyman
7c21db5fbc
Merge pull request #6420 from micmac1/lighttpd-uclibc-iconv
lighttpd: fix uclibc build issue
6 years ago
Hannu Nyman
5c6d26f6a5
Merge pull request #6527 from val-kulkov/pigeonhole-package
dovecot-pigeonhole: fix compilation with full language support
6 years ago
Hannu Nyman
3118ac84fb
Merge pull request #6541 from neheb/patch-9
acl: Switch to tarballs
6 years ago
Hannu Nyman
0dfa85ef15
Merge pull request #6612 from neheb/patch-19
chaosvpn: Update to 2.19 and switch to codeload
6 years ago
Hannu Nyman
c54ab71685
Merge pull request #6606 from neheb/patch-18
softflowd: Fix URL
6 years ago
Hannu Nyman
2fb64ad1a7
Merge pull request #6622 from neheb/patch-11
inadyn: Update to 2.3.1
6 years ago
Daniel Golle
668b1abbbf
Merge pull request #6468 from micmac1/gnunet-nls
gnunet: remove iconv hack
6 years ago
Daniel Golle
bf4efafa2e
Merge pull request #6625 from neheb/hiredis
hiredis: Switch to codeload tarball
6 years ago
Rosen Penev
1fb9c4b5e8
hiredis: Switch to codeload tarball
Simpler makefile. Also fixes uscan.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
14e3e5a733
inadyn: Update to 2.3.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Jo-Philipp Wich
591a481594
Merge pull request #5273 from brianjmurrell/add-foolsm
Add package foolsm
6 years ago
Ted Hess
0358b0d470
Merge pull request #6579 from thess/mpc-autotools
mpc: Update to 0.30. Use autotools
6 years ago
Ted Hess
6a04e2aabb
Merge pull request #6578 from thess/libmpdclient-autotools
libmpdclient: Update to 2.14. Use autotools
6 years ago
Ted Hess
e67a932bd1
libmpdclient: Update to 2.14. Use autotools
Package versions newer than 2.11 require meson/ninja which OpenWrt does not
support in its build environment. These files provide the minimum autotool
configuration necessary to build later versions.
Signed-off-by: Ted Hess <thess@kitschensync.net>
6 years ago
Ted Hess
36ff5a1769
mpc: Update to 0.30. Use autotools
Package versions newer than 0.28 require meson/ninja which OpenWrt does not
support in its build environment. These files provide the minimum autotool
configuration necessary to build later versions.
Signed-off-by: Ted Hess <thess@kitschensync.net>
6 years ago
Hannu Nyman
142a6eb031
Merge pull request #6611 from neheb/ccrypt
ccrypt: Update to 1.11
6 years ago
Rosen Penev
24b7f5b36e
acme: Update to 2.7.9
Switch to codeload. Simplifies the Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Hannu Nyman
96663dacfd
Merge pull request #6615 from Ansuel/nginx
nginx: bump to latest release
6 years ago
Ansuel Smith
2e3dec9746
nginx: bump to latest release
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
6 years ago
Jo-Philipp Wich
644ff72edb
Merge pull request #5563 from Andy2244/samba-4.8
samba4: add package samba-4.8
6 years ago
Jo-Philipp Wich
d16fa7b838
Merge pull request #6573 from EricLuehrsen/unbound_20180721
unbound: add UCI for forward stub and auth zone clauses
6 years ago
Philip Prindeville
3b4208eebd
Merge pull request #6586 from neheb/patch-14
acpica-unix: Update to 20180629
6 years ago
Eric Luehrsen
408047628e
unbound: add UCI for forward stub and auth zone clauses
With growing interest, DNS over TLS can be setup in Unbounds foward-zone:
clause. A broader UCI solution is added to support forward-, stub-, and
auth- zone clauses in a new 'zone' section. This implentation required
reworking scripts, because they did not scale. 'forward_domain' and
'prefetch_root' options are removed, and superceded by 'zone' section.
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
6 years ago
Rosen Penev
827b1ad69e
chaosvpn: Update to 2.19 and switch to codeload
Simpler
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
2074901f33
ccrypt: Update to 1.11
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Yousong Zhou
7bbec3b06b
dtc: bump to version 1.4.7
Signed-off-by: Yousong Zhou <zhouyousong@yunionyun.com>
6 years ago
Hannu Nyman
d952f83e05
Merge pull request #6609 from mwarning/zerotier
zerotier: update to version 1.2.12
6 years ago
Hannu Nyman
4754ba5055
Merge pull request #6550 from sartura/geth_update_1.8.12
geth: update to 1.8.12
6 years ago
Hannu Nyman
0122ef4300
Merge pull request #6528 from val-kulkov/subversion-package
subversion: bump to the latest stable bugfix release
6 years ago
Dirk Brenken
094718bfe5
Merge pull request #6600 from dibdot/travelmate
travelmate: update 1.2.1
6 years ago
Dirk Brenken
bfe8850ee5
travelmate: update 1.2.1
* no longer rename faulty uplinks in /etc/config/wireless, but save
uplink state in json runtime information. To reset the saved state
simply restart travelmate processing.
Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years ago
Rafał Miłecki
6e1104cc6d
lxc: bump PKG_RELEASE after backporting nl patch
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
6 years ago
Rafał Miłecki
13d57a5e9f
lxc: nl: avoid NULL pointer dereference
This backports upstream fix from the master branch.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
6 years ago