feed/packages.git
5 years agobtrfs-progs: add support for zstd 8558/head
Karel Kočí [Mon, 1 Apr 2019 05:42:18 +0000 (07:42 +0200)]
btrfs-progs: add support for zstd

This allows BTRFS encryption using zstd. Using zstd can increase
performance.

This change increases size of btrfs-progs only by 4K. The real effect on
size is only size of libzstd which is around 500K. This should be fine
on system requiring BTRFS so no variant without zstd was added.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
5 years agoMerge pull request #8103 from jefferyto/e2guardian-init
Rosen Penev [Mon, 1 Apr 2019 03:29:31 +0000 (20:29 -0700)]
Merge pull request #8103 from jefferyto/e2guardian-init

e2guardian: Update init script

5 years agoMerge pull request #8101 from jefferyto/aria2-init
Rosen Penev [Mon, 1 Apr 2019 03:28:13 +0000 (20:28 -0700)]
Merge pull request #8101 from jefferyto/aria2-init

aria2: Update init script

5 years agoMerge pull request #8122 from jefferyto/squid-init
Rosen Penev [Mon, 1 Apr 2019 03:23:58 +0000 (20:23 -0700)]
Merge pull request #8122 from jefferyto/squid-init

squid: Update init script

5 years agoMerge pull request #8549 from neheb/gpg
Rosen Penev [Mon, 1 Apr 2019 03:08:55 +0000 (20:08 -0700)]
Merge pull request #8549 from neheb/gpg

libgpg-error: Update to 1.36

5 years agoMerge pull request #8526 from BKPepe/voluptuous-serialize
Josef Schlehofer [Mon, 1 Apr 2019 00:50:10 +0000 (02:50 +0200)]
Merge pull request #8526 from BKPepe/voluptuous-serialize

python-voluptuous-serialize: add package for Python3

5 years agoMerge pull request #8485 from BKPepe/aiohttp
Josef Schlehofer [Mon, 1 Apr 2019 00:45:48 +0000 (02:45 +0200)]
Merge pull request #8485 from BKPepe/aiohttp

python-aiohttp: add a new package

5 years agoMerge pull request #8551 from BKPepe/pyotp
Josef Schlehofer [Mon, 1 Apr 2019 00:43:53 +0000 (02:43 +0200)]
Merge pull request #8551 from BKPepe/pyotp

python-pyotp: add new package for Python3

5 years agoMerge pull request #8481 from BKPepe/yarl
Josef Schlehofer [Mon, 1 Apr 2019 00:43:02 +0000 (02:43 +0200)]
Merge pull request #8481 from BKPepe/yarl

python-yarl: add a new package

5 years agoMerge pull request #8484 from BKPepe/async_timeout
Josef Schlehofer [Mon, 1 Apr 2019 00:41:36 +0000 (02:41 +0200)]
Merge pull request #8484 from BKPepe/async_timeout

async-timeout: add a new package

5 years agoMerge pull request #8515 from BKPepe/python-slugify
Josef Schlehofer [Mon, 1 Apr 2019 00:40:53 +0000 (02:40 +0200)]
Merge pull request #8515 from BKPepe/python-slugify

python-slugify: add new package for Python3

5 years agoMerge pull request #8503 from BKPepe/voluptuous
Josef Schlehofer [Mon, 1 Apr 2019 00:40:04 +0000 (02:40 +0200)]
Merge pull request #8503 from BKPepe/voluptuous

python-voluptuous: add a new package

5 years agoMerge pull request #8480 from BKPepe/multidict
Josef Schlehofer [Mon, 1 Apr 2019 00:39:31 +0000 (02:39 +0200)]
Merge pull request #8480 from BKPepe/multidict

python-multidict: add a new package

