feed/packages.git
4 years agoMerge pull request #9697 from ja-pa/lmdb-0.9.24
Daniel Engberg [Mon, 12 Aug 2019 11:44:48 +0000 (13:44 +0200)]
Merge pull request #9697 from ja-pa/lmdb-0.9.24

lmdb: update to version 0.9.24

4 years agoxl2tpd: bump to version 1.3.14
Yousong Zhou [Mon, 12 Aug 2019 08:47:47 +0000 (08:47 +0000)]
xl2tpd: bump to version 1.3.14

Changelog prepared by upstream project

* osport.h: replace SUSv3-specific functions by POSIX variants [Fabrice Fontaine]
* avp: Error Code field in Result Code AVP is optional [Pau Espin Pedrol]
* network_thread: Early continue in loop to remove huge indented block [Pau Espin Pedrol]
*  network_thread: Simplify while loop using for loop [Pau Espin Pedrol]
* network: connect_pppol2tp: early return to avoid huge indentation block [Pau Espin Pedrol]
* xl2tpd: start_pppd: Fix truncation of last character [Pau Espin Pedrol]
* handle_packet: Remove unneded else clause when handling payload [Pau Espin Pedrol]
* control: Split control message handling into its own function [Pau Espin Pedrol]
* handle_packet: Rearrange code flow to simplify it [Pau Espin Pedrol]
* avp: Early failure if no handler to remove indent block [Pau Espin Pedrol]
* xl2tpd: Mark internal symbols as static [Pau Espin Pedrol]
* Fix indentation and whitespace in code block [Pau Espin Pedrol]
* xl2tpd: Remove unused variable [Pau Espin Pedrol]
* network: Add missing close(kernel_fd) on init network failure [Pau Espin Pedrol]
* network: Add missing close(server_fd) on init network failure [Pau Espin Pedrol]
* Add 'cap backoff' option, limiting exponential backoff retries will
  be delayed by exponentially longer time, unless that time is capped
  by configuration. [Bart Trojanowski]
* Add program to show status icon in system tray. [Github user: username34]
* Add info on building and installing xl2tpd [Samir Hussain]
* Update formatting of README.md [Samir Hussain]
* Rename README.xl2tpd to README.md [Samir Hussain]
* Update Debian changelog [Samir Hussain]

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agolmdb: update to version 0.9.24 9697/head
Jan Pavlinec [Mon, 12 Aug 2019 09:02:39 +0000 (11:02 +0200)]
lmdb: update to version 0.9.24

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agopservice: shorten code
Yousong Zhou [Tue, 6 Aug 2019 04:14:47 +0000 (04:14 +0000)]
pservice: shorten code

 - use uci_load_validate()
 - remove stop_service()
 - fix validation of "args" option

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agoshadowsocks-libev: bump to version 3.3.1
Yousong Zhou [Mon, 12 Aug 2019 06:45:15 +0000 (06:45 +0000)]
shadowsocks-libev: bump to version 3.3.1

This should fix openwrt/packages#9346 ("shadowsocks-libev: undefined
behavior from unaligned access")

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agoMerge pull request #9088 from BKPepe/netdata
Daniel Engberg [Sun, 11 Aug 2019 22:25:51 +0000 (00:25 +0200)]
Merge pull request #9088 from BKPepe/netdata

netdata: update to version 1.16.0

4 years agolibnetwork: Exclude unsupported architectures
Gerard Ryan [Tue, 23 Jul 2019 10:29:43 +0000 (20:29 +1000)]
libnetwork: Exclude unsupported architectures

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
4 years agodocker-ce: Updated to 19.03.1
Gerard Ryan [Sat, 3 Aug 2019 09:43:06 +0000 (19:43 +1000)]
docker-ce: Updated to 19.03.1

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
4 years agolibnetwork: Updated to fc5a7d91 for docker 19.03.1
Gerard Ryan [Sat, 3 Aug 2019 09:44:54 +0000 (19:44 +1000)]
libnetwork: Updated to fc5a7d91 for docker 19.03.1

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
4 years agocollectd: bump PKG_RELEASE to 4
Yousong Zhou [Fri, 9 Aug 2019 13:33:53 +0000 (13:33 +0000)]
collectd: bump PKG_RELEASE to 4

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agocollectd: remove the patch scaling ping_droprate from 0-1 to 0-100
Yousong Zhou [Fri, 9 Aug 2019 13:32:56 +0000 (13:32 +0000)]
collectd: remove the patch scaling ping_droprate from 0-1 to 0-100

