feed/packages.git
5 years agortty: Update to 6.5.0 7923/head
Jianhui Zhao [Wed, 9 Jan 2019 03:12:43 +0000 (11:12 +0800)]
rtty: Update to 6.5.0

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
5 years agoser2net: update to 3.5.1 7924/head
Michael Heimpold [Tue, 8 Jan 2019 22:13:08 +0000 (23:13 +0100)]
ser2net: update to 3.5.1

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
5 years agotor: update to version 0.3.4.10
Jan Pavlinec [Tue, 8 Jan 2019 16:03:37 +0000 (17:03 +0100)]
tor: update to version 0.3.4.10

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years agoMerge pull request #6577 from Andy2244/softethervpn-server
Hannu Nyman [Tue, 8 Jan 2019 17:44:18 +0000 (19:44 +0200)]
Merge pull request #6577 from Andy2244/softethervpn-server

softethervpn5: add new package softethervpn5

5 years agosoftethervpn5: add new package softethervpn5 6577/head
Andy Walsh [Wed, 25 Jul 2018 20:40:59 +0000 (22:40 +0200)]
softethervpn5: add new package softethervpn5

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
5 years agoMerge pull request #7899 from cshoredaniel/pr-update-dateutil
Hannu Nyman [Tue, 8 Jan 2019 14:48:51 +0000 (16:48 +0200)]
Merge pull request #7899 from cshoredaniel/pr-update-dateutil

python-dateutil: update dateutil packaging

5 years agoradsecproxy: Fix compilation without deprecated OpenSSL 1.0.2 APIs
Rosen Penev [Wed, 2 Jan 2019 07:52:00 +0000 (23:52 -0800)]
radsecproxy: Fix compilation without deprecated OpenSSL 1.0.2 APIs

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #7908 from cshoredaniel/pr-add-passlib
Hannu Nyman [Tue, 8 Jan 2019 13:14:01 +0000 (15:14 +0200)]
Merge pull request #7908 from cshoredaniel/pr-add-passlib

passlib: Add python library

5 years agoMerge pull request #7863 from cshoredaniel/pr-nut-fix-slow-interfaces
Hannu Nyman [Tue, 8 Jan 2019 13:08:06 +0000 (15:08 +0200)]
Merge pull request #7863 from cshoredaniel/pr-nut-fix-slow-interfaces

nut: Fix procd crashloop no interfaces

5 years agoMerge pull request #7896 from neheb/lf
Hannu Nyman [Tue, 8 Jan 2019 13:07:28 +0000 (15:07 +0200)]
Merge pull request #7896 from neheb/lf

lftp: Fix compilation without deprecated OpenSSL APIs

5 years agoMerge pull request #7903 from commodo/pyasn1-modules
Hannu Nyman [Tue, 8 Jan 2019 13:06:20 +0000 (15:06 +0200)]
Merge pull request #7903 from commodo/pyasn1-modules

python-pyasn1-modules: bump to version 0.2.3

5 years agoMerge pull request #7902 from commodo/lxml-upgrade
Hannu Nyman [Tue, 8 Jan 2019 13:06:06 +0000 (15:06 +0200)]
Merge pull request #7902 from commodo/lxml-upgrade

python-lxml: bump to version 4.3.0

5 years agoMerge pull request #7892 from neheb/sstp
Hannu Nyman [Tue, 8 Jan 2019 13:05:29 +0000 (15:05 +0200)]
Merge pull request #7892 from neheb/sstp

sstp-client: Fix compilation without deprecated OpenSSL APIs

5 years agoacme: Remove 8192 bits certificate option
Toke Høiland-Jørgensen [Tue, 8 Jan 2019 12:07:06 +0000 (13:07 +0100)]
acme: Remove 8192 bits certificate option