5 years agopython-voluptuous-serialize: add package for Python3 8526/head
Josef Schlehofer [Tue, 26 Mar 2019 22:55:05 +0000 (23:55 +0100)]
python-voluptuous-serialize: add package for Python3

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agopython-aiohttp: add a new package 8485/head
Josef Schlehofer [Sun, 24 Mar 2019 16:58:15 +0000 (17:58 +0100)]
python-aiohttp: add a new package

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agopython-yarl: add a new package 8481/head
Josef Schlehofer [Sun, 24 Mar 2019 13:17:26 +0000 (14:17 +0100)]
python-yarl: add a new package

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agoasync-timeout: add a new package 8484/head
Josef Schlehofer [Sun, 24 Mar 2019 13:50:54 +0000 (14:50 +0100)]
async-timeout: add a new package

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agopython-pyotp: add new package for Python3 8551/head
Josef Schlehofer [Sat, 30 Mar 2019 22:17:26 +0000 (23:17 +0100)]
python-pyotp: add new package for Python3

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agopython-multidict: add a new package 8480/head
Josef Schlehofer [Sun, 24 Mar 2019 12:59:33 +0000 (13:59 +0100)]
python-multidict: add a new package

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agopython-slugify: add Python3 package 8515/head
Josef Schlehofer [Wed, 27 Mar 2019 15:13:33 +0000 (16:13 +0100)]
python-slugify: add Python3 package

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agoMerge pull request #7879 from ammubhave/add_zstd_to_boost
Rosen Penev [Sun, 31 Mar 2019 21:57:48 +0000 (14:57 -0700)]
Merge pull request #7879 from ammubhave/add_zstd_to_boost

boost: Add zstd as a dependency to boost-iostream

5 years agoMerge pull request #7126 from ammubhave/add_zstd
Rosen Penev [Sun, 31 Mar 2019 21:54:43 +0000 (14:54 -0700)]
Merge pull request #7126 from ammubhave/add_zstd

zstd: add zstd package

5 years agoMerge pull request #8373 from jan-kardell/TQ_fix_pcre
Rosen Penev [Sun, 31 Mar 2019 21:45:46 +0000 (14:45 -0700)]
Merge pull request #8373 from jan-kardell/TQ_fix_pcre

[pcre] Fix compile of libpcrecpp

5 years agoMerge pull request #8486 from neheb/sc
Rosen Penev [Sun, 31 Mar 2019 21:43:49 +0000 (14:43 -0700)]
Merge pull request #8486 from neheb/sc

screen: Replace patches with upstream backports

5 years agoMerge pull request #8531 from MikePetullo/snort3
Rosen Penev [Sun, 31 Mar 2019 21:34:02 +0000 (14:34 -0700)]
Merge pull request #8531 from MikePetullo/snort3

snort3: new package

5 years agoMerge pull request #8525 from ja-pa/rpcbind-cpe-id
Rosen Penev [Sun, 31 Mar 2019 21:20:31 +0000 (14:20 -0700)]
Merge pull request #8525 from ja-pa/rpcbind-cpe-id

rpcbind: Add PKG_CPE_ID for proper CVE tracking

5 years agoMerge pull request #8478 from BKPepe/python_astral
Josef Schlehofer [Sun, 31 Mar 2019 21:14:38 +0000 (23:14 +0200)]
Merge pull request #8478 from BKPepe/python_astral

python-astral: add new package

5 years agoMerge pull request #8511 from BKPepe/ruamel-yaml
Rosen Penev [Sun, 31 Mar 2019 21:13:46 +0000 (14:13 -0700)]
Merge pull request #8511 from BKPepe/ruamel-yaml

ruamel-yaml: add package

5 years agoMerge pull request #8198 from jefferyto/mini-snmpd-init
Rosen Penev [Sun, 31 Mar 2019 20:48:22 +0000 (13:48 -0700)]
Merge pull request #8198 from jefferyto/mini-snmpd-init

mini_snmpd: Update init script

5 years agoMerge pull request #8514 from BKPepe/text-unidecode
Rosen Penev [Sun, 31 Mar 2019 19:24:12 +0000 (12:24 -0700)]
Merge pull request #8514 from BKPepe/text-unidecode

text-unidecode: add new package

5 years agozstd: add zstd package 7126/head
Amol Bhave [Tue, 25 Sep 2018 04:10:07 +0000 (21:10 -0700)]
zstd: add zstd package

Zstandard, or zstd as short version, is a fast lossless compression
algorithm, targeting real-time compression scenarios at zlib-level and
better compression ratios.

This package includes a C library, and a command line utility producing
and decoding .zst, .gz, .xz and .lz4 files.

Signed-off-by: Amol Bhave <ambhave@fb.com>
5 years agoMerge pull request #8546 from jefferyto/python-bpo-36216
Hannu Nyman [Sun, 31 Mar 2019 10:19:43 +0000 (13:19 +0300)]
Merge pull request #8546 from jefferyto/python-bpo-36216

python,python3: Fix CVE-2019-9636 - urlsplit missing NFKC normalization