Upstream project's behaviour of reporting this data source in range 0-1
is used by at least CentOS 7 collectd 5.8.1, very likely the same
behaviour is also in widely use by other distributions.

The change is important for providing consistent experience across
collectd deployments on different environments

Ref: https://github.com/collectd/collectd/pull/3244
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agocollectd: use uname to get default Hostname
Yousong Zhou [Fri, 9 Aug 2019 13:08:39 +0000 (13:08 +0000)]
collectd: use uname to get default Hostname

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agocollectd: log stderr output
Yousong Zhou [Fri, 9 Aug 2019 03:10:08 +0000 (03:10 +0000)]
collectd: log stderr output

Collectd without log type plugin loaded will write log lines to stderr.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agoMerge pull request #9673 from Ansuel/path-fix
Rosen Penev [Fri, 9 Aug 2019 19:01:34 +0000 (12:01 -0700)]
Merge pull request #9673 from Ansuel/path-fix

intltool: fix broken compile on WSL

4 years agoMerge pull request #9674 from neheb/lcd2
Rosen Penev [Fri, 9 Aug 2019 16:16:13 +0000 (09:16 -0700)]
Merge pull request #9674 from neheb/lcd2

lcdproc: Fix non x86 platforms on musl

4 years agoredis: add new package
Jan Pavlinec [Mon, 20 May 2019 08:42:40 +0000 (10:42 +0200)]
redis: add new package

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agoMerge pull request #9662 from Payne-X6/master
Josef Schlehofer [Fri, 9 Aug 2019 13:18:55 +0000 (15:18 +0200)]
Merge pull request #9662 from Payne-X6/master

knot: update to 2.8.3

4 years agoknot: update to 2.8.3 9662/head
Jan Hák [Mon, 5 Aug 2019 13:00:25 +0000 (15:00 +0200)]
knot: update to 2.8.3

Added lmdb dependency

Signed-off-by: Jan Hák <jan.hak@nic.cz>
4 years agoyggdrasil: properly call the daemon with procd
William Fleurant [Wed, 7 Aug 2019 23:45:27 +0000 (19:45 -0400)]
yggdrasil: properly call the daemon with procd

Signed-off-by: William Fleurant <meshnet@protonmail.com>
4 years agoyggdrasil: match contributing.md order of config section
William Fleurant [Mon, 5 Aug 2019 02:36:02 +0000 (22:36 -0400)]
yggdrasil: match contributing.md order of config section

Signed-off-by: William Fleurant <meshnet@protonmail.com>
4 years agoyggdrasil: package LICENSE filename, update license id name
William Fleurant [Mon, 5 Aug 2019 02:26:27 +0000 (22:26 -0400)]
yggdrasil: package LICENSE filename, update license id name

Signed-off-by: William Fleurant <meshnet@protonmail.com>
4 years agoyggdrasil: bump to 0.3.6
William Fleurant [Sun, 4 Aug 2019 21:54:23 +0000 (17:54 -0400)]
yggdrasil: bump to 0.3.6

Signed-off-by: William Fleurant <meshnet@protonmail.com>
4 years agoMerge pull request #9529 from neheb/inl
Rosen Penev [Thu, 8 Aug 2019 21:02:56 +0000 (14:02 -0700)]
Merge pull request #9529 from neheb/inl

perl updates

4 years agoMerge pull request #9476 from neheb/foss
Rosen Penev [Thu, 8 Aug 2019 17:23:59 +0000 (10:23 -0700)]
Merge pull request #9476 from neheb/foss