This is not supported by letsencrypt, so issuing the certificate will fail.
Instead, add 3072 bits as an intermediate option.

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
5 years agoacme: Support selecting ECC certificates from Luci
Toke Høiland-Jørgensen [Tue, 8 Jan 2019 10:27:12 +0000 (11:27 +0100)]
acme: Support selecting ECC certificates from Luci

As pointed out by @andersk, acme.sh already supports ECC certificates, and
they can be set manually in the uci file, just not in Luci. Fix this by
changing the key size selector into a listbox, and adding ECC certs as
options.

Fixes #7825.

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
5 years agoMerge pull request #7887 from neheb/patch-8
Saverio Proto [Tue, 8 Jan 2019 10:10:35 +0000 (11:10 +0100)]
Merge pull request #7887 from neheb/patch-8

tinc: Fix to actually build without deprecated APIs

5 years agopasslib: Add python library 7908/head
Daniel F. Dickinson [Tue, 1 Jan 2019 08:15:32 +0000 (03:15 -0500)]
passlib: Add python library

passlib is extremely useful for more secure Radicale
authentication so add it.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agoMerge pull request #7874 from Ansuel/softup
Hannu Nyman [Mon, 7 Jan 2019 17:48:00 +0000 (19:48 +0200)]
Merge pull request #7874 from Ansuel/softup

softethervpn: update to latest release and rework makefile

5 years agopython-dateutil: Update packaging and add Python3 version 7899/head
Daniel F. Dickinson [Tue, 1 Jan 2019 07:53:52 +0000 (02:53 -0500)]
python-dateutil: Update packaging and add Python3 version

Update the packaging to use the generic bits by @commodo.
Radicale 2.x requires Python3 and python-dateutils, so
build for Python3 as well.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agopython-pyasn1-modules: bump to version 0.2.3 7903/head
Alexandru Ardelean [Mon, 7 Jan 2019 12:45:28 +0000 (14:45 +0200)]
python-pyasn1-modules: bump to version 0.2.3

This change upgrades the version of pyasn1-modules to version 0.2.3.
Run-tested on an x86 VM.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
5 years agopython-lxml: bump to version 4.3.0 7902/head
Alexandru Ardelean [Mon, 7 Jan 2019 12:36:01 +0000 (14:36 +0200)]
python-lxml: bump to version 4.3.0

This change upgrades the version of lxml to 4.3.0.
Run-tested on an x86 VM.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
5 years agonut: Fix procd crashloop no interfaces 7863/head
Daniel F. Dickinson [Tue, 1 Jan 2019 08:12:29 +0000 (03:12 -0500)]
nut: Fix procd crashloop no interfaces

Fix a crashloop under procd when attempting to bind
to any address when no interfaces are yet available.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agolftp: Fix compilation without deprecated OpenSSL APIs 7896/head
Rosen Penev [Mon, 7 Jan 2019 05:12:45 +0000 (21:12 -0800)]
lftp: Fix compilation without deprecated OpenSSL APIs

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoshadowsocks-client: remove
Deng Qingfang [Thu, 3 Jan 2019 16:01:35 +0000 (00:01 +0800)]
shadowsocks-client: remove

It hasn't been maintained for years and doesn't have recent features such as AEAD crypto and IPv6.
(The "recent" update is fix compilation without deprecated OpenSSL APIs, which is made by Rosen Penev)
It has been superseded by shadowsocks-libev, which is recently maintained by community and has LuCI frontend.
Despite its smaller size, it depends on OpenSSL, which is way larger than MbedTLS, the one shadowsocks-libev used. Thus, it doesn't really fit in space-constrained devices.

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
5 years agosstp-client: Fix compilation without deprecated OpenSSL APIs 7892/head
Rosen Penev [Mon, 7 Jan 2019 05:00:47 +0000 (21:00 -0800)]
sstp-client: Fix compilation without deprecated OpenSSL APIs

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #7889 from cshoredaniel/pr-gitolite-remove-extra-vars
Hannu Nyman [Sun, 6 Jan 2019 12:07:20 +0000 (14:07 +0200)]
Merge pull request #7889 from cshoredaniel/pr-gitolite-remove-extra-vars