5 years agolibgpg-error: Update to 1.36 8549/head
Rosen Penev [Sun, 31 Mar 2019 09:18:17 +0000 (02:18 -0700)]
libgpg-error: Update to 1.36

Updated patch to fix compilation on mips64.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #8494 from neheb/fcg
Rosen Penev [Sat, 30 Mar 2019 23:18:16 +0000 (16:18 -0700)]
Merge pull request #8494 from neheb/fcg

fcgi: Update to 2.4.2

5 years agoMerge pull request #8532 from neheb/j
Rosen Penev [Sat, 30 Mar 2019 22:38:51 +0000 (15:38 -0700)]
Merge pull request #8532 from neheb/j

postfix: Update to 3.4.4

5 years agoMerge pull request #8543 from neheb/g2
Rosen Penev [Sat, 30 Mar 2019 22:32:09 +0000 (15:32 -0700)]
Merge pull request #8543 from neheb/g2

gammu: Really fix compilation under 64-bit

5 years agoMerge pull request #8544 from neheb/l
Rosen Penev [Sat, 30 Mar 2019 22:06:15 +0000 (15:06 -0700)]
Merge pull request #8544 from neheb/l

lcdringer: Remove libcheck dependency to fix compilation

5 years agopython,python3: Fix CVE-2019-9636 - urlsplit missing NFKC normalization 8546/head
Jeffery To [Sat, 30 Mar 2019 21:18:14 +0000 (05:18 +0800)]
python,python3: Fix CVE-2019-9636 - urlsplit missing NFKC normalization

These patches address issue:
CVE-2019-9636: urlsplit does not handle NFKC normalization

Link to Python issue:
https://bugs.python.org/issue36216

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years agoMerge pull request #8054 from dengqf6/all
Rosen Penev [Sat, 30 Mar 2019 18:40:11 +0000 (11:40 -0700)]
Merge pull request #8054 from dengqf6/all

treewide: add missing PKGARCH:=all to non-binary packages

5 years agoMerge pull request #8530 from MikePetullo/snort
Daniel Engberg [Sat, 30 Mar 2019 18:39:59 +0000 (19:39 +0100)]
Merge pull request #8530 from MikePetullo/snort

snort: modify to build against libdaq 2.2.2

5 years agoMerge pull request #8065 from neheb/patch-4
Rosen Penev [Sat, 30 Mar 2019 18:35:43 +0000 (11:35 -0700)]
Merge pull request #8065 from neheb/patch-4

wavemon: Update to 0.9.0

5 years agosnort3: new package 8531/head
W. Michael Petullo [Sat, 30 Mar 2019 18:10:20 +0000 (14:10 -0400)]
snort3: new package

Signed-off-by: W. Michael Petullo <mike@flyn.org>
5 years agosnort: modify to build against libdaq 2.2.2 8530/head
W. Michael Petullo [Sat, 30 Mar 2019 17:58:53 +0000 (13:58 -0400)]
snort: modify to build against libdaq 2.2.2

Signed-off-by: W. Michael Petullo <mike@flyn.org>
5 years agoMerge pull request #8542 from neheb/z
Ted Hess [Sat, 30 Mar 2019 11:19:56 +0000 (07:19 -0400)]
Merge pull request #8542 from neheb/z

v4l-utils: Update to 1.16.5

5 years agoMerge pull request #8545 from tru7/linknx
Hannu Nyman [Sat, 30 Mar 2019 10:46:35 +0000 (12:46 +0200)]
Merge pull request #8545 from tru7/linknx

linknx: bump to new upstream version 0.0.1.37

5 years agotreewide: add missing PKGARCH:=all to non-binary packages 8054/head
Deng Qingfang [Mon, 28 Jan 2019 06:38:44 +0000 (14:38 +0800)]
treewide: add missing PKGARCH:=all to non-binary packages

Packages such as Perl, Lua, shell scripts don't generate binary files.
Add PKGARCH:=all to them.

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
5 years agolinknx: bump to new upstream version 0.0.1.37 8545/head
Othmar Truniger [Sat, 30 Mar 2019 09:07:31 +0000 (10:07 +0100)]
linknx: bump to new upstream version 0.0.1.37

Signed-off-by: Othmar Truniger <github@truniger.ch>
5 years agolcdringer: Remove libcheck dependency to fix compilation 8544/head
Rosen Penev [Sat, 30 Mar 2019 08:48:17 +0000 (01:48 -0700)]
lcdringer: Remove libcheck dependency to fix compilation