fossil: Remove

4 years agoMerge pull request #9618 from neheb/ecd
Rosen Penev [Thu, 8 Aug 2019 17:21:53 +0000 (10:21 -0700)]
Merge pull request #9618 from neheb/ecd

ecdsautils: Cleanup Makefile to modern standards

4 years agoMerge pull request #9613 from neheb/lz42
Rosen Penev [Thu, 8 Aug 2019 17:21:27 +0000 (10:21 -0700)]
Merge pull request #9613 from neheb/lz42

liblz4: Remove deprecated utime function

4 years agoMerge pull request #9617 from neheb/yajj
Rosen Penev [Thu, 8 Aug 2019 17:20:59 +0000 (10:20 -0700)]
Merge pull request #9617 from neheb/yajj

mpd: Add SoundCloud support for full variant

4 years agoliblz4: Remove deprecated utime function 9613/head
Rosen Penev [Wed, 31 Jul 2019 05:17:20 +0000 (22:17 -0700)]
liblz4: Remove deprecated utime function

Optionally fixes compilation with uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9607 from neheb/ldap
Rosen Penev [Thu, 8 Aug 2019 16:49:31 +0000 (09:49 -0700)]
Merge pull request #9607 from neheb/ldap

openldap: Add static function declaration

4 years agoMerge pull request #9560 from cotequeiroz/tessdata
Rosen Penev [Thu, 8 Aug 2019 16:49:04 +0000 (09:49 -0700)]
Merge pull request #9560 from cotequeiroz/tessdata

tessdata: reorganize menu

4 years agoMerge pull request #9604 from neheb/dum
Rosen Penev [Thu, 8 Aug 2019 16:48:31 +0000 (09:48 -0700)]
Merge pull request #9604 from neheb/dum

dump1090: Update to version 3.7.1

4 years agoMerge pull request #9588 from RussellSenior/update-gpsd
Rosen Penev [Thu, 8 Aug 2019 16:46:56 +0000 (09:46 -0700)]
Merge pull request #9588 from RussellSenior/update-gpsd

gpsd: update to v3.19

4 years agoMerge pull request #9670 from mrstegeman/remove
Rosen Penev [Thu, 8 Aug 2019 16:42:49 +0000 (09:42 -0700)]
Merge pull request #9670 from mrstegeman/remove

node-mozilla-iot-gateway: Remove package

4 years agoMerge pull request #9676 from dengqf6/upnpc
Rosen Penev [Thu, 8 Aug 2019 16:39:12 +0000 (09:39 -0700)]
Merge pull request #9676 from dengqf6/upnpc

miniupnpc: update to 2.1.20190625

4 years agoMerge pull request #9660 from liudf0716/master-kcptun
Rosen Penev [Thu, 8 Aug 2019 16:38:13 +0000 (09:38 -0700)]
Merge pull request #9660 from liudf0716/master-kcptun

kcptun: add new package

4 years agoMerge pull request #9675 from dengqf6/zt1
Rosen Penev [Thu, 8 Aug 2019 16:36:25 +0000 (09:36 -0700)]
Merge pull request #9675 from dengqf6/zt1

zerotier: fix linking to libnatpmp

4 years agoMerge pull request #9679 from dibdot/travelmate
Dirk Brenken [Thu, 8 Aug 2019 11:15:59 +0000 (13:15 +0200)]
Merge pull request #9679 from dibdot/travelmate

travelmate: update 1.4.11

4 years agotravelmate: update 1.4.11 9679/head
Dirk Brenken [Thu, 8 Aug 2019 10:57:59 +0000 (12:57 +0200)]
travelmate: update 1.4.11

* fix logical glitch in last commit

Signed-off-by: Dirk Brenken <dev@brenken.org>
4 years agozerotier: fix linking to libnatpmp and build with uclibc 9675/head
DENG Qingfang [Thu, 8 Aug 2019 09:05:25 +0000 (17:05 +0800)]
zerotier: fix linking to libnatpmp and build with uclibc