gitolite: Remove unecessary Makefile variables

5 years agoMerge pull request #7650 from mhei/open-plc-utils-missing-tools
Michael Heimpold [Sun, 6 Jan 2019 07:45:07 +0000 (08:45 +0100)]
Merge pull request #7650 from mhei/open-plc-utils-missing-tools

open-plc-utils: package missing tools amprule, pev and evse

5 years agotinc: Fix to actually build without deprecated APIs 7887/head
Rosen Penev [Sun, 6 Jan 2019 07:31:25 +0000 (23:31 -0800)]
tinc: Fix to actually build without deprecated APIs

The configure script checks for the existence of OpenSSL by checking a
deprecated function. This works around it. The other changes have been done
previously

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #7882 from dibdot/travelmate
Dirk Brenken [Sun, 6 Jan 2019 05:44:37 +0000 (06:44 +0100)]
Merge pull request #7882 from dibdot/travelmate

travelmate: update 1.3.2

5 years agofwknop: ensure default ifname matches default network
Terry Stockert [Tue, 24 Oct 2017 00:10:37 +0000 (19:10 -0500)]
fwknop: ensure default ifname matches default network

Signed-off-by: Terry Stockert <stockert@inkblotadmirer.me>
5 years agotravelmate: update 1.3.2 7882/head
Dirk Brenken [Sat, 5 Jan 2019 22:21:20 +0000 (23:21 +0100)]
travelmate: update 1.3.2

- support named 'wifi-iface' sections correctly

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agoMerge pull request #7880 from dibdot/banip
Dirk Brenken [Sat, 5 Jan 2019 21:22:00 +0000 (22:22 +0100)]
Merge pull request #7880 from dibdot/banip

banIP: release 0.1.0

5 years agoMerge pull request #7777 from neheb/patch-9
Hannu Nyman [Sat, 5 Jan 2019 18:17:09 +0000 (20:17 +0200)]
Merge pull request #7777 from neheb/patch-9

libpng: Update to 1.6.36

5 years agoMerge pull request #7857 from dhewg/pull/prometheus-statsd-exporter
Hannu Nyman [Sat, 5 Jan 2019 18:12:53 +0000 (20:12 +0200)]
Merge pull request #7857 from dhewg/pull/prometheus-statsd-exporter

prometheus-statsd-exporter: fix compilation with go 1.11.4

5 years agoMerge pull request #7854 from commodo/python-pip-setuptools-ver
Hannu Nyman [Sat, 5 Jan 2019 18:11:28 +0000 (20:11 +0200)]
Merge pull request #7854 from commodo/python-pip-setuptools-ver

python,python3: use setuptools & pip versions from python{3}-version.mk

5 years agoMerge pull request #7862 from cshoredaniel/pr-findutils-alternatives
Hannu Nyman [Sat, 5 Jan 2019 18:07:50 +0000 (20:07 +0200)]
Merge pull request #7862 from cshoredaniel/pr-findutils-alternatives

findutils: Fix conflict with busybox find/xargs

5 years agoMerge pull request #7454 from neheb/qac
Hannu Nyman [Sat, 5 Jan 2019 18:05:15 +0000 (20:05 +0200)]
Merge pull request #7454 from neheb/qac

quasselc: Update to latest commit

5 years agobanIP: release 0.1.0 7880/head
Dirk Brenken [Sat, 5 Jan 2019 15:28:44 +0000 (16:28 +0100)]
banIP: release 0.1.0

* add automatic blocklist backup & restore, they will be used
  in case of download errors or during startup in backup mode
* add a 'backup mode' to re-use blocklist backups during startup,
  get fresh lists via reload or restart action
* procd interface trigger now supports multiple WAN interfaces
* change URL for abuse.ch/feodo list source in default config
* small fixes
* update readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agoquasselc: Update to latest commit 7454/head
Rosen Penev [Sat, 5 Jan 2019 00:48:20 +0000 (16:48 -0800)]
quasselc: Update to latest commit