libcheck is some kind of testing framework. it is not only unnecessary, it
is not even used in the code.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #8296 from neheb/patch-5
Rosen Penev [Sat, 30 Mar 2019 08:37:50 +0000 (01:37 -0700)]
Merge pull request #8296 from neheb/patch-5

perl-parse-recdescent: Update to 1.967015

5 years agogammu: Really fix compilation under 64-bit 8543/head
Rosen Penev [Sat, 30 Mar 2019 08:31:27 +0000 (01:31 -0700)]
gammu: Really fix compilation under 64-bit

The InstallDev section needed the same treatment as the Install one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agov4l-utils: Update to 1.16.5 8542/head
Rosen Penev [Thu, 28 Mar 2019 07:21:58 +0000 (00:21 -0700)]
v4l-utils: Update to 1.16.5

Add Alpine Linux patch that fixes a crash under Musl.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agowavemon: Update to 0.9.0 8065/head
Rosen Penev [Tue, 29 Jan 2019 00:03:02 +0000 (16:03 -0800)]
wavemon: Update to 0.9.0

Added PKG_BUILD_PARALLEL for faster compilation

Backported upstream patch to fix compilation with musl.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #5909 from lucize/ddrescue
Rosen Penev [Fri, 29 Mar 2019 18:49:56 +0000 (11:49 -0700)]
Merge pull request #5909 from lucize/ddrescue

gddrescue: add ddrescue a data recovery tool

5 years agoMerge pull request #7796 from cotequeiroz/lualanes_no-luajit
Hannu Nyman [Fri, 29 Mar 2019 15:34:30 +0000 (17:34 +0200)]
Merge pull request #7796 from cotequeiroz/lualanes_no-luajit

lualane: avoid luajit dependency

5 years agoMerge pull request #8538 from Wedmer/master
Hannu Nyman [Fri, 29 Mar 2019 15:17:01 +0000 (17:17 +0200)]
Merge pull request #8538 from Wedmer/master

zoneinfo: Updated to the latest release.

5 years agozoneinfo: Updated to the latest release. 8538/head
Vladimir Ulrich [Fri, 29 Mar 2019 14:45:24 +0000 (17:45 +0300)]
zoneinfo: Updated to the latest release.

Signed-off-by: Vladimir Ulrich <admin@evl.su>
5 years agolang: lua-libmodbus: Update URL
Karl Palsson [Fri, 29 Mar 2019 12:54:49 +0000 (12:54 +0000)]
lang: lua-libmodbus: Update URL

Fixes: ed275126417 lang: lua-libmodbus: Update URL
Second instance of old URL was missed.

Signed-off-by: Karl Palsson <karlp@etactica.com>
5 years agolang: lua-libmodbus: Update URL
Karl Palsson [Fri, 29 Mar 2019 11:09:21 +0000 (11:09 +0000)]
lang: lua-libmodbus: Update URL

Github organization changed names.  Proactively update URL, even though
github redirects.

Signed-off-by: Karl Palsson <karlp@etactica.com>
5 years agolibdaq: update to 2.2.2
W. Michael Petullo [Fri, 29 Mar 2019 01:22:07 +0000 (21:22 -0400)]
libdaq: update to 2.2.2

Signed-off-by: W. Michael Petullo <mike@flyn.org>
5 years agopostfix: Update to 3.4.4 8532/head
Rosen Penev [Fri, 29 Mar 2019 02:50:14 +0000 (19:50 -0700)]
postfix: Update to 3.4.4

Switched to HTTP from FTP for one of the mirrors.

Rebased Patches.

Removed ENGINES patch as it is only relevant for OpenSSL 1.0.2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoseafile-server: fix django 1.11 detect, tidy up
Eneas U de Queiroz [Mon, 18 Mar 2019 14:43:26 +0000 (11:43 -0300)]
seafile-server: fix django 1.11 detect, tidy up

Django 1.11 is supported, but seafile-admin was still looking for v. 1.8.
Replaced current patch with the patch from haiwen/seafile-server#147.

Cleaned up unsupported configure options, including riak backend.

Check that the seafile-server version is the same as seafile-seanet's at
build time, removing the static EXTRA_DEPENDS check done at install
time.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
5 years agoMerge pull request #5160 from nxhack/homebridge
Eneas Queiroz [Fri, 29 Mar 2019 00:30:01 +0000 (21:30 -0300)]
Merge pull request #5160 from nxhack/homebridge