Makefile always checks the existence of host's NAT-PMP header,
which results in internal NAT-PMP code being used if it's missing.

Add a patch to make it check targets' header instead.

Use aligned_alloc() instead of valloc() in case of uclibc.

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
4 years agoMerge pull request #9576 from TDT-AG/pr/20190726-keepalived
Florian Eckert [Thu, 8 Aug 2019 06:48:07 +0000 (08:48 +0200)]
Merge pull request #9576 from TDT-AG/pr/20190726-keepalived

keepalived: update version to 2.0.18

4 years agominiupnpc: update to 2.1.20190625 9676/head
DENG Qingfang [Thu, 8 Aug 2019 06:11:14 +0000 (14:11 +0800)]
miniupnpc: update to 2.1.20190625

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
4 years agokcptun: add new package 9660/head
Dengfeng Liu [Mon, 5 Aug 2019 12:10:04 +0000 (20:10 +0800)]
kcptun: add new package

kcptun is a stable & secure tunnel based on kcp with N:M multiplexing.
https://github.com/xtaci/kcptun

Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
4 years agolcdproc: Fix non x86 platforms on musl 9674/head
Rosen Penev [Wed, 7 Aug 2019 22:24:55 +0000 (15:24 -0700)]
lcdproc: Fix non x86 platforms on musl

Musl only specifies in/outb for x86/x86. Use the fallback path in case
musl is used.

This should fail compilation during the linking stage but for some reason
does not. Will do if -Werror=implicit-function-declaration is specified.

Fixed up license information.

Other small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agointltool: fix broken compile on WSL 9673/head
Ansuel Smith [Wed, 7 Aug 2019 11:42:26 +0000 (13:42 +0200)]
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>
4 years agoMerge pull request #9574 from neheb/gdd
Rosen Penev [Wed, 7 Aug 2019 07:21:56 +0000 (00:21 -0700)]
Merge pull request #9574 from neheb/gdd

gddrescue: Add uClibc-ng support

4 years agoMerge pull request #9602 from dengqf6/ngx-br
Daniel Engberg [Tue, 6 Aug 2019 21:51:49 +0000 (23:51 +0200)]
Merge pull request #9602 from dengqf6/ngx-br

nginx: update brotli module

4 years agoMerge pull request #9668 from dibdot/travelmate
Daniel Engberg [Tue, 6 Aug 2019 21:50:23 +0000 (23:50 +0200)]
Merge pull request #9668 from dibdot/travelmate

travelmate: update 1.4.10

4 years agoMerge pull request #9669 from dibdot/banIP
Daniel Engberg [Tue, 6 Aug 2019 21:49:58 +0000 (23:49 +0200)]
Merge pull request #9669 from dibdot/banIP

banip: update 0.1.5

4 years agonode-mozilla-iot-gateway: Remove package 9670/head
Michael Stegeman [Tue, 6 Aug 2019 16:33:53 +0000 (08:33 -0800)]
node-mozilla-iot-gateway: Remove package

As the WebThings Gateway moves into a full-fledged router
distribution, it no longer makes sense to have this as a
standalone package, as it now modifies system-wide settings.

References #9629
References mozilla-iot/gateway#2060
References https://gitlab.labs.nic.cz/turris/turris-os-packages/issues/452

Signed-off-by: Michael Stegeman <michael@stegeman.me>
4 years agobanip: update 0.1.5 9669/head
Dirk Brenken [Tue, 6 Aug 2019 13:53:46 +0000 (15:53 +0200)]
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>
4 years agotravelmate: update 1.4.10 9668/head
Dirk Brenken [Tue, 6 Aug 2019 13:29:00 +0000 (15:29 +0200)]
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>
4 years agokeepalived: update version to 2.0.18 9576/head
Florian Eckert [Mon, 8 Jul 2019 06:17:13 +0000 (08:17 +0200)]
keepalived: update version to 2.0.18