Switched to codeload for simpler Makefile.

Several adjustments for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #7861 from dengqf6/nginx
Hannu Nyman [Fri, 4 Jan 2019 18:42:22 +0000 (20:42 +0200)]
Merge pull request #7861 from dengqf6/nginx

nginx: update to 1.15.8 and other

5 years agosoftethervpn: update to latest release and rework makefile 7874/head
Ansuel Smith [Fri, 4 Jan 2019 18:26:29 +0000 (19:26 +0100)]
softethervpn: update to latest release and rework makefile

This package install both server client and bridge app... This is useless if someone needs to run only the server on the device. Split the package in 3 subpackage and a base package that contains file needed by all 3. This also upgrade the package to latest release to fix some bug and memory leak.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
5 years agoMerge pull request #7872 from Wedmer/zoneinfo_2018i
Ted Hess [Fri, 4 Jan 2019 16:20:03 +0000 (11:20 -0500)]
Merge pull request #7872 from Wedmer/zoneinfo_2018i

zoneinfo: Updated to the latest release.

5 years agozoneinfo: Updated to the latest release. 7872/head
Vladimir Ulrich [Fri, 4 Jan 2019 15:20:23 +0000 (18:20 +0300)]
zoneinfo: Updated to the latest release.

Signed-off-by: Vladimir Ulrich <admin@evl.su>
5 years agonginx: update to 1.15.8 and remove PKG_VERSION from modules tarball filename 7861/head
Deng Qingfang [Tue, 1 Jan 2019 13:52:14 +0000 (21:52 +0800)]
nginx: update to 1.15.8 and remove PKG_VERSION from modules tarball filename

Update to 1.15.8. Also use HTTPS
PKG_VERSION (nginx version) in 3rd-party modules tarball filename is dispensable and can be dropped to avoid unnecessary downloading

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
5 years agoprometheus-statsd-exporter: fix compilation with go 1.11.4 7857/head
Andre Heider [Thu, 3 Jan 2019 07:18:04 +0000 (08:18 +0100)]
prometheus-statsd-exporter: fix compilation with go 1.11.4

This fixes the exact same build error reported at [0].
Upstream fixed it too, see [1], but I decided to use the minimal patch
until a new version is released instead.

[0] https://github.com/golang/go/issues/29281
[1] https://github.com/prometheus/statsd_exporter/pull/171

Signed-off-by: Andre Heider <a.heider@gmail.com>
5 years agoprometheus-statsd-exporter: add myself as maintainer
Andre Heider [Fri, 4 Jan 2019 06:30:57 +0000 (07:30 +0100)]
prometheus-statsd-exporter: add myself as maintainer

Signed-off-by: Andre Heider <a.heider@gmail.com>
5 years agoMerge pull request #7864 from dibdot/mc
Hannu Nyman [Thu, 3 Jan 2019 20:35:03 +0000 (22:35 +0200)]
Merge pull request #7864 from dibdot/mc

mc: midnight commander 4.8.22

5 years agolibxml2: update to 2.9.9
Michael Heimpold [Thu, 3 Jan 2019 20:06:30 +0000 (21:06 +0100)]
libxml2: update to 2.9.9

Also drop the CVE patches which are already covered by this new release.

Compile tested for and run tested on mxs platform.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
5 years agomc: midnight commander 4.8.22 7864/head
Dirk Brenken [Thu, 3 Jan 2019 14:43:22 +0000 (15:43 +0100)]
mc: midnight commander 4.8.22

* bump mc package release to 4.8.22,
  news in this release see here:
  http://midnight-commander.org/wiki/NEWS-4.8.22
* refresh subshell patch

