Commit graph

15754 commits

Author SHA1 Message Date
Ansuel Smith
cea49c620d
intltool: fix broken compile on WSL
If PATH contains space, like in WSL where you have also Windows dir, compilation of this package is broken.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-08-07 13:42:26 +02:00
Rosen Penev
3ee32eb9bc
Merge pull request #9574 from neheb/gdd
gddrescue: Add uClibc-ng support
2019-08-07 00:21:56 -07:00
Daniel Engberg
b2f0cb973e
Merge pull request #9602 from dengqf6/ngx-br
nginx: update brotli module
2019-08-06 23:51:49 +02:00
Daniel Engberg
6fb488a441
Merge pull request #9668 from dibdot/travelmate
travelmate: update 1.4.10
2019-08-06 23:50:23 +02:00
Daniel Engberg
d7c3f15b4b
Merge pull request #9669 from dibdot/banIP
banip: update 0.1.5
2019-08-06 23:49:58 +02:00
Dirk Brenken
c8e161343d
banip: update 0.1.5
* add extra options to control auto-addons to
  blacklist & whitelist ('ban_autoblacklist' & 'ban_autowhitelist',
  both enabled by default). If disabled auto-addons are only stored
  temporary in the black/whitelist ipset but not in the list itself,
  fixes #9631
* remove old, no longer needed procd workaround
* remove 'zeus' source from default config (discontinued)

Signed-off-by: Dirk Brenken <dev@brenken.org>

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-08-06 15:53:46 +02:00
Dirk Brenken
5a2a4fa20a
travelmate: update 1.4.10
* add missing dnsmasq dependency
* add a captive portal auto-login hook (configurable via uci/LuCI),
  you could reference an external auto-login script - see readme
* provide an auto-login script for german ICE hotspots
  (/etc/travelmate/wifionice.login), requires 'curl'
* small fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-08-06 15:29:00 +02:00
Vasilis Tsiligiannis
e9eed0ffd2
Merge pull request #9645 from neheb/nsd
nsd: Update to 4.2.1
2019-08-06 13:26:14 +03:00
Daniel Engberg
ec6154cefd
Merge pull request #9665 from val-kulkov/graphicsmagick-package
graphicsmagick: update to the latest release
2019-08-06 11:01:48 +02:00
Karel Kočí
ae48f3f9e9
btrfs-progs: scan devices in preinit instead of init script
There is no gain to do device scan in init. Commonly we want to always
scan BTRFS devices to ensure that after boot raids are correctly linked.
It should be done before any init script tries to mount any raid FS.

Comparing init scripts and preinit scripts there are I think two primary
considerations. First is if user is expected to restart/reload/stop
given service on will. I think that there is no such reason for this as
user can easily enough just call btrfs utility it self. Second
consideration is if it makes sense to have it optional. This means if we
want to have ability to enable and disable given service. I think that
there is no such need in this case. It is pretty much doing nothing if
you don't have BTRFS FS connected and when you have you probably want to
scan it.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-08-06 09:56:59 +02:00
Karel Kočí
d9020050b3
btrfs-progs: use box version of btrfs tool (busybox like)
This instead of building every tool separately builds one btrfs binary
and additional tools are links to this binary. This is same approach as
busybox is using.

This splits list of tools to two. boxprogs are tools that are boxed to
code btrfs binary and progs are tools that are not.
This also overload default all make target of Build/Compile and instead
builds (unified) btrfs.progs and separate progs.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2019-08-06 09:56:59 +02:00
Josef Schlehofer
d7bdd9045b
btrfs-progs: Update to version 5.2.1
GPL-2.0 is deprecated License Identifier according to SPDX.
- Correct it to GPL-2.0-only

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-08-06 09:56:58 +02:00
Yousong Zhou
d58a81f35c pservice: initial version
The can be convenient for running commands or services as procd services
without needing to separately write initscripts, just uci configuration.

The package was imported from [1].

 [1] 0a85f5c75f/pservice

Ref: https://github.com/yousong/waller/issues/1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-08-06 10:09:58 +08:00
Val Kulkov
c7e8c2aa12 graphicsmagick: update to the latest release
Update to v1.3.33, the latest official release. This release is the
product of significant bug and security fixes due to GraphicsMagick
participating in Google's oss-fuzz project.  This release fixes 7
issues detected by oss-fuzz as well as a number of issues reported
via the SourceForge bug tracker, or discovered via testing.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2019-08-05 15:13:55 -04:00
Rosen Penev
1a782269f3
Merge pull request #9634 from neheb/bbbbb
libsigar: Add missing header
2019-08-05 12:04:00 -07:00
Hannu Nyman
27d69bdefb
Merge pull request #9663 from val-kulkov/subversion-package
subversion: update to the latest release
2019-08-05 22:03:32 +03:00
Hannu Nyman
019fd0a44a
Merge pull request #9664 from val-kulkov/imagemagick-package
imagemagick: update to v.7.0.8-59
2019-08-05 22:03:06 +03:00
Rosen Penev
21a0ff74f5
Merge pull request #9635 from neheb/jhfehkf
mt-st: Add missing header
2019-08-05 12:01:38 -07:00
Val Kulkov
43cfda226c imagemagick: update to v.7.0.8-59
Update to the latest official release.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2019-08-05 14:27:21 -04:00
Val Kulkov
53f33e5e74 subversion: update to the latest release
Update to the latest maintenance release, fixing CVE-2018-11782 and
CVE-2019-0203 among other things.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2019-08-05 13:37:25 -04:00
Rosen Penev
2e6328494e
Merge pull request #9652 from salim-b/patch-1
stubby: Fix UCI command in README
2019-08-05 10:21:17 -07:00
champtar
2bef4582f1
Merge pull request #9658 from champtar/master
phantap: new version
2019-08-05 07:33:06 -07:00
Etienne Champetier
5d3141fddb phantap: update to latest commit
This includes a major bug fix (2ed9c76) and some minor fixes/improvements