Update version to 2.0.18

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agokeepalived: fix shellcheck warnings
Florian Eckert [Mon, 29 Jul 2019 08:42:17 +0000 (10:42 +0200)]
keepalived: fix shellcheck warnings

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agoMerge pull request #9645 from neheb/nsd
Vasilis Tsiligiannis [Tue, 6 Aug 2019 10:26:14 +0000 (13:26 +0300)]
Merge pull request #9645 from neheb/nsd

nsd: Update to 4.2.1

4 years agoMerge pull request #9665 from val-kulkov/graphicsmagick-package
Daniel Engberg [Tue, 6 Aug 2019 09:01:48 +0000 (11:01 +0200)]
Merge pull request #9665 from val-kulkov/graphicsmagick-package

graphicsmagick: update to the latest release

4 years agobtrfs-progs: scan devices in preinit instead of init script 9647/head
Karel Kočí [Mon, 5 Aug 2019 11:47:17 +0000 (13:47 +0200)]
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>
4 years agobtrfs-progs: use box version of btrfs tool (busybox like)
Karel Kočí [Mon, 5 Aug 2019 11:31:52 +0000 (13:31 +0200)]
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>
4 years agobtrfs-progs: Update to version 5.2.1
Josef Schlehofer [Sun, 4 Aug 2019 17:55:14 +0000 (19:55 +0200)]
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>
4 years agopservice: initial version
Yousong Zhou [Sun, 4 Aug 2019 15:36:08 +0000 (15:36 +0000)]
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] https://github.com/yousong/waller/tree/0a85f5c75fb70627f68cbbcab4807e02e3299e2e/pservice

Ref: https://github.com/yousong/waller/issues/1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agographicsmagick: update to the latest release 9665/head
Val Kulkov [Mon, 5 Aug 2019 19:13:55 +0000 (15:13 -0400)]
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>
4 years agoMerge pull request #9634 from neheb/bbbbb
Rosen Penev [Mon, 5 Aug 2019 19:04:00 +0000 (12:04 -0700)]
Merge pull request #9634 from neheb/bbbbb

libsigar: Add missing header

4 years agoMerge pull request #9663 from val-kulkov/subversion-package
Hannu Nyman [Mon, 5 Aug 2019 19:03:32 +0000 (22:03 +0300)]
Merge pull request #9663 from val-kulkov/subversion-package

subversion: update to the latest release

4 years agoMerge pull request #9664 from val-kulkov/imagemagick-package
Hannu Nyman [Mon, 5 Aug 2019 19:03:06 +0000 (22:03 +0300)]
Merge pull request #9664 from val-kulkov/imagemagick-package

imagemagick: update to v.7.0.8-59

4 years agoMerge pull request #9635 from neheb/jhfehkf
Rosen Penev [Mon, 5 Aug 2019 19:01:38 +0000 (12:01 -0700)]
Merge pull request #9635 from neheb/jhfehkf

mt-st: Add missing header

4 years agoimagemagick: update to v.7.0.8-59 9664/head
Val Kulkov [Mon, 5 Aug 2019 18:27:21 +0000 (14:27 -0400)]
imagemagick: update to v.7.0.8-59

Update to the latest official release.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
4 years agosubversion: update to the latest release 9663/head
Val Kulkov [Mon, 5 Aug 2019 17:35:34 +0000 (13:35 -0400)]
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>
4 years agoMerge pull request #9652 from salim-b/patch-1
Rosen Penev [Mon, 5 Aug 2019 17:21:17 +0000 (10:21 -0700)]
Merge pull request #9652 from salim-b/patch-1

stubby: Fix UCI command in README

4 years agoMerge pull request #9658 from champtar/master
champtar [Mon, 5 Aug 2019 14:33:06 +0000 (07:33 -0700)]
Merge pull request #9658 from champtar/master

phantap: new version

4 years agophantap: update to latest commit 9658/head
Etienne Champetier [Mon, 5 Aug 2019 06:48:29 +0000 (23:48 -0700)]
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>
4 years agoMerge pull request #9657 from gladiac1337/haproxy-2.0.3-master-2
Daniel Engberg [Mon, 5 Aug 2019 08:02:15 +0000 (10:02 +0200)]
Merge pull request #9657 from gladiac1337/haproxy-2.0.3-master-2