Signed-off-by: Dirk Brenken <dev@brenken.org>
5 years agofindutils: Fix conflict with busybox find/xargs 7862/head
Daniel F. Dickinson [Wed, 2 Jan 2019 09:06:08 +0000 (04:06 -0500)]
findutils: Fix conflict with busybox find/xargs

Use the new ALTERNATIVES mechanism to fix installation conflict
against busybox find and xargs.  Also add myself back as maintainer
since folks seem to be asking me anyway.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agolibev: update to 4.25 7859/head
Deng Qingfang [Tue, 1 Jan 2019 14:50:36 +0000 (22:50 +0800)]
libev: update to 4.25

Full changelog: http://cvs.schmorp.de/libev/Changes?view=markup

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
5 years agoaria2: immediate assign value
Peter Wagner [Thu, 3 Jan 2019 00:10:56 +0000 (01:10 +0100)]
aria2: immediate assign value

Signed-off-by: Peter Wagner <tripolar@gmx.at>
5 years agoaria2: fix "Illegal instruction" crash on ar71xx
Peter Wagner [Wed, 2 Jan 2019 20:25:27 +0000 (21:25 +0100)]
aria2: fix "Illegal instruction" crash on ar71xx

Signed-off-by: Peter Wagner <tripolar@gmx.at>
5 years agopython,python3: use setuptools & pip versions from python{3}-version.mk 7854/head
Alexandru Ardelean [Wed, 2 Jan 2019 18:10:42 +0000 (20:10 +0200)]
python,python3: use setuptools & pip versions from python{3}-version.mk

`setuptools` & `pip` whl files were selected via wildcards, because it was
easier in the beginning.
Also, initially there weren't any PYTHON{3}_{SETUTPTOOLS/PIP}_VERSION
variables. But now since these vars exist, it makes sense to use them,
because we can catch easier (at build) time if Python/Python3 bump these
versions.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
5 years agoMerge pull request #7842 from neheb/em
Hannu Nyman [Wed, 2 Jan 2019 19:48:16 +0000 (21:48 +0200)]
Merge pull request #7842 from neheb/em

emailrelay: Remove unnecessary OpenSSL engine include

5 years agoMerge pull request #7844 from neheb/cn
Hannu Nyman [Wed, 2 Jan 2019 19:46:41 +0000 (21:46 +0200)]
Merge pull request #7844 from neheb/cn

conserver: Fix compilation without deprecated OpenSSL 1.0.2 APIs

5 years agoMerge pull request #7850 from commodo/netatalk
Ted Hess [Wed, 2 Jan 2019 18:45:39 +0000 (13:45 -0500)]
Merge pull request #7850 from commodo/netatalk

netatalk: bump to version 3.1.12

5 years agonetatalk: bump to version 3.1.12 7850/head
Alexandru Ardelean [Sun, 30 Dec 2018 21:24:35 +0000 (23:24 +0200)]
netatalk: bump to version 3.1.12

This change upgrades the package to version 3.1.12.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
5 years agoMerge pull request #7541 from BKPepe/findutils
Hannu Nyman [Wed, 2 Jan 2019 16:06:47 +0000 (18:06 +0200)]
Merge pull request #7541 from BKPepe/findutils

findutils: polishing of Makefile

5 years agoMerge pull request #7827 from rosysong/nft-qos
Hannu Nyman [Wed, 2 Jan 2019 16:02:58 +0000 (18:02 +0200)]
Merge pull request #7827 from rosysong/nft-qos

nft-qos: fix monitor doesn't work when firstboot

5 years agoMerge pull request #7851 from DocLM/libgphoto2
Ted Hess [Wed, 2 Jan 2019 14:30:36 +0000 (09:30 -0500)]
Merge pull request #7851 from DocLM/libgphoto2

libgphoto2: update package 2.5.22

