Luka Perkov
0983670143
Merge pull request #1469 from jow-/squid-musl-compat
squid: fix musl compatibility
10 years ago
Luka Perkov
c6ffaa34d6
snort: add maintainer and SPDX license info
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Luka Perkov
b35efb38d5
Merge pull request #1470 from jow-/snort-hardening-fix
snort: fix build with CONFIG_PKG_CHECK_FORMAT_SECURITY
10 years ago
Álvaro Fernández Rojas
b73068365d
minicom: fix full language support
Fixes https://github.com/openwrt/packages/issues/1467
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Ted Hess
e553e65f2f
Merge pull request #1472 from psycho-nico/for-upstream
libv4l: fix musl compatibility on 64-bits
10 years ago
Jo-Philipp Wich
eaf4652760
snort: fix build with CONFIG_PKG_CHECK_FORMAT_SECURITY
The configure script incorrectly mangles `CFLAGS` by attempting to remove
`-Werror` from it, thus turning `-Werror=format-security` into just
`=format-security` which will cause subsequent autoconf tests to fail.
Patch out the custom `CFLAGS` mangling to fix the build.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
10 years ago
Nicolas Thill
9aa904b04b
libv4l: fix musl compatibility on 64-bits
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Jo-Philipp Wich
321043ede9
Merge pull request #1468 from jow-/sstp-client-musl-compat
sstp-client: fix musl compatibility
10 years ago
Jo-Philipp Wich
768f1a42ae
squid: fix musl compatibility
Change `sys/signal.h` include to just `signal.h`. The build otherwise fails
due to `-Werror` with the following message:
In file included from rfcnb-io.c:43:0:
.../staging_dir/toolchain-mipsel_mips32_gcc-4.8-linaro_musl-1.1.10/include/sys/signal.h:1:2: error: #warning redirecting incorrect #include <sys/signal.h> to <signal.h> [-Werror=cpp]
#warning redirecting incorrect #include <sys/signal.h> to <signal.h>
^
cc1: all warnings being treated as errors
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
10 years ago
Jo-Philipp Wich
419637e17f
sstp-client: fix musl compatibility
- Ship a `net/ppp_defs.h` replacement header since musl does not provide one
but `pppd/pppd.h` provided by pppd is needing it.
- Add missing `sys/types.h` includes
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
10 years ago
Nuno Goncalves
50b3175b12
Merge pull request #1466 from jow-/usbip-musl-compat
usb: fix musl compatibility
10 years ago
Jo-Philipp Wich
757de70511
usb: fix musl compatibility
Replace the nonstandard `SIGCLD` signal name with the proper `SIGCHLD` spelling
as the `SIGCLD` alias is not provided by musl.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
10 years ago
Steven Barth
07c0677b7b
Merge pull request #1461 from chris5560/master
ddns-scripts: fix/update to version 2.4.3-1
10 years ago
Christian Schoenebeck
3788dd697b
ddns-scripts: fix/update to version 2.4.3-1
fixed sed when filtering IP address from nslookup output
because "Server:" block might have multiple address lines.
Thanks to Arjen de Korte
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
10 years ago
Daniel Golle
5b6dbc15f5
hiredis: add new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Jo-Philipp Wich
5325329b53
Merge pull request #1407 from jow-/wifidog-musl-compat
wifidog: fix musl compatibility
10 years ago
Jo-Philipp Wich
f0cb183834
Merge pull request #1387 from jow-/etherwake-musl-compat
etherwake: fix musl compatibility
10 years ago
Steven Barth
fc1adfb0d2
Merge pull request #1333 from br101/master
bluez: Add bluez-daemon package
10 years ago
Jonathan McCrohan
eaf358fbe6
Merge pull request #1425 from jow-/mtr-musl-compat
mtr: switch to upstream "newdns" branch
10 years ago
Steven Barth
c665325f8c
strongswan: add more exceptions to musl-fixes
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Nicolas Thill
1d3ee8ab07
Merge branch 'ulogd-musl-compat'
10 years ago
Nicolas Thill
bdf5ef09e1
Merge branch 'ulogd-musl-compat' of git://github.com/jow-/packages into ulogd-musl-compat
10 years ago
Nicolas Thill
45604ec5ed
Merge branch 'jow--keepalived-musl-compat'
10 years ago
Nicolas Thill
0aa8cea665
Merge branch 'keepalived-musl-compat' of git://github.com/jow-/packages into jow--keepalived-musl-compat
10 years ago
Nicolas Thill
246802512e
Merge branch 'paulfertser-macchanger-musl-fix'
10 years ago
Nicolas Thill
fd06fee8f2
Merge branch 'macchanger-musl-fix' of git://github.com/paulfertser/packages into paulfertser-macchanger-musl-fix
10 years ago
Nicolas Thill
d4afd14ff1
erlang: fix musl compatibility
gethostbyname_r is available when _GNU_SOURCE is defined, add a patch to check for it instead of __GLIBC__, build with -D_GNU_SOURCE, bump release number
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Noah Meyerhans
0b73e6833b
Merge pull request #1436 from ManoftheSea/musl-compat
Make ipsec-tools compatible with musl
10 years ago
Steven Barth
1c66cd37e8
Merge pull request #1421 from Zokormazo/bwm-ng
bwm-ng: Fix building with gcc-security enabled
10 years ago
Steven Barth
f297eb8752
Merge pull request #1380 from mickeprag/master
python-crcmod: new package
10 years ago
Steven Barth
33e58b49ac
Merge pull request #1369 from kissg1988/seafile
seafile: build against libevhtp 1.1 instead of 1.2
10 years ago
Steven Barth
63adc2175a
Merge pull request #1368 from kissg1988/libevhtp-1.1
libevhtp-1.1: package added
10 years ago
heil
b1cac15063
haproxy: upstream fixes
- [PATCH 15/18] MEDIUM: ssl: replace standards DH groups with custom
- [PATCH 16/18] BUG/MINOR: debug: display (null) in place of "meth"
- [PATCH 17/18] CLEANUP: deinit: remove codes for cleaning
- [PATCH 18/18] BUG/MINOR: ssl: fix smp_fetch_ssl_fc_session_id
Signed-off-by: heil <heil@terminal-consulting.de>
10 years ago
Ted Hess
8883083f1b
Merge pull request #1437 from mstorchak/luaposix
luaposix: fix compatibility with musl
10 years ago
Maxim Storchak
76b5c2007d
luaposix: fix compatibility with musl
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
10 years ago
Steven Barth
9bf0217f2f
strongswan: refresh musl compatibility fixes
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Steven Barth
103f622523
Revert "mysql: disable SSP for ppc (toolchain issue?)"
This reverts commit e1e671139c
.
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Derek LaHousse
088ec6029f
ipsec-tools: Make compatible with musl
Based on changes at http://git.alpinelinux.org/cgit/aports/plain/main/ipsec-tools/musl-cdefs.patch
Removed references to "login" and "logout" functions, as musl utmp
doesn't.
Bump PKG_RELEASE
Signed-off-by: Derek LaHousse <dlahouss@mtu.edu>
10 years ago
Karl Palsson
4c2a42b912
libev: Update to 4.20
Minor release, changes from upstream:
- prefer noexcept over throw () with C++ 11.
- update ecb.h due to incompatibilities with c11.
- fix a potential aliasing issue when reading and writing
watcher callbacks.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
10 years ago
Ted Hess
6cbf2e0ad1
Merge pull request #1448 from damianorenfer/master
net/dnscrypt-proxy: update to 1.5.0
10 years ago
Ted Hess
2de4b96248
Merge pull request #1449 from rkunze/hdparm
hdparm: update to version 9.48
10 years ago
Richard Kunze
3deac7408a
hdparm: update to version 9.48
Signed-off-by: Richard Kunze <richard.kunze@web.de>
10 years ago
heil
9433d5ad28
nginx: fix musl compatibility
- include Patches according to issue #1129
- refresh Makefile
Signed-off-by: heil <heil@terminal-consulting.de>
10 years ago
Daniel Golle
9b50e5d901
libextractor: build against libarchive-noopenssl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Daniel Golle
8037b27375
lvm2: update sources
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Daniel Golle
82901096f1
Merge pull request #1447 from dangowrt/libarchive-without-openssl
libarchive: add build-variant without libopenssl
10 years ago
Damiano Renfer
7621572e22
net/dnscrypt-proxy: update to 1.5.0
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
10 years ago
Daniel Golle
60ba8483f1
gnunet: build PostgreSQL and mySQL backends
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Daniel Golle
df1df03a2f
libarchive: add build-variant without libopenssl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Daniel Golle
161b225acc
gnunet: update source to r35963
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago