Matthias Schiffer and GitHub
a828d8430f
Merge pull request #9568 from blocktrron/master
...
fastd: fix segmentation fault with musl >1.1.20
2019-07-25 20:47:49 +02:00
David Bauer
ed3c3e3c79
fastd: fix segmentation fault with musl >1.1.20
...
When compiled with musl >1.1.20, fastd will crash in case it can't
resolve a peers hostname. This is due to a changed implementation of
freeaddrinfo in musl 1.1.21 onwards.
This segfault is fixed by not calling freeaddrinfo in case the supplied
pointer is null.
Signed-off-by: David Bauer <mail@david-bauer.net >
2019-07-25 20:21:33 +02:00
Rosen Penev and GitHub
a1ac0a0632
Merge pull request #9516 from neheb/soooo
...
socat: Fix compilation when usleep is missing
2019-07-25 10:56:04 -07:00
Rosen Penev and GitHub
131bd831e5
Merge pull request #9548 from James-TR/pdns-recursor-4.2.0
...
pdns-recursor: bump version to 4.2.0
2019-07-25 10:32:32 -07:00
Rosen Penev and GitHub
eac6462bb2
Merge pull request #9555 from rosysong/kea-fix
...
kea: remove python3 dependency of kea-admin
2019-07-25 10:29:20 -07:00
Rosen Penev
5092f680e8
haproxy: Get rid of bashisms from get-latest-patches.sh
...
Plus some other shellcheck cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-24 19:07:31 -07:00
Eneas U de Queiroz and Yousong Zhou
2593eabd6b
treewide: Capitalize submenus
...
Fixed a typo in tcpreplay.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com >
2019-07-25 09:35:40 +08:00
Rosen Penev and GitHub
36649eef43
Merge pull request #9511 from neheb/cifs
...
cifsd
2019-07-24 12:32:29 -07:00
Rosen Penev
dc7b5732e8
cifsd-tools: Run init script through shellcheck
...
Main warning fixed was about echo -e not being supported by POSIX sh.
Added PKG_BUILD_PARALLEL for slightly faster compilation.
Small whitespace cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-24 11:49:08 -07:00
Rosen Penev and GitHub
78fce79090
Merge pull request #9556 from neheb/net
...
netifyd: Don't build on uClibc-ng
2019-07-24 10:02:43 -07:00
Christian Lachner and Yousong Zhou
e7faabcf11
haproxy: Update HAProxy to v2.0.3
...
- Update haproxy download URL and hash
- Add new patches
Signed-off-by: Christian Lachner <gladiac@gmail.com >
2019-07-24 17:54:07 +08:00
Rosen Penev
0a3ebb32a1
netifyd: Don't build on uClibc-ng
...
This absolutely needs symbols from libresolv, which uClibc-ng does not
support.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-23 23:27:18 -07:00
Rosy Song
444420423f
kea: remove python3 dependency of kea-admin
...
fix #9495
Signed-off-by: Rosy Song <rosysong@rosinson.com >
2019-07-24 10:56:41 +08:00
James Taylor
cd1edc5a3e
pdns-recursor: bump version to 4.2.0
...
Maintainer: me
This commit bumps the version of pdns-recursor to the latest 4.2.0. This release brings in mostly minor changes, with the full changelog available at https://doc.powerdns.com/recursor/changelog/4.2.html
Signed-off-by: James Taylor <james@jtaylor.id.au >
2019-07-23 21:12:07 +10:00
Rosen Penev and GitHub
626949defc
Merge pull request #9531 from neheb/rto
...
rtorrent bump
2019-07-22 12:30:50 -07:00
Rosen Penev
84c92f215d
rtorrent: Update to 0.9.8
...
Switch to codeload. A lot simpler.
Remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-22 12:06:59 -07:00
Rosen Penev and GitHub
4c48cc97cd
Merge pull request #9528 from neheb/softhhh
...
softethervpn: Update to rtm version 4.29-9680
2019-07-22 07:25:13 -07:00
Rosen Penev and GitHub
615ff1f3e0
Merge pull request #9517 from neheb/apf
...
apfree-wifidog: Run init script through shellcheck
2019-07-21 23:16:21 -07:00
Andy Walsh
2f2a4bccd9
samba4: revert to 4.9.11
...
* revert to 4.9.x series (4.10 needs too many unofficial patches and has weird waf bugs)
* cleanup patches
* enable AD_DC build option again
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com >
2019-07-21 16:01:20 +02:00
Rosen Penev and tripolar
5a3e520f45
openssh: Fix compilation with -Wimplicit-function
...
Upstream backport.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-21 12:31:31 +02:00
Rosen Penev and tripolar
80bad7073f
etherwake: Remove obsolete uClibc patch
...
No such issue with uClibc-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-21 12:30:52 +02:00
Rosen Penev and GitHub
b1a3042b9e
Merge pull request #9519 from neheb/libre
...
libreswan: Replace usleep with nanosleep
2019-07-20 09:58:38 -07:00
Philipp Schuster and Rosen Penev
34db38520b
softethervpn: Update to rtm version 4.29-9680
...
Update SoftEther VPN to the latest rtm version 4.29-9680
Compile tested: Atheros AR7xxx/AR9xxx, TP-LINK Archer C7 v2, 18.06.4
Signed-off-by: Philipp Schuster <philippschuster@gmx.com >
(rebased and refreshed patches).
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-19 23:17:52 -07:00
Rosen Penev
c1a9e69fef
libreswan: Replace usleep with nanosleep
...
usleep is optionally unavailable with uClibc-ng.
Added PKG_LICENSE_FILES
Added PKG_CPE_ID for proper CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-19 00:42:32 -07:00
Rosen Penev
2accfd1e7a
apfree-wifidog: Run init script through shellcheck
...
Also added a patch to fix compilation without deprecated OpenSSL APIs.
Minor Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-19 00:30:35 -07:00
Rosen Penev
fadf2bfc14
socat: Fix compilation when usleep is missing
...
usleep is a legacy function that was removed in POSIX-2008. uClibc-ng can
be configured to compile without it. if out the code as it's not used.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-19 00:10:33 -07:00
Marcel Telka
ea4f242a6b
mini_snmpd: Allow up to 8 network interfaces
...
This changes the init script to allow to monitor up to 8 network
interfaces. The support for up to 8 network interfaces was added to
mini_snmpd release 1.3 in November 2015.
Signed-off-by: Marcel Telka <marcel@telka.sk >
2019-07-18 23:05:36 +02:00
Rosen Penev and GitHub
91c5bb87eb
Merge pull request #9221 from rkkoszewski/master
...
Add netifd script to control SSTP connections.
2019-07-18 09:38:44 -07:00
Luiz Angelo Daros de Luca
b83212e67e
switchdev-poller: makefile cleanup
...
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com >
2019-07-17 03:51:52 -03:00
Luiz Angelo Daros de Luca
41f240db65
switchdev-poller: fix license
...
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com >
2019-07-17 03:40:20 -03:00
Luiz Angelo Daros de Luca
2a91500cb5
trafficshaper: metadata and makefile cleanup
...
This results in minor metadata changes (spaces).
No need to bump release.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com >
2019-07-17 03:37:12 -03:00
Rosen Penev and GitHub
c02fd07381
Merge pull request #9122 from yaheath/isc-dhcp-remove-disable-tracing
...
isc-dhcp: Remove --disable-tracing from configure args
2019-07-16 23:01:11 -07:00
Rosen Penev and GitHub
b91822d6fe
Merge pull request #9480 from neheb/soc
...
socat: Remove outdated musl patch
2019-07-16 22:42:13 -07:00
Rosen Penev and GitHub
4fa58b2aff
Merge pull request #9445 from neheb/softe
...
softethervpn: Really fix iconv support
2019-07-16 13:16:46 -07:00
Rosen Penev and GitHub
d53191e3f9
Merge pull request #9485 from neheb/patch-17
...
lksctp-tools: Update to 1.0.18
2019-07-15 12:04:04 -07:00
Rosen Penev
1543809b61
socat: Remove outdated musl patch
...
No longer needed with modern musl.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-14 17:40:37 -07:00
Dirk Brenken
1d81adc003
adblock: update 3.6.5-2
...
* clean-up config
- remove youtube source (not working, false positives)
- remove urlhaus source (false positives)
- remove zeus source (discontinued)
Signed-off-by: Dirk Brenken <dev@brenken.org >
2019-07-14 22:13:49 +02:00
Rosen Penev and GitHub
a91c4aa395
Merge pull request #9466 from mstorchak/tgt2
...
tgt: update to 1.0.79
2019-07-14 07:58:38 -07:00
Rosen Penev and GitHub
ddc05870b6
Merge pull request #9155 from Andy2244/cifsd
...
cifsd: add new package (kernel/cifsd and net/cifsd-tools)
2019-07-14 07:53:32 -07:00
Maxim Storchak
9c5d11a9da
tgt: update to 1.0.79
...
Signed-off-by: Maxim Storchak <m.storchak@gmail.com >
2019-07-14 15:58:31 +03:00
Andy Walsh
c37eda5f28
samba4: add libreadline dep, cleanup old patches
...
* add missing libreadline dep
* remove old patches
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com >
2019-07-14 14:57:44 +02:00
Andy Walsh
6dae6d5166
cifsd: add new package (kernel/cifsd and net/cifsd-tools)
...
* adds cifs/smb kernel server module (cifsd)
* adds userspace tools (cifsd, cifsadmin)
* has UCI support (compatible with samba configs)
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com >
2019-07-14 14:07:42 +02:00
Rosen Penev and GitHub
d1b2e41f70
Merge pull request #9440 from Andy2244/samba4-update-4-10-6
...
samba4: update to 4.10.6
2019-07-13 07:11:28 -07:00
Andy Walsh
0ddd8f1484
samba4: update to 4.10.6
...
* update to 4.10.6
* use python3
* disable SERVER_AD_DC option (bugged atm)
* fix init script symlink smb.conf detection
* add new deps (libtasn1, libopenssl)
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com >
2019-07-13 14:22:04 +02:00
Rosen Penev
fb480e297c
softethervpn: Really fix iconv support
...
softethervpn overrides nls.mk by defining its iconv functions. This only
works if the libc has iconv. In addition, it does not allow external
libiconv usage. TARGET_LDFLAGS is also the wrong place to add -liconv.
Removed SSL3 patch. It was needed for OpenSSL 1.0.2 but not anymore.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2019-07-11 12:10:38 -07:00
Rosen Penev and GitHub
9521c83f66
Merge pull request #9452 from Andy2244/softethervpn5-update-9671
...
softethervpn5: update to 5.01.9671
2019-07-11 10:41:20 -07:00
Rosen Penev and GitHub
bf97bb91bb
Merge pull request #9450 from zhaojh329/wifidog-ng
...
wifidog-ng: Update to 2.0.1
2019-07-11 08:00:17 -07:00
Andy Walsh
46c320f18f
softethervpn5: update to 5.01.9671
...
* update to 5.01.9671
* switch to release tar's
* add cmake iconv and musl patches
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com >
2019-07-11 16:55:19 +02:00
Alexandru Ardelean
8c96971c08
django-webpack-loader: update packaging format + add python3 variant
...
This change also updates the maintainer email to cotequeiroz@gmail.com , as
requested on a different change.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com >
2019-07-11 15:16:36 +03:00
Alexandru Ardelean
b239483365
django-statici18n: update packaging format + add python3 variant
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com >
2019-07-11 15:16:36 +03:00