haproxy: Update all patches for HAProxy v2.0.3

4 years agohaproxy: Update all patches for HAProxy v2.0.3 9657/head
Christian Lachner [Mon, 5 Aug 2019 07:24:49 +0000 (09:24 +0200)]
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>
4 years agoMerge pull request #9648 from jefferyto/python-pyasn1-0.4.6
Rosen Penev [Mon, 5 Aug 2019 05:50:34 +0000 (22:50 -0700)]
Merge pull request #9648 from jefferyto/python-pyasn1-0.4.6

python-pyasn1: Update to 0.4.6

4 years agoMerge pull request #9650 from jefferyto/python-pyasn1-modules-0.2.6
Rosen Penev [Mon, 5 Aug 2019 05:50:16 +0000 (22:50 -0700)]
Merge pull request #9650 from jefferyto/python-pyasn1-modules-0.2.6

python-pyasn1-modules: Update to 0.2.6

4 years agoMerge pull request #9632 from neheb/rd
Rosen Penev [Mon, 5 Aug 2019 04:37:15 +0000 (21:37 -0700)]
Merge pull request #9632 from neheb/rd

libredblack: Update to 1.3

4 years agoMerge pull request #9633 from neheb/fin
Rosen Penev [Sun, 4 Aug 2019 22:33:34 +0000 (15:33 -0700)]
Merge pull request #9633 from neheb/fin

findutils: Add missing header

4 years agonsd: Update to 4.2.1 9645/head
Rosen Penev [Sun, 4 Aug 2019 16:19:17 +0000 (09:19 -0700)]
nsd: Update to 4.2.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agogcc: fix build on x86 targets
Noble Pepper [Sun, 4 Aug 2019 12:33:48 +0000 (07:33 -0500)]
gcc: fix build on x86 targets

Signed-off-by: Noble Pepper <noblepepper@gmail.com>
(cherry-picked from 32203bec9)

4 years agofindutils: Add missing header 9633/head
Rosen Penev [Sun, 4 Aug 2019 21:47:06 +0000 (14:47 -0700)]
findutils: Add missing header

New version of musl no longer internally includes this header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agofindutils: Fixed up LICENSE information.
Rosen Penev [Fri, 2 Aug 2019 23:53:09 +0000 (16:53 -0700)]
findutils: Fixed up LICENSE information.

Also cleaned some whitespace.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agostubby: Fix UCI command in README 9652/head
Salim B [Sun, 4 Aug 2019 21:15:21 +0000 (21:15 +0000)]
stubby: Fix UCI command in README

Signed-off-by: Salim B <salim@posteo.de>
4 years agopython-pyasn1-modules: Update to 0.2.6 9650/head
Jeffery To [Sun, 4 Aug 2019 20:03:36 +0000 (04:03 +0800)]
python-pyasn1-modules: Update to 0.2.6