f104742 phantap-learn: do not use proto for ip neigh
9849b0f phantap-learn: cleanup
159653d Readme.md: update install instructions
ff3acc2 phantap: add support for talking to victim.
2ed9c76 phantap: Fix MAC snat
f6f2d2d Phantap: fix dns configuration
40fa14b phantap: look at DNS response instead of request
0d62deb Improve Readme

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2019-08-05 01:10:33 -07:00
Daniel Engberg
ee10a58d0b
Merge pull request #9657 from gladiac1337/haproxy-2.0.3-master-2
haproxy: Update all patches for HAProxy v2.0.3
2019-08-05 10:02:15 +02:00
Christian Lachner
fe2ed1c398 haproxy: Update all patches for HAProxy v2.0.3
- Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.3.html)
- Raise PKG_RELEASE to 2

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-08-05 09:24:49 +02:00
Rosen Penev
d339cd9cff
Merge pull request #9648 from jefferyto/python-pyasn1-0.4.6
python-pyasn1: Update to 0.4.6
2019-08-04 22:50:34 -07:00
Rosen Penev
5b44b2501c
Merge pull request #9650 from jefferyto/python-pyasn1-modules-0.2.6
python-pyasn1-modules: Update to 0.2.6
2019-08-04 22:50:16 -07:00
Rosen Penev
238f1402ca
Merge pull request #9632 from neheb/rd
libredblack: Update to 1.3
2019-08-04 21:37:15 -07:00
Rosen Penev
55567b850a
Merge pull request #9633 from neheb/fin
findutils: Add missing header
2019-08-04 15:33:34 -07:00
Rosen Penev
6ba95fdac4
nsd: Update to 4.2.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-04 15:20:33 -07:00
Noble Pepper
31977ae6f3
gcc: fix build on x86 targets
Signed-off-by: Noble Pepper <noblepepper@gmail.com>
(cherry-picked from 32203bec9)
2019-08-04 14:51:54 -07:00
Rosen Penev
8ca5cf042d
findutils: Add missing header
New version of musl no longer internally includes this header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-04 14:47:06 -07:00
Rosen Penev
fca20e2b2f
findutils: Fixed up LICENSE information.
Also cleaned some whitespace.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-04 14:46:07 -07:00
Salim B
65bb20fc59 stubby: Fix UCI command in README
Signed-off-by: Salim B <salim@posteo.de>
2019-08-04 23:20:19 +02:00
Jeffery To
0f1bcf04e5 python-pyasn1-modules: Update to 0.2.6
Requires python-pyasn1 0.4.6 (#9648).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-08-05 04:03:36 +08:00
Jeffery To
d2f216bb5f python-pyasn1: Update to 0.4.6
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-08-05 03:41:05 +08:00
DENG Qingfang
a33a891308 nginx: small conf files fix
Add Gzip compression type
Remove unnecessary spaces from conf files

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-08-05 02:10:05 +08:00
DENG Qingfang
7d052e5012 nginx: update brotli module
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-08-05 02:08:45 +08:00
Richard Yu
d9b8f42c47 frp: update to 0.28.0
and fix a typo in frpc.config

Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2019-08-04 23:27:30 +08:00
Rosen Penev
808efd69ee
Merge pull request #9130 from yangfl/master
i2pd: Update to 2.26.0
2019-08-04 06:57:05 -07:00
Rosen Penev
0d3f61913e
Merge pull request #9550 from ja-pa/libarchive-3.4.0
libarchive: update to version 3.4.0
2019-08-04 06:54:35 -07:00
Rosen Penev
1fdad151fb
Merge pull request #9605 from neheb/geth
geth: Update to 1.9.1
2019-08-04 06:50:25 -07:00
Rosen Penev
821f111abb
Merge pull request #9626 from jefferyto/slide-switch-0.9.5
slide-switch: Update to 0.9.5
2019-08-04 06:48:19 -07:00
Rosen Penev
7372163b2b
Merge pull request #9639 from mwarning/zerotier
zerotier: update to zerotier 1.4.0.1
2019-08-04 06:38:27 -07:00
Moritz Warning
393bb305fc zerotier: update to zerotier 1.4.0
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2019-08-04 04:12:57 +02:00
Michael Heimpold
8e419c6d4c php7: update to 7.2.21
This fixes CVE-2019-11042 and CVE-2019-11041.

Compile and run tested on mxs platform

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2019-08-04 00:37:32 +02:00
Daniel Engberg
5589b53387
Merge pull request #9640 from BKPepe/yt_update
youtube-dl: update to version 2019.8.2
2019-08-04 00:35:17 +02:00
Josef Schlehofer
ed68ca0cc5
youtube-dl: update to version 2019.8.2
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-08-03 23:40:39 +02:00
Rosen Penev
4cda68c72b
mt-st: Add missing header
New version of musl no longer includes this header internally.

Removed several unnecessary variables in Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-02 16:59:21 -07:00
Rosen Penev
b97f32ec44
libsigar: Add missing header
The new version of musl does not include this header internally anymore.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-02 16:57:23 -07:00