Commit Graph
11307 Commits
Author SHA1 Message Date
Rosen PenevandJonathan McCrohan 0264b90152 mtr: Update to 0.92 and switch to tarball
Should be faster.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-22 18:03:07 +01:00
Peter Wagner 84197cc5d0 pulseaudio: update to 12.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-07-22 18:17:36 +02:00
Daniel Engberg 1db8e03b60 bluez: Update to 5.50
Update bluez to 5.50
Remove Nicolas Thill as maintainer since he hasn't replied to numerous of
reviews requests for several packages within months.
Drop obsolete configuration file
Add patch for LE devices

Source: https://git.archlinux.org/svntogit/packages.git/plain/trunk/refresh_adv_manager_for_non-LE_devices.diff?h=packages/bluez

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-07-22 15:46:13 +02:00
Rosen PenevandYousong Zhou e868c06e7f dtc: Fix dead URLs
Fixes uscan. URL taken from Debian.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-22 19:22:07 +08:00
Rosen PenevandGitHub 4bb517bebf acl: Switch to tarballs
Should be faster. Also fixes uscan.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-21 19:52:36 -07:00
Michael Heimpold dd49827511 php7: update to 7.2.8
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-07-21 23:27:58 +02:00
Dirk Brenken eb2891cd99 adblock: 3.5.4
backend:
* add low priority mode (nice level 10), disabled by default
* enhance 'Force DNS' to redirect ports 53, 853 and 5353

frontend:
* switch to dynamic XHR polling for runtime information and logfile
viewing
* add new 'Refresh' button to reload blocklists
* various cleanups & small fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-07-21 22:27:04 +02:00
Jo-Philipp Wich 3113d62393 privoxy: fix uci configuration parsing after upstream OpenWrt changes
OpenWrt changed the way the uci shell parsing functions deal with list
configuration items.

This change broke the generation of the privoxy runtime configuration
because no callbacks were emitted anymore.

Fix the problem by defining a list_cb() that simply calls the existing
option_cb() to deal with list item values.