5 years agolibgphoto2: update package 2.5.22 7851/head
Leonardo Medici [Wed, 2 Jan 2019 13:57:50 +0000 (14:57 +0100)]
libgphoto2: update package 2.5.22

Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
5 years agostrongswan: bump to 5.7.2
Stijn Tintel [Mon, 31 Dec 2018 18:45:23 +0000 (19:45 +0100)]
strongswan: bump to 5.7.2

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
5 years agoMerge pull request #7849 from cshoredaniel/pr-fix-py3-pip-setuptools-version
Hannu Nyman [Wed, 2 Jan 2019 12:42:00 +0000 (14:42 +0200)]
Merge pull request #7849 from cshoredaniel/pr-fix-py3-pip-setuptools-version

python3: Fix py3 pip and setuptools versions

5 years agoMerge pull request #7848 from neheb/vno
Ted Hess [Wed, 2 Jan 2019 11:54:25 +0000 (06:54 -0500)]
Merge pull request #7848 from neheb/vno

vpnc: Fix compilation without deprecated OpenSSL 1.0.2 APIs

5 years agopython3: Fix py3 pip and setuptools versions 7849/head
Daniel F. Dickinson [Wed, 2 Jan 2019 07:57:51 +0000 (02:57 -0500)]
python3: Fix py3 pip and setuptools versions

The update to Python 3.7.2 missed updating pip and setuptools versions,
so fix that.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agovpnc: Fix compilation without deprecated OpenSSL 1.0.2 APIs 7848/head
Rosen Penev [Wed, 2 Jan 2019 07:55:24 +0000 (23:55 -0800)]
vpnc: Fix compilation without deprecated OpenSSL 1.0.2 APIs

One missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoMerge pull request #7812 from neheb/pam2
Nikos Mavrogiannopoulos [Wed, 2 Jan 2019 07:45:04 +0000 (08:45 +0100)]
Merge pull request #7812 from neheb/pam2

libpam: Update to 1.3.1

5 years agoconserver: Fix compilation without deprecated OpenSSL 1.0.2 APIs 7844/head
Rosen Penev [Wed, 2 Jan 2019 07:42:22 +0000 (23:42 -0800)]
conserver: Fix compilation without deprecated OpenSSL 1.0.2 APIs

Two headers were missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoemailrelay: Remove unnecessary OpenSSL engine include 7842/head
Rosen Penev [Wed, 2 Jan 2019 07:35:26 +0000 (23:35 -0800)]
emailrelay: Remove unnecessary OpenSSL engine include

There's no usage of any ENGINE APIs and trying to include the header
breaks compilation with ENGINE support disabled.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agonft-qos: fix monitor doesn't work when firstboot 7827/head
Rosy Song [Tue, 1 Jan 2019 07:54:33 +0000 (15:54 +0800)]
nft-qos: fix monitor doesn't work when firstboot

Signed-off-by: Rosy Song <rosysong@rosinson.com>
5 years agolibsndfile: update to 42132c543358cee9f7c3e9e9b15bb6c1063a608e
Peter Wagner [Wed, 2 Jan 2019 00:02:44 +0000 (01:02 +0100)]
libsndfile: update to 42132c543358cee9f7c3e9e9b15bb6c1063a608e

Fixes CVE-2018-19758

5 years agoMerge pull request #5266 from dermoth/libndp
Ted Hess [Tue, 1 Jan 2019 19:03:11 +0000 (14:03 -0500)]
Merge pull request #5266 from dermoth/libndp

libndp: Add library/tool for Neighbor Discovery Protocol

5 years agoMerge pull request #7821 from commodo/python3-7-2
Hannu Nyman [Tue, 1 Jan 2019 10:54:48 +0000 (12:54 +0200)]
Merge pull request #7821 from commodo/python3-7-2

python3: bump to version 3.7.2

5 years agogitolite: Remove unecessary Makefile variables 7889/head
Daniel F. Dickinson [Thu, 27 Dec 2018 04:43:11 +0000 (23:43 -0500)]
gitolite: Remove unecessary Makefile variables