node-homebridge: add new package / Node.js HomeKit Server

5 years agogddrescue: add ddrescue a data recovery tool 5909/head
Lucian Cristian [Fri, 13 Apr 2018 00:48:40 +0000 (03:48 +0300)]
gddrescue: add ddrescue a data recovery tool

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
5 years agoMerge pull request #8020 from cshoredaniel/pr-lxc-no-python
Eneas Queiroz [Thu, 28 Mar 2019 21:31:03 +0000 (18:31 -0300)]
Merge pull request #8020 from cshoredaniel/pr-lxc-no-python

lxc: Disable use of unwanted libraries explicity

5 years agotravelmate: Update to 1.4.4
Dirk Brenken [Thu, 28 Mar 2019 19:11:26 +0000 (20:11 +0100)]
travelmate: Update to 1.4.4

* refine captive portal detection/rebind protection handling,
  heavily tested with Deutsche Bahn hotspots ... ;-)
* add rebind whitelist logging

Signed-off-by: Dirk Brenken <dev@brenken.org>
Added "Update to" in commit message
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
5 years agoMerge pull request #8517 from neheb/neheb-patch-1
Eneas Queiroz [Thu, 28 Mar 2019 21:02:46 +0000 (18:02 -0300)]
Merge pull request #8517 from neheb/neheb-patch-1

ptunnel-ng: Remove libbsd dependency

5 years agoMerge pull request #8225 from dddaniel/libcg
Rosen Penev [Thu, 28 Mar 2019 20:45:29 +0000 (13:45 -0700)]
Merge pull request #8225 from dddaniel/libcg

libcgroup: Added new package.

5 years agoMerge pull request #8440 from Cynerd/ncdu-bump
Rosen Penev [Thu, 28 Mar 2019 20:43:07 +0000 (13:43 -0700)]
Merge pull request #8440 from Cynerd/ncdu-bump

ncdu: update to version 1.14

5 years agoMerge pull request #8388 from BKPepe/syslog-ng_add_libmaxminddb
Hannu Nyman [Thu, 28 Mar 2019 18:58:42 +0000 (20:58 +0200)]
Merge pull request #8388 from BKPepe/syslog-ng_add_libmaxminddb

syslog-ng: disable geoip2 for now

5 years agorpcbind: Add PKG_CPE_ID for proper CVE tracking 8525/head
Jan Pavlinec [Thu, 28 Mar 2019 13:50:26 +0000 (14:50 +0100)]
rpcbind: Add PKG_CPE_ID for proper CVE tracking

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years agopython-astral: add new package 8478/head
Karel Kočí [Sat, 9 Mar 2019 19:38:59 +0000 (20:38 +0100)]
python-astral: add new package

Signed-off-by: Karel Kočí <cynerd@email.cz>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agopython-voluptuous: add a new package 8503/head
Josef Schlehofer [Tue, 26 Mar 2019 21:23:43 +0000 (22:23 +0100)]
python-voluptuous: add a new package

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agoruamel-yaml: add package 8511/head
Josef Schlehofer [Wed, 27 Mar 2019 14:48:20 +0000 (15:48 +0100)]
ruamel-yaml: add package

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agotext-unidecode: add new package 8514/head
Josef Schlehofer [Wed, 27 Mar 2019 17:11:02 +0000 (18:11 +0100)]
text-unidecode: add new package

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agoMerge pull request #8513 from bmork/conserver
Eneas Queiroz [Wed, 27 Mar 2019 20:17:38 +0000 (17:17 -0300)]
Merge pull request #8513 from bmork/conserver

conserver: update to 8.2.4 and enable IPv6 support

5 years agoptunnel-ng: Remove libbsd dependency 8517/head
Rosen Penev [Tue, 26 Mar 2019 21:49:08 +0000 (14:49 -0700)]
ptunnel-ng: Remove libbsd dependency

Fixes compilation when both libbsd and ptunnel-ng are selected.
libbsd is used for arc4random with a fallback to /dev/random. musl does
not support arc4random.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoconserver: enable IPv6 support 8513/head
Bjørn Mork [Mon, 28 May 2018 11:42:19 +0000 (13:42 +0200)]
conserver: enable IPv6 support

