Daniel Santos [Tue, 8 Jan 2019 12:48:03 +0000 (06:48 -0600)]
classpath: Fix breakage caused by -Werror=implicit-fallthrough
classpath builds with -Wextra and, unless configured with
--disable-werror, -Werror. Since GCC 7 added -Wimplicit-fallthrough=3
to -Wextra we need to make it not an error for code that doesn't use
__attribute__((fallthrough)) yet.
Signed-off-by: Daniel Santos <daniel.santos@pobox.com>
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>
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>
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
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>
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
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>
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
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
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
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
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
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
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>
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>
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
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>
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
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>
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>
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>
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>
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>
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>
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>
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
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
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>
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
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>
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>
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
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
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
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
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
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
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>
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>
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
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>
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.
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>
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>
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>
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>
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
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>
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>
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>
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>
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>
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>
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>
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
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
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
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>
Hannu Nyman [Wed, 2 Jan 2019 16:06:47 +0000 (18:06 +0200)]
Merge pull request #7541 from BKPepe/findutils
findutils: polishing of Makefile
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
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
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>
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>
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
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
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>
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>
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
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>
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>
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>
Peter Wagner [Wed, 2 Jan 2019 00:02:44 +0000 (01:02 +0100)]
libsndfile: update to
42132c543358cee9f7c3e9e9b15bb6c1063a608e
Fixes CVE-2018-19758
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
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
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>
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
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
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>
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
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>
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
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>
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>
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>
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>
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>
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
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
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
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>
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>
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>
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>
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
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>
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>
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
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>
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
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