Requires python-pyasn1 0.4.6 (#9648).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agopython-pyasn1: Update to 0.4.6 9648/head
Jeffery To [Sun, 4 Aug 2019 19:41:05 +0000 (03:41 +0800)]
python-pyasn1: Update to 0.4.6

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agonginx: small conf files fix 9602/head
DENG Qingfang [Sun, 4 Aug 2019 18:06:39 +0000 (02:06 +0800)]
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>
4 years agonginx: update brotli module
DENG Qingfang [Tue, 30 Jul 2019 14:32:43 +0000 (22:32 +0800)]
nginx: update brotli module

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
4 years agofrp: update to 0.28.0
Richard Yu [Sun, 4 Aug 2019 13:33:22 +0000 (21:33 +0800)]
frp: update to 0.28.0

and fix a typo in frpc.config

Signed-off-by: Richard Yu <yurichard3839@gmail.com>
4 years agoMerge pull request #9130 from yangfl/master
Rosen Penev [Sun, 4 Aug 2019 13:57:05 +0000 (06:57 -0700)]
Merge pull request #9130 from yangfl/master

i2pd: Update to 2.26.0

4 years agoMerge pull request #9550 from ja-pa/libarchive-3.4.0
Rosen Penev [Sun, 4 Aug 2019 13:54:35 +0000 (06:54 -0700)]
Merge pull request #9550 from ja-pa/libarchive-3.4.0

libarchive: update to version 3.4.0

4 years agoMerge pull request #9605 from neheb/geth
Rosen Penev [Sun, 4 Aug 2019 13:50:25 +0000 (06:50 -0700)]
Merge pull request #9605 from neheb/geth

geth: Update to 1.9.1

4 years agoMerge pull request #9626 from jefferyto/slide-switch-0.9.5
Rosen Penev [Sun, 4 Aug 2019 13:48:19 +0000 (06:48 -0700)]
Merge pull request #9626 from jefferyto/slide-switch-0.9.5

slide-switch: Update to 0.9.5

4 years agoMerge pull request #9639 from mwarning/zerotier
Rosen Penev [Sun, 4 Aug 2019 13:38:27 +0000 (06:38 -0700)]
Merge pull request #9639 from mwarning/zerotier

zerotier: update to zerotier 1.4.0.1

4 years agozerotier: update to zerotier 1.4.0 9639/head
Moritz Warning [Sat, 3 Aug 2019 19:42:58 +0000 (21:42 +0200)]
zerotier: update to zerotier 1.4.0

Signed-off-by: Moritz Warning <moritzwarning@web.de>
4 years agophp7: update to 7.2.21
Michael Heimpold [Sat, 3 Aug 2019 22:27:08 +0000 (00:27 +0200)]
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>
4 years agoMerge pull request #9640 from BKPepe/yt_update
Daniel Engberg [Sat, 3 Aug 2019 22:35:17 +0000 (00:35 +0200)]
Merge pull request #9640 from BKPepe/yt_update

youtube-dl: update to version 2019.8.2

4 years agoyoutube-dl: update to version 2019.8.2 9640/head
Josef Schlehofer [Sat, 3 Aug 2019 21:40:39 +0000 (23:40 +0200)]
youtube-dl: update to version 2019.8.2

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agomt-st: Add missing header 9635/head
Rosen Penev [Fri, 2 Aug 2019 23:41:18 +0000 (16:41 -0700)]
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>
4 years agolibsigar: Add missing header 9634/head
Rosen Penev [Fri, 2 Aug 2019 23:45:45 +0000 (16:45 -0700)]
libsigar: Add missing header

The new version of musl does not include this header internally anymore.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibredblack: Update to 1.3 9632/head
Rosen Penev [Fri, 2 Aug 2019 22:14:57 +0000 (15:14 -0700)]
libredblack: Update to 1.3

Technically the same version, but this uses the normal tarball instead of
a random GitHub repository.

Cleaned up Makefile as a result.

Removed Python dependency. rbgen is not used for the package.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agognutls: updated to 3.6.9
Nikos Mavrogiannopoulos [Fri, 2 Aug 2019 19:15:00 +0000 (21:15 +0200)]
gnutls: updated to 3.6.9

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
4 years agop910nd: Run as non-root by default
Daniel F. Dickinson [Sat, 27 Jul 2019 03:47:01 +0000 (23:47 -0400)]
p910nd: Run as non-root by default

We add the necessary Makefile, hotplug, config, and init bits
so that p910nd daemon runs as user:group p910nd:lp by default.
This eliminates an unnecessary root daemon.

The hotplug script sets the permissions of the USB lp
device(s) to read-write owner and group and no access to
anyone else, and sets owner root, group lp.

This is allows sufficient privileges to p910nd
to do it's job.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
4 years agoslide-switch: Update to 0.9.5 9626/head
Jeffery To [Thu, 1 Aug 2019 22:51:20 +0000 (06:51 +0800)]
slide-switch: Update to 0.9.5

Signed-off-by: Jeffery To <jeffery.to@gmail.com>