Ref: c9c0fc28a9 ("base-files: fix UCI config parsing and callback handling")
Ref: https://forum.lede-project.org/t/openwrt-snapshot-privoxy-error/15919
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-07-21 21:16:03 +02:00
Hannu NymanandGitHub bdfaeb236f Merge pull request #6514 from Ansuel/nginx_root
nginx: change default user for luci conf
2018-07-21 18:58:26 +03:00
Hannu NymanandGitHub ef409b726f Merge pull request #6510 from Ansuel/nginxfix
nginx: add http_sub_module
2018-07-21 18:57:52 +03:00
Val Kulkov 560485d19d dovecot-pigeonhole: fix compilation with full language support
If the full language support is enabled (CONFIG_BUILD_NLS=y),
compilation fails on undefined references to libiconv,
libiconv_open and libiconv_closed. Including nls.mk into
the package's Makefile fixes the problem.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2018-07-20 20:19:13 -04:00
Hannu NymanandGitHub 0edd0ee435 Merge pull request #6524 from zhaojh329/libuhttpd
libuhttpd: Update to 2.1.2
2018-07-19 21:45:06 +03:00
Hannu Nyman 0cb6e15f01 irqbalance: fix AARCH64 compilation
AARCH64 compilation fails due to upstream bug in 1.2.0
that has been later fixed. Backport the fix commit.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-07-19 21:37:30 +03:00
Jianhui Zhao 960dfe244a libuhttpd: Update to 2.1.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-07-20 00:26:17 +08:00
Hannu NymanandGitHub 76c4865971 Merge pull request #6493 from neheb/patch-5
attr: Switch to tarball releases
2018-07-18 22:59:49 +03:00
Hannu NymanandGitHub b5032297f1 Merge pull request #6440 from neheb/patch-12
libhttp-parser: Update to 2.8.1
2018-07-18 22:56:28 +03:00
Hannu NymanandGitHub 06036e96a9 Merge pull request #6435 from neheb/patch-9
libxerces-c: Update to 3.2.1
2018-07-18 22:55:50 +03:00
Hannu NymanandGitHub ced36d2340 Merge pull request #6518 from Ansuel/uwsgites
uwsgi-cgi: fix compilation on Darwin system
2018-07-18 19:55:37 +03:00
Ansuel Smith a93066b529 uwsgi-cgi: fix compilation on Darwin system
Currently the uwsgiconfig python script append some additional compilation flag based on the host system. This fix some problem related with this by hardcoding usgi_os variable to Linux

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-07-18 18:45:21 +02:00
Helge Mader 7996908046 net/bonding: added protohandler package for netifd
Signed-off-by: Helge Mader <ma@dev.tdt.de>
2018-07-18 13:01:00 +02:00
Hannu NymanandGitHub 43eaa1b1db Merge pull request #6512 from Ansuel/secureuwsgi
uwsgi-cgi: set socket to 666 permission
2018-07-18 09:32:38 +03:00
Ansuel Smith 8174576cdb nginx: add http_sub_module and other fix
Someone requested this module to be included, so create the config flag for it.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-07-18 04:02:14 +02:00
Ansuel Smith a12f6d57db nginx: change default user for luci conf
Currently the nginx user for the default luci config is root... This is dangerous and unnecessary, reset it back to nobody nogroup.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-07-18 04:01:54 +02:00
Ansuel Smith 0410c7b238 uwsgi-cgi: set socket to 666 permission
Currently the socket file for uwsgi can be open only from root user, change this to permit other use to use it. (Needed for nginx to use uwsgi as nobody or dedicated user)

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-07-18 01:52:09 +02:00
Hannu NymanandGitHub 9b327f8199 Merge pull request #6508 from jefferyto/slide-switch-0.9.2
slide-switch: update to latest version
2018-07-17 21:49:16 +03:00
Jeffery To 756c0f6ff4 slide-switch: update to latest version
This also changes PKG_SOURCE to use .tar.xz, and changes the copyright
line. (I believe this is more accurate, as I haven't done a copyright
assignment.)

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-07-18 02:04:27 +08:00
Hannu NymanandGitHub 3e7c95498a Merge pull request #6485 from Ansuel/nginxfix
nginx: make virtual package provide nginx
2018-07-17 17:40:46 +03:00
Hannu NymanandGitHub 841c720fcd Merge pull request #6501 from stangri/simple-adblock
simple-adblock: better download processing, luci-app integration, lists optimization, firewall integration
2018-07-17 16:11:59 +03:00
Yousong Zhou 893f878847 travis: fail on bad hash message
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-07-17 20:35:00 +08:00
Stan Grishin ac34bf910e simple-adblock: better download processing, luci-app integration, lists optimization, firewall integration
Signed-off-by: Stan Grishin <stangri@melmac.net>
2018-07-16 17:41:39 -07:00
Rosen PenevandGitHub d8bf44f032 ap51-flash: Update to 2018.0 and switch to tarball
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-07-16 10:01:43 -07:00
Hannu NymanandGitHub 9f1f8826a5 Merge pull request #6469 from micmac1/zdb-nls
libzdb: remove iconv hack, include nls.mk
2018-07-16 16:58:05 +03:00
Hannu NymanandGitHub 6f23ab1755 Merge pull request #6475 from diizzyy/patch-4
utils/tio: Update to 1.31
2018-07-16 16:57:18 +03:00
Hannu NymanandGitHub 6132b459e2 Merge pull request #6467 from micmac1/python-mysql-nls
python-mysql: include nls.mk, remove hack
2018-07-16 16:56:42 +03:00
Hannu NymanandGitHub 64ccc26f06 Merge pull request #6483 from lucize/clamup
clamav: update to 0.100.1
2018-07-16 16:55:06 +03:00
Hannu NymanandGitHub b9ee4c3df1 Merge pull request #6477 from MikePetullo/libsoup
libsoup: update to 2.63.2
2018-07-16 16:54:51 +03:00
Hannu NymanandGitHub 089dd1675d Merge pull request #6476 from MikePetullo/libpsl
libpsl: add new package
2018-07-16 16:54:37 +03:00
Hannu NymanandGitHub d29abc18d0 Merge pull request #6474 from diizzyy/patch-3
utils/fio: Update to 3.7
2018-07-16 16:54:04 +03:00
Hannu NymanandGitHub 74b7fd3eb5 Merge pull request #6486 from MikePetullo/libgcrypt
libgcrypt: update to 1.8.3
2018-07-16 16:53:36 +03:00
Hannu NymanandGitHub a7ded79507 Merge pull request #6489 from neheb/patch-3
libtalloc: Update to 2.1.14
2018-07-16 16:52:55 +03:00
Hannu NymanandGitHub 8b58fe43a3 Merge pull request #6487 from MikePetullo/syslog-ng
syslog-ng: update to 3.16.1
2018-07-16 16:52:37 +03:00
Hannu NymanandGitHub 9f5f28588d Merge pull request #6472 from MikePetullo/libgpg-error
libgpg-error: update to 1.32
2018-07-16 16:52:12 +03:00
Hannu NymanandGitHub 59dc796c38 Merge pull request #6482 from lucize/doveup
dovecot: update to 2.3.2.1
2018-07-16 16:51:13 +03:00
Hannu NymanandGitHub 91c09d2eb7 Merge pull request #6490 from neheb/shine
shine: Update to 3.1.1
2018-07-16 16:50:47 +03:00
Hannu NymanandGitHub 0c4e9fb1d8 Merge pull request #6495 from diizzyy/patch-5
btrfs-progs: Update to 4.17
2018-07-16 16:49:41 +03:00
Hannu NymanandGitHub d57c63cf57 Merge pull request #6461 from hbl0307106015/tdb
tdb: bump to latest version
2018-07-16 16:42:19 +03:00
Hannu NymanandGitHub 4a83c48bc7 Merge pull request #6484 from diizzyy/uwsgi-cgi
uwsgi-cgi: General cleanup
2018-07-16 16:41:33 +03:00
Daniel EngbergandGitHub d3fd6bf6a6 btrfs-progs: Update to 4.17
Update to 4.17
Add LTO and ffunction-sections -fdata-sections to reduce binary size

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-07-16 13:10:42 +02:00
Josef SchlehoferandJosef Schlehofer ab925849d2 owfs: update to the latest version (v3.2p2)
Changes:
Makefile now downloads files from Github instead of SourceForge.
Changed URL, because they decided to leave SourceForge and use Github.
Added dependency libavahi-client, otherwise it doesn't build.
Dropped unnecessary patches, because both were upstreamed.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2018-07-16 13:06:13 +02:00
Florian Eckert 6cd8fcabe6 strongswan: add openwrt hotplug script handling
Ipsec user script (/etc/ipsec.user) now get called indirectly by openwrt
"/sbin/hotplug-call". So other packages could also install their scripts
in "/etc/hotplug.d/ipsec".

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-07-16 11:34:57 +02:00