Signed-off-by: Bjørn Mork <bjorn@mork.no>
5 years agoconserver: add back config.guess and config.sub to fix build
Bjørn Mork [Wed, 27 Mar 2019 15:41:01 +0000 (16:41 +0100)]
conserver: add back config.guess and config.sub to fix build

Signed-off-by: Bjørn Mork <bjorn@mork.no>
5 years agoconserver: update to version 8.2.4
Bjørn Mork [Wed, 27 Mar 2019 14:44:05 +0000 (15:44 +0100)]
conserver: update to version 8.2.4

version 8.2.4 (March 26, 2019):
        - Correct man page typo (Ed Maste <emaste@freebsd.org>)
        - Remove autotools generated files from repo and create with release
        - Better integration of Cirrus CI - FreeBSD, Linux, and MacOS
        - Moving README to markdown
        - Fix #12 - Remote infomation flags (i.e. "-x") cannot be filtered by console
        - Fix #8 - defaultaccess appears broken
        - Rename configure.in and use autoreconf
        - Better use of version.h and letting configure build things with versions

version 8.2.3 (March 17, 2019):
        - Correct 'impi' typo (Ed Maste <emaste@freebsd.org>)
        - Correct argument type passed to time() (Ed Maste <emaste@freebsd.org>)
        - Fix compilation without deprecated OpenSSL APIs (Rosen Penev <rosenp@gmail.com>)
        - Fix compilation without deprecated OpenSSL 1.1 APIs (Rosen Penev <rosenp@gmail.com>)
        - Fix #6 - clang "-Wstring-plus-int" warning (Bryan Stansell <bryan@conserver.com>)
        - configure.in: Add test for closefrom (Ed Maste <emaste@freebsd.org>)
        - regenerate autoconf files (Ed Maste <emaste@freebsd.org>)
        - Use closefrom if available (Ed Maste <emaste@freebsd.org>)
        - Correct typo (Ed Maste <emaste@freebsd.org>)
        - Add Cirrus-CI FreeBSD CI build config (Ed Maste <emaste@freebsd.org>)
        - off by one found by Ed Maste (Bryan Stansell <bryan@conserver.com>)

openwrt packaging:
 - removed upstreamed 010-openssl-deprecated.patch

Signed-off-by: Bjørn Mork <bjorn@mork.no>
5 years agoscreen: Reorganize Makefile 8486/head
Rosen Penev [Wed, 30 Jan 2019 20:37:32 +0000 (12:37 -0800)]
screen: Reorganize Makefile

Reorganized the Makefile a bit for consistency between packages.

Added PKG_BUILD_PARALLEL for faster compilation.

Removed USEMEMMOVE hack as that is no longer used in the codebase.

Added PKG_FIXUP as the patches touch configure.ac.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoscreen: Replace OpenWrt patches with upstream backports
Rosen Penev [Wed, 27 Mar 2019 19:31:21 +0000 (12:31 -0700)]
screen: Replace OpenWrt patches with upstream backports

This will enable easier package bumping by just deleting all of them.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #8512 from mwarning/strongswan
Stijn Tintel [Wed, 27 Mar 2019 17:29:30 +0000 (19:29 +0200)]
Merge pull request #8512 from mwarning/strongswan

strongswan: collapse menu items

5 years agostrongswan: collapse menu items 8512/head
Moritz Warning [Wed, 27 Mar 2019 15:19:04 +0000 (16:19 +0100)]
strongswan: collapse menu items

Signed-off-by: Moritz Warning <moritzwarning@web.de>
5 years agomosquitto: bump to v1.5.8
Karl Palsson [Tue, 26 Mar 2019 16:02:46 +0000 (16:02 +0000)]
mosquitto: bump to v1.5.8

Full changelog available at:
https://github.com/eclipse/mosquitto/blob/v1.5.8/ChangeLog.txt

This is a bugfix release.  Of likely note to OpenWrt is a bug affecting
missing messages on bridges since 1.5.4:
https://github.com/eclipse/mosquitto/issues/1174

Signed-off-by: Karl Palsson <karlp@etactica.com>
5 years agoMerge pull request #8502 from jefferyto/python-installdev
Hannu Nyman [Wed, 27 Mar 2019 16:36:16 +0000 (18:36 +0200)]
Merge pull request #8502 from jefferyto/python-installdev

python,python3: Use only target package data for Build/InstallDev

5 years agoaria2: Update init script 8101/head
Jeffery To [Fri, 1 Feb 2019 07:46:15 +0000 (15:46 +0800)]
aria2: Update init script

