Rosen Penev
3c9c889e9e
Merge pull request #10287 from neheb/mai
...
emailrelay: Update to 2.1
2019-10-21 08:23:45 -07:00
Rosen Penev
221cd77315
Merge pull request #10244 from neheb/kl
...
klish: Remove unused libstdcpp dependency
2019-10-21 08:21:23 -07:00
Darryl Sokoloski
134a19dccf
netifyd: Updated to v2.93
...
Maintainer: Darryl Sokoloski / @dsokoloski
Compile tested: arm_cortex-a15_neon-vfpv4, TP-Link Archer C2600, master
Run tested: TP-Link Archer C2600
Change log for v2.93:
[IMP] FreeBSD: Added deploy target (package).
[IMP] Debian: Added OS detection.
[IMP] Ubuntu: Added OS detection.
[IMP] CentOS: Added OS detection.
[IMP] RedHat: Added OS detection.
[IMP] OpenWrt: Updated build documentation.
[FIX] Updated function names for enable/disable sink server.
Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
2019-10-21 10:48:38 -04:00
Jeffery To
1bacdd52f7
python,python3: Add PYPI_SOURCE_NAME to pypi.mk
...
This adds a new (optional) variable, PYPI_SOURCE_NAME, to pypi.mk.
For some PyPi packages (e.g. aiohttp_cors, click, django-compressor),
the name of the package and the source tarball name are slightly
different (usually by capitalisation or hyphen/underscore change).
This new variable is to make this difference explicit. PYPI_NAME is
meant for the "official" package name, whereas PYPI_SOURCE_NAME is meant
for the source tarball name.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-21 15:27:04 +02:00
Jeffery To
a8bf6a8bd6
python-ipaddress: Update to 1.0.23
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-21 21:10:55 +08:00
Jeffery To
46c43b29f7
python-automat: Update to 0.8.0
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-21 21:10:35 +08:00
Jeffery To
f2d744d31a
python-attrs: Update to 19.3.0
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-21 21:10:04 +08:00
Gerard Ryan
a1facd78f6
docker-ce: Updated to 19.03.3
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-10-21 21:08:08 +08:00
Gerard Ryan
be6c6b4d42
libnetwork: Updated to 45c71022 for docker 19.03.3
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-10-21 21:08:08 +08:00
Gerard Ryan
8a0cc11c16
containerd: Updated to 1.2.10
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-10-21 21:08:08 +08:00
Gerard Ryan
ead55805da
runc: Updated to 3e425f80 for containerd 1.2.10
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-10-21 21:08:08 +08:00
Alexandru Ardelean
48277ec915
python3: bump to version 3.8
...
This required a bit work to get working, compared to other versions. So,
some things have changed a bit more significantly.
Some highlights:
* there is no longer a pgen executable, seems this is now part of
libpython; let's see what this means for us in the future
* blake2 hash (from OpenSSL) detection needs some fixing; will upstream
added patch 002-fix-blake2-detection.patch
* removed all bpo patches; those should be fixed in upstream
* some needed to be manually re-applied as stuff changed:
- 001-enable-zlib.patch - file changed
- 004-do-not-write-bytes-codes.patch - file changed
- 015-abort-on-failed-modules.patch - variable was renamed
cross_compiling -> CROSS_COMPILING
* 017_lib2to3_fix_pyc_search.patch - the code changed, it does not seem to
have the original problem with respect to file-extension, as there
does not seem to be any special extension logic anymore there
* 006-remove-multi-arch-and-local-paths.patch - dropped patch; I can't
remember the full-details of this issue; it was something with
Debian/Ubuntu's multi-arch stuff; it was probably added maybe due to
some overzealous (on my part) thingy caused by some weird reports,
that I could never solve; let's have this patch dropped and see
* make package/python3/refresh to reduce fuzz for the rest
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-10-21 15:24:51 +03:00
Jeffery To
9d892e3cf8
python-cryptography: Update to 2.8
...
With this update, the package no longer depends on python-asn1crypto[1].
[1]: https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst#28---2019-10-16
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-21 13:41:33 +02:00
Florian Eckert
e2689219be
keepalived: update version to 2.0.19
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-10-21 07:43:22 +02:00
Stan Grishin
9f135a9042
vpnbypass: bugfix: PROCD command not found on stop
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-10-20 21:18:43 -07:00
Daniel F. Dickinson
26bcbd5e62
msmtp-scripts: Update msmtp-scripts
...
Update to 1.2.5.1 (latest stable release)
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-10-21 00:16:00 -04:00
Jeffery To
141ead6bd7
python-cffi: Update to 1.13.0
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-21 05:19:23 +08:00
Josef Schlehofer
6cb186012b
Merge pull request #10285 from BKPepe/golang
...
golang: Update to version 1.13.3
2019-10-20 20:51:08 +02:00
Rosen Penev
de4ed9178e
emailrelay: Update to 2.1
...
Remove uClibc++ reference. This requires C++11 features not provided by
uClibc++.
Added size optimizations as this package is huge.
Cleaned up Makefile for consistency between packages.
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-20 11:43:56 -07:00
Daniel Engberg
e210ba2b56
Merge pull request #10281 from BKPepe/netdata
...
netdata: Update to version 1.18.1
2019-10-20 18:34:57 +02:00
DENG Qingfang
3e608e77fe
lm-sensors: update to 3.6.0
...
Update lm-sensors to 3.6.0
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-10-20 22:40:31 +08:00
Josef Schlehofer
d8d736711d
git: Update to version 2.23.0
...
Refresh patches
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-20 12:53:29 +02:00
Rosen Penev
fa790f08de
Merge pull request #10284 from BKPepe/dnscrypt-proxy
...
dnscrypt-proxy2: Update to version 2.0.28
2019-10-19 18:13:24 -07:00
W. Michael Petullo
5bc9bb04c5
php7: mark /etc/config/php7-fastcgi as conffile
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-10-19 18:13:41 -04:00
Josef Schlehofer
10d55f63d6
golang: Update to version 1.13.3
...
Fixes CVE-2019-17596
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-19 22:53:25 +02:00
Rosen Penev
896a09ed1a
Merge pull request #10280 from BKPepe/sudo
...
sudo: Update to version 1.8.28p1
2019-10-19 13:52:11 -07:00
Josef Schlehofer
4370331d79
dnscrypt-proxy2: Update to version 2.0.28
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-19 22:33:53 +02:00
Josef Schlehofer
35b215dfff
sudo: Update to version 1.8.28p1
...
- Refreshed patches
- Remove inactive maintainer
Fixes: CVE-2019-14287
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-19 22:22:41 +02:00
Josef Schlehofer
603ead3ad8
netdata: Update to version 1.18.1
...
Enable PKG_BUILD_PARALLEL
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-19 19:09:48 +02:00
Dirk Brenken
0ace4a08c6
Merge pull request #10278 from dibdot/adblock
...
adblock: minor update 3.8.6-2
2019-10-19 16:05:22 +02:00
Dirk Brenken
a94610c88f
adblock: minor update 3.8.6-2
...
* fix service status message
* refine readme regarding reload cron job (provided by @novoid)
Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-10-19 16:01:20 +02:00
Rosen Penev
238d6e1f90
sispmctl: Reduce ipk size
...
Do not install static libraries or symlinks as actual files.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-18 15:28:43 -07:00
Rosen Penev
83be857cea
ncdu: Update to 1.14.1
...
Several Makefile cleanups for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-18 15:20:31 -07:00
Rosen Penev
5096509945
vala: Update to 0.46.3
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-18 15:06:57 -07:00
Rosen Penev
5decb769f4
sispmctl: Update to 4.2
...
Added license file.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-18 15:00:35 -07:00
Rosen Penev
04b9f209a0
msmtp: Update to 1.8.6
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-18 14:47:45 -07:00
Rosen Penev
4e3e656eed
fio: Update to 3.16
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-18 14:46:32 -07:00
Rosen Penev
758865fa16
Merge pull request #10242 from jefferyto/pypi-mk
...
python,python3: Add pypi makefile
2019-10-18 13:26:37 -07:00
Dirk Brenken
df5c52bcfe
Merge pull request #10271 from dibdot/travelmate
...
travelmate: update 1.5.0
2019-10-18 19:01:48 +02:00
Jeffery To
add4c42191
python,python3: Add pypi makefile
...
This adds pypi.mk, which can be included in Python packages that
download their sources from PyPI, to auto-fill various PKG_* variables
based on the value of PYPI_NAME.
This makefile should be included after $(TOPDIR)/rules.mk but before
$(INCLUDE_DIR)/package.mk (and $(INCLUDE_DIR)/host-build.mk).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-19 00:16:26 +08:00
Yousong Zhou
0412c20f1b
xl2tpd: fix building failure caused by pfc
...
Fixes openwrt/packages#10270
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-10-18 11:43:08 +00:00
Dirk Brenken
ab51b1ba34
travelmate: update 1.5.0
...
* add WPA3 support
* fix service status message
* refine trigger handling
Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-10-18 13:25:51 +02:00
Daniel Engberg
84d8403ded
Merge pull request #10256 from br101/bluez-5.51
...
bluez: Update to version 5.51
2019-10-18 10:59:29 +02:00
Rosen Penev
2fb334f8c4
Merge pull request #9706 from expiron/kcptun-updates
...
kcptun: bump to v20190809, merge config and service scripts
2019-10-17 18:36:47 -07:00
Rosen Penev
b288514308
klish: Remove unused libstdcpp dependency
...
This is not a C++ project.
Added PKG_BUILD_PARALLEL for faster compilation.
Cleaned up Makefile to modern standards.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-17 12:22:22 -07:00
Hannu Nyman
5bc14d1f3e
Merge pull request #10263 from Ansuel/fixuwsgi
...
uwsgi-cgi: fix #10235
2019-10-17 18:49:50 +03:00
Ansuel Smith
4d9358bbff
uwsgi-cgi: fix #10235
...
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-17 17:34:31 +02:00
Richard Yu
9e325b47cb
ttyd: update to 1.5.2 and add init script
...
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2019-10-17 17:50:48 +08:00
Rosen Penev
986f6c110d
Merge pull request #10168 from neheb/boooooooooooo
...
boost: Remove several host libraries
2019-10-16 18:19:04 -07:00
Rosen Penev
2285913b1a
Merge pull request #10259 from BKPepe/youtubedl
...
youtube-dl: Update to version 2019.10.16
2019-10-16 18:16:34 -07:00