Dirk Brenken
c7de9d1957
Merge pull request #6956 from dibdot/adblock
adblock: bugfix 3.5.5v2
6 years ago
Dirk Brenken
cd3f925210
adblock: bugfix 3.5.5v2
* fix uci wrapper calls
* fix link in readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years ago
Guo Li
2f96d96aff
jamvm: Use <fenv.h> instead of <fpu_control.h>
musl libc (http://musl-libc.org lack the non-standard <fpu_control.h>
header, which is used in src/os/linux/{i386,x86_64}/init.c files to
setup the floating point precision. This patch makes it use the
standard C <fenv.h> header instead.
Original patch at Felix Janda at
https://sourceforge.net/p/jamvm/patches/6/
Signed-off-by: Guo Li <uxgood.org@gmail.com>
6 years ago
Michael Heimpold
7124f0b6c9
Merge pull request #6953 from nxhack/make_icu_tools_selectable
icu: build additional packages / Full ICU Data and ICU Tools
Tested on mxs platform.
Tested-by: Michael Heimpold <mhei@heimpold.de>
6 years ago
Yousong Zhou
483e12a9ec
openvswitch: depends on libunbound
This was introduced in Open vSwitch 2.10 in commit 771680d ("DNS: Add
basic support for asynchronous DNS resolving")
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years ago
W. Michael Petullo
5f8c3e5538
dmapd: update to 0.0.77
Signed-off-by: W. Michael Petullo <mike@flyn.org>
6 years ago
Hirokazu MORIKAWA
38c150dfa3
icu: build additional packages / Full ICU Data package and ICU Tools package
add Full ICU DATA package & ICU DATA Tools package.
add package description.
see: https://github.com/openwrt/packages/issues/6536
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
6 years ago
Michael Heimpold
97a0cde430
net/mosquitto: install pkg-config files
Install the .pc files to staging directory to help other packages
to find the libraries.
Since the build does not use CMake, we need to manually install the
files and replace two variables using sed.
Filed upstream as https://github.com/eclipse/mosquitto/pull/950
Signed-off-by: Michael Heimpold <michael.heimpold@i2se.com>
Tested-by: Karl Palsson <karlp@etactica.com>
6 years ago
Ted Hess
b65ad650c9
Merge pull request #6876 from MikePetullo/keyutils
keyutils: add new package
6 years ago
Ted Hess
f86e4b5524
Merge pull request #6658 from MikePetullo/hwloc
hwloc: add new package
6 years ago
Dirk Brenken
eb87a83e4b
Merge pull request #6940 from Andy2244/libtirpc-update-114
libtirpc: update to 1.1.4
6 years ago
Dirk Brenken
8dbd0cc8cc
Merge pull request #6859 from Andy2244/samba4-update-4.8.5
samba4: update to 4.8.5
6 years ago
Dirk Brenken
633574f331
Merge pull request #6853 from stangri/https-dns-proxy
https-dns-proxy: new init script and config files
6 years ago
Toke Høiland-Jørgensen
bee578bc2b
radsecproxy: Bump to v1.7.2
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
6 years ago
Dirk Brenken
b263b2fecb
Merge pull request #6935 from Ansuel/nginxup
nginx: bump to latest release
6 years ago
Dirk Brenken
7719b09475
Merge pull request #6947 from MikePetullo/libdmapsharing
libdmapsharing: Update to 3.9.3
6 years ago
Dirk Brenken
dacd89c4d5
Merge pull request #6937 from neheb/mail
mailman: Update to 2.1.29
6 years ago
Dirk Brenken
aab7ab556f
Merge pull request #6929 from Ansuel/ariang
ariang: fix nginx support script logic
6 years ago
W. Michael Petullo
ba254ecaaa
libdmapsharing: Update to 3.9.3
Signed-off-by: W. Michael Petullo <mike@flyn.org>
6 years ago
Ansuel Smith
8245d6f071
ariang: fix nginx support script logic
Currently the uci-defaults script doesn't check if the rule is already present. This prevent any problem related by this.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
6 years ago
Dirk Brenken
49a480c959
Merge pull request #6866 from gladiac1337/feature-haproxy-v1.8.13-updates
haproxy: Update all patches for HAProxy v1.8.13
6 years ago
Dirk Brenken
2dd81d6d71
Merge pull request #6885 from neheb/ldns
ldns: Fix two CVEs
6 years ago
Dirk Brenken
4850a8941d
Merge pull request #6906 from lucize/post-mysql
postfix: add mysql support & fix start priority
6 years ago
Dirk Brenken
bb4ea84cfe
Merge pull request #6904 from lucize/clamav-milter
clamav: enable clamav-milter
6 years ago
Ted Hess
27f9d875e7
Merge pull request #6944 from mhei/expat-docbook-hostbuild
expat: fix host build issue with docbook
6 years ago
Dirk Brenken
fd770a90d7
Merge pull request #6507 from kenkeys/spoofer-133
spoofer: add package
6 years ago
Dirk Brenken
38167a0ae8
Merge pull request #6632 from t-8ch/esniper_2.35
Esniper: update to 2.35
6 years ago
Michael Heimpold
76b915c249
expat: fix host build issue with docbook
Additionally to the fix issued for #6923 , we need to disable the docbook
usage also for the host build. This prevents the following error:
checking for docbook2man... docbook2man
configure: error: Your local docbook2man was found to work with SGML rather
than XML. Please install docbook2X and use variable DOCBOOK_TO_MAN to point
configure to command docbook2x-man of docbook2X.
Or use DOCBOOK_TO_MAN="xmlto man --skip-validation" if you have xmlto around.
You can also configure using --without-docbook if you can do without a man
page for xmlwf.
Signed-off-by: Michael Heimpold <michael.heimpold@i2se.com>
6 years ago
Andy Walsh
da1d5de868
libtirpc: update to 1.1.4
* update to 1.1.4
* remove merged patch
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
6 years ago
Hannu Nyman
a8108500dc
Merge pull request #6874 from neheb/clam
clamsmtp: Fix compile under musl
6 years ago
Stan Grishin
ccb5de4436
https-dns-proxy: new init script and config files
Signed-off-by: Stan Grishin <stangri@melmac.net>
6 years ago
Rosen Penev
1779f617e6
mailman: Adjust Makefile to be similar to other projects
Reorganization + HTTPS + CPE ID for proper CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
0476bbea20
mailman: Update to 2.1.29
Bug and Security fixes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
e3fd149ae2
p11-kit: Update to 0.23.14
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Michael Heimpold
5afeb3f9c8
php7: adjust load priority for openssl ( fixes #6893 )
This orders loading of openssl extension before extensions
which require openssl functions.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
6 years ago
Michael Heimpold
d6a4595d4c
Merge pull request #6928 from Rixerx/master
php7: add bcmath module
6 years ago
Ansuel Smith
eb7d34261b
nginx: bump to latest release
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
6 years ago
Krystian Kozak
9cfca32347
php7: add bcmath module
Added bcmath module, which is required for some packages. For example it
is required for zabbix-server frontend
Compile tested: Yes, brcm2708
Run tested: Yes, brcm2708
Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
6 years ago
Rosen Penev
b5e6d2c784
mtr: Switch to official tarball and remove hackish patches ( #6738 )
Should properly report version now.
Cosmetic makefile changes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Ted Hess
b2b44c9f3e
libv4l: Upgrade to 1.14.2. Adding RDS and CEC components
Signed-off-by: Ted Hess <thess@kitschensync.net>
6 years ago
Ted Hess
b01d2c5a72
Merge pull request #6910 from neheb/patch-35
libupnp: Update to 1.6.25
6 years ago
Rosen Penev
1b93344924
libupnp: Update to 1.6.25
Added PKG_BUILD_PARALLEL for faster compilation.
Removed copyright line.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Dirk Brenken
c946221eab
Merge pull request #6922 from dibdot/adblock
adblock: update 3.5.5
6 years ago
Ted Hess
da55ed3f6a
Merge pull request #6777 from jqqqqqqqqqq/master
fish: add package fish shell
6 years ago
Ted Hess
a603a9a26a
Merge pull request #6919 from neheb/tdb
tdb: Remove libbsd dependency
6 years ago
Ted Hess
2871569b46
Merge pull request #6923 from Andy2244/expat-without-docbook
expat: disable docbook
6 years ago
Andy Walsh
6186f46d2e
expat: disable docbook
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
6 years ago
Andy Walsh
8040e8c9a6
samba4: update to 4.8.5
* update to 4.8.5
* enable aesni support for x86_64
* add 'unbundle libbsd' patch
* update smb.conf.template (disable spoolss)
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
6 years ago
Dirk Brenken
4987f066f9
adblock: update 3.5.5
* accept only ascii aka punycode chars in blocklists to prevent possible
dns backend warnings
* fix cornercase issues in json parsing (backend & frontend)
* slightly optimize tld compression performance
* refine logging
* use uci wrapper where possible
* change indentation from spaces to tabs (saves 8kb)
* add experimental youtube blocklist source
Signed-off-by: Dirk Brenken <dev@brenken.org>
6 years ago
Curtis Jiang
64920f50c0
fish: add package fish shell
Signed-off-by: Curtis Jiang <jqqqqqqqqqq@qq.com>
6 years ago