This replaces the use of uci_validate_section() with
uci_load_validate(), which removes the need to declare local variables
for every config option.

This also lets procd trigger the validation function directly, and
removes some unnecessary curly brackets.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 years agoMerge pull request #8319 from brianjmurrell/shorewall-iface-update
Hannu Nyman [Wed, 27 Mar 2019 15:28:56 +0000 (17:28 +0200)]
Merge pull request #8319 from brianjmurrell/shorewall-iface-update

Shorewall: start and enable interfaces all in hotplug

5 years agoMerge pull request #8496 from ja-pa/ddns-scripts-fix
Dirk Brenken [Wed, 27 Mar 2019 15:24:38 +0000 (16:24 +0100)]
Merge pull request #8496 from ja-pa/ddns-scripts-fix

ddns-scripts: add hsts-file parameter to wget call

5 years agoMerge pull request #8508 from teslamint/patch-1
Hannu Nyman [Wed, 27 Mar 2019 14:41:38 +0000 (16:41 +0200)]
Merge pull request #8508 from teslamint/patch-1

coova-chilli: fix build error

5 years agoMerge pull request #8507 from ja-pa/czmq-fix
Josef Schlehofer [Wed, 27 Mar 2019 14:26:13 +0000 (15:26 +0100)]
Merge pull request #8507 from ja-pa/czmq-fix

czmq: polishing of Makefile

5 years agoczmq: polishing of Makefile 8507/head
Jan Pavlinec [Tue, 26 Mar 2019 22:00:37 +0000 (23:00 +0100)]
czmq: polishing of Makefile

Changes:
-Add URL
-Fix Description and Title
-Add ABI

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years agoMerge pull request #8447 from micmac1/ssh2-181
Jiri Slachta [Wed, 27 Mar 2019 13:51:23 +0000 (14:51 +0100)]
Merge pull request #8447 from micmac1/ssh2-181

libssh2 (master): version bump/ CVE fixes

5 years agoMerge pull request #8489 from neheb/tl
Nikos Mavrogiannopoulos [Wed, 27 Mar 2019 13:27:15 +0000 (14:27 +0100)]
Merge pull request #8489 from neheb/tl

gnutls: Update to 3.6.6

5 years agoMerge pull request #8510 from Andy2244/rpcbind-cve-warmstart-fix
Eneas Queiroz [Wed, 27 Mar 2019 12:59:50 +0000 (09:59 -0300)]
Merge pull request #8510 from Andy2244/rpcbind-cve-warmstart-fix

rpcbind: fix warmstart option, CVE-2017-8779

5 years agorpcbind: fix warmstart option, CVE-2017-8779 8510/head
Andy Walsh [Wed, 27 Mar 2019 12:18:26 +0000 (13:18 +0100)]
rpcbind: fix warmstart option, CVE-2017-8779

* always build with warmstart options
* fix CVE-2017-8779

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
5 years agocoova-chilli: fix build error 8508/head
Jaehoon You [Wed, 27 Mar 2019 10:10:05 +0000 (19:10 +0900)]
coova-chilli: fix build error

This commit removes that copy command to fix build error.

Signed-off-by: Jaehoon You <teslamint@gmail.com>
5 years agognutls: Update to 3.6.7 8489/head
Rosen Penev [Mon, 18 Mar 2019 21:27:06 +0000 (14:27 -0700)]
gnutls: Update to 3.6.7

Cleaned up configure arguments (alphabetized and sorted) and added some
new ones to help speed up compilation.

Disabled SSL support by default. SSLv2 and 3 have long been deprecated as
they are both insecure variants that currently hold less than 10% of total
encrypted traffic on the web.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #8505 from dibdot/travelmate
Dirk Brenken [Wed, 27 Mar 2019 08:38:07 +0000 (09:38 +0100)]
Merge pull request #8505 from dibdot/travelmate

travelmate: 1.4.3

5 years agotravelmate: 1.4.3 8505/head
Dirk Brenken [Tue, 26 Mar 2019 21:51:40 +0000 (22:51 +0100)]
travelmate: 1.4.3

* remove leftover from last commit
* enhance rebind protection whitelisting: support multiple,
  cascaded captive portal domains

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agocoova-chilli: Bump PKG
Rosen Penev [Wed, 27 Mar 2019 02:06:54 +0000 (19:06 -0700)]
coova-chilli: Bump PKG