PKG_SOURCE_DIR and PKG_BUILD_DIR are just the default, so remove them
from the gitolite Makefile

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 years agoMerge pull request #7818 from commodo/python-CVE-2018-14647
Hannu Nyman [Mon, 31 Dec 2018 20:32:18 +0000 (22:32 +0200)]
Merge pull request #7818 from commodo/python-CVE-2018-14647

python: backport CVE-2018-14647 patches from upstream

5 years agoMerge pull request #7816 from commodo/pyasn1
Hannu Nyman [Mon, 31 Dec 2018 20:31:59 +0000 (22:31 +0200)]
Merge pull request #7816 from commodo/pyasn1

python-pyasn1: bump to version 0.4.5

5 years agopython3: bump to version 3.7.2 7821/head
Alexandru Ardelean [Mon, 31 Dec 2018 17:26:46 +0000 (19:26 +0200)]
python3: bump to version 3.7.2

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
5 years agoMerge pull request #7815 from commodo/tcpreplay
Ted Hess [Mon, 31 Dec 2018 16:44:23 +0000 (11:44 -0500)]
Merge pull request #7815 from commodo/tcpreplay

tcpreplay: bump to version 4.3.1

5 years agopython: backport CVE-2018-14647 patches from upstream 7818/head
Alexandru Ardelean [Mon, 31 Dec 2018 15:45:39 +0000 (17:45 +0200)]
python: backport CVE-2018-14647 patches from upstream

These patches are backports from Python 2.7 upstream.
The security issue is described here:
  https://nvd.nist.gov/vuln/detail/CVE-2018-14647

The Python bug report:
  https://bugs.python.org/issue34623

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
5 years agoMerge pull request #7809 from neheb/patch-5
Hannu Nyman [Mon, 31 Dec 2018 07:13:22 +0000 (09:13 +0200)]
Merge pull request #7809 from neheb/patch-5

ibrcommon: Remove uclibc++ usage

5 years agotcpreplay: bump to version 4.3.1 7815/head
Alexandru Ardelean [Sun, 30 Dec 2018 22:08:01 +0000 (00:08 +0200)]
tcpreplay: bump to version 4.3.1

This change bumps the version to 4.3.1.
Also, it changes the source archive to `tar.xz`

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
5 years agopython-pyasn1: bump to version 0.4.5 7816/head
Alexandru Ardelean [Sun, 30 Dec 2018 22:04:50 +0000 (00:04 +0200)]
python-pyasn1: bump to version 0.4.5

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
5 years agolibpam: Update to 1.3.1 7812/head
Rosen Penev [Sun, 30 Dec 2018 19:34:29 +0000 (11:34 -0800)]
libpam: Update to 1.3.1

Upstream switched to GitHub for releases. Follow suit.

Rearranged Makefile quite a bit to be more similar to other projects.

Added PKG_BUILD_PARALLEL for faster compilation.

Added PKG_CPE_ID for proper CVE tracking.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agolibndp: Add library/tool for Neighbor Discovery Protocol 5266/head
Thomas Guyot-Sionnest [Mon, 11 Dec 2017 06:58:26 +0000 (01:58 -0500)]
libndp: Add library/tool for Neighbor Discovery Protocol

This is a new package to add tooling for IPv6 Neighbor Discovery
Protocol, ndptool. Builds libndp and ndptool.

Signed-off-by: Thomas Guyot-Sionnest <dermoth@aei.ca>
5 years agowget: update to 1.20.1
Peter Wagner [Sun, 30 Dec 2018 19:20:59 +0000 (20:20 +0100)]
wget: update to 1.20.1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
5 years agoMerge pull request #7755 from jefferyto/python-dist-info
Hannu Nyman [Sun, 30 Dec 2018 18:16:38 +0000 (20:16 +0200)]
Merge pull request #7755 from jefferyto/python-dist-info

python/python3: fix .dist-info missing for setuptools and pip

5 years agoMerge pull request #7802 from BKPepe/youtube-dl
Hannu Nyman [Sun, 30 Dec 2018 18:15:22 +0000 (20:15 +0200)]
Merge pull request #7802 from BKPepe/youtube-dl

youtube-dl: update to version 2018.12.17

5 years agoMerge pull request #7810 from haodong/fish
Hannu Nyman [Sun, 30 Dec 2018 18:14:37 +0000 (20:14 +0200)]
Merge pull request #7810 from haodong/fish

fish: updated to v3.0.0, revert "apropos fix" for being fixed officially

5 years agofish: updated to v3.0.0, revert "apropos fix" for being fixed officially 7810/head
Hao Dong [Sun, 30 Dec 2018 17:27:54 +0000 (01:27 +0800)]
fish: updated to v3.0.0, revert "apropos fix" for being fixed officially

Signed-off-by: Hao Dong <halbertdong@gmail.com>
5 years agoibrcommon: Remove uclibc++ usage 7809/head
Rosen Penev [Sun, 30 Dec 2018 17:36:17 +0000 (09:36 -0800)]
ibrcommon: Remove uclibc++ usage

The dependent packages fail to build when using uclibc++ due to some
missing feature. It's probably easy to add a fix but for right now, switch
back to fix compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years agoyoutube-dl: update to version 2018.12.17 7802/head
Josef Schlehofer [Sat, 29 Dec 2018 09:22:15 +0000 (10:22 +0100)]
youtube-dl: update to version 2018.12.17

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agofindutils: polishing of Makefile 7541/head
Josef Schlehofer [Wed, 28 Nov 2018 17:38:46 +0000 (18:38 +0100)]
findutils: polishing of Makefile

Changes:
- added license
- added URL
- removed descriptions of individual packages
- added 'dummy' package: findutils, which contains 3 dependencies: find, xargs, locate

Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
5 years agoMerge pull request #7801 from tru7/libfmt
Hannu Nyman [Sat, 29 Dec 2018 18:30:47 +0000 (20:30 +0200)]
Merge pull request #7801 from tru7/libfmt

libfmt: bump to version 5.3.0

5 years agoCircleCI: Filter out Makefile in files and src directories when checking for modified...
Ted Hess [Sat, 29 Dec 2018 17:36:16 +0000 (12:36 -0500)]
CircleCI: Filter out Makefile in files and src directories when checking for modified packages

Signed-off-by: Ted Hess <thess@kitschensync.net>
5 years agoRevert 28ce922bd202e3153edaabe0ab03b39e6ebfcb81 - pushed from wrong branch
Ted Hess [Sat, 29 Dec 2018 17:43:53 +0000 (12:43 -0500)]
Revert 28ce922bd202e3153edaabe0ab03b39e6ebfcb81 - pushed from wrong branch

Signed-off-by: Ted Hess <thess@kitschensync.net>
5 years agoMerge branch 'dhcpdiscover' of https://github.com/aparcar/packages into cci-work
Ted Hess [Sat, 29 Dec 2018 16:55:08 +0000 (11:55 -0500)]
Merge branch 'dhcpdiscover' of https://github.com/aparcar/packages into cci-work

5 years agolibfmt: bump to version 5.3.0 7801/head
Othmar Truniger [Sat, 29 Dec 2018 13:29:57 +0000 (14:29 +0100)]
libfmt: bump to version 5.3.0

Signed-off-by: Othmar Truniger <github@truniger.ch>
5 years agoMerge pull request #7693 from neheb/patch-7
Hannu Nyman [Sat, 29 Dec 2018 10:32:07 +0000 (12:32 +0200)]
Merge pull request #7693 from neheb/patch-7

i2c-tools: Update to 4.1

5 years agoMerge pull request #7703 from neheb/patch-8
Hannu Nyman [Sat, 29 Dec 2018 10:31:45 +0000 (12:31 +0200)]
Merge pull request #7703 from neheb/patch-8

libuv: Update to 1.24.1