Jeffery To [Sun, 21 Jul 2019 20:42:54 +0000 (04:42 +0800)]
python,python3: Fix ctypes.util.find_library()
Python's ctypes.util.find_library() function currently doesn't work for
musl libraries/systems[1].
This adds a patch to fix this function, based on a patch from Alpine
Linux[2].
Fixes #9448.
[1]: https://bugs.python.org/issue21622
[2]: https://git.alpinelinux.org/aports/tree/main/python2/musl-find_library.patch
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Daniel Engberg [Sun, 21 Jul 2019 15:13:31 +0000 (17:13 +0200)]
Merge pull request #9530 from Andy2244/samba-4-9-11
samba4: revert to 4.9.11
Andy Walsh [Sun, 21 Jul 2019 14:01:01 +0000 (16:01 +0200)]
samba4: revert to 4.9.11
* revert to 4.9.x series (4.10 needs too many unofficial patches and has weird waf bugs)
* cleanup patches
* enable AD_DC build option again
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Rosen Penev [Thu, 4 Jul 2019 03:50:00 +0000 (20:50 -0700)]
openssh: Fix compilation with -Wimplicit-function
Upstream backport.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 14 Jul 2019 23:57:12 +0000 (16:57 -0700)]
etherwake: Remove obsolete uClibc patch
No such issue with uClibc-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 20 Jul 2019 16:59:11 +0000 (09:59 -0700)]
Merge pull request #9518 from neheb/nss
nss: Replace usleep with nanosleep
Rosen Penev [Sat, 20 Jul 2019 16:58:38 +0000 (09:58 -0700)]
Merge pull request #9519 from neheb/libre
libreswan: Replace usleep with nanosleep
Josef Schlehofer [Thu, 18 Jul 2019 16:56:17 +0000 (18:56 +0200)]
youtube-dl: update to version 2019.7.16
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Jeffery To [Tue, 16 Jul 2019 16:28:47 +0000 (00:28 +0800)]
golang: Update to 1.12.7
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Gerard Ryan [Sat, 13 Jul 2019 09:27:52 +0000 (19:27 +1000)]
docker-ce: Updated and added --init and --publish options
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Sat, 13 Jul 2019 09:24:33 +0000 (19:24 +1000)]
libnetwork: Added networking for docker-ce
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Thu, 4 Jul 2019 11:53:10 +0000 (21:53 +1000)]
tini: Added tini init utility
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Noble Pepper [Tue, 25 Jun 2019 13:18:06 +0000 (08:18 -0500)]
gcc: update to version 7.4.0, Add config options
for coping libc.a, libpthread.a and libstdc++ to target.
Add config option to eliminate need for -lstdc++ and -lgcc_pic
switches when linking statically
Signed-off-by: Noble Pepper <noblepepper@gmail.com>
Rosen Penev [Sat, 20 Jul 2019 00:39:22 +0000 (17:39 -0700)]
Merge pull request #9520 from danielkucera/minisatip
minisatip: pkg hash fix
Rosen Penev [Fri, 19 Jul 2019 15:18:28 +0000 (08:18 -0700)]
Merge pull request #9514 from mtelka/mini_snmpd-netifs
mini_snmpd: Allow up to 8 network interfaces
Daniel Kucera [Fri, 19 Jul 2019 12:30:06 +0000 (14:30 +0200)]
minisatip: pkg hash fix
Signed-off-by: Daniel Kucera <daniel.kucera@gmail.com>
Rosen Penev [Fri, 19 Jul 2019 07:41:11 +0000 (00:41 -0700)]
libreswan: Replace usleep with nanosleep
usleep is optionally unavailable with uClibc-ng.
Added PKG_LICENSE_FILES
Added PKG_CPE_ID for proper CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 19 Jul 2019 07:34:09 +0000 (00:34 -0700)]
nss: Replace usleep with nanosleep
usleep is deprecated and is optionally not available with uClibc-ng.
Added PKG_LICENSE_FILES.
Added PKG_CPE_ID for proper CVE tracking.
Other minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Marcel Telka [Thu, 18 Jul 2019 20:59:52 +0000 (22:59 +0200)]
mini_snmpd: Allow up to 8 network interfaces
This changes the init script to allow to monitor up to 8 network
interfaces. The support for up to 8 network interfaces was added to
mini_snmpd release 1.3 in November 2015.
Signed-off-by: Marcel Telka <marcel@telka.sk>
Rosen Penev [Thu, 18 Jul 2019 16:41:06 +0000 (09:41 -0700)]
Merge pull request #8589 from vk496/tesseract
tesseract: leptonica: add package
Rosen Penev [Thu, 18 Jul 2019 16:38:44 +0000 (09:38 -0700)]
Merge pull request #9221 from rkkoszewski/master
Add netifd script to control SSTP connections.
Valentín Kivachuk [Sun, 14 Jul 2019 15:45:45 +0000 (17:45 +0200)]
tesseract: add package
Tesseract is an open source text recognizer (OCR) Engine, available under the Apache 2.0 license. It can be used directly, or (for programmers) using an API to extract printed text from images. It supports a wide variety of languages.
Signed-off-by: Valentín Kivachuk <vk18496@gmail.com>
Eneas U de Queiroz [Wed, 17 Jul 2019 12:50:41 +0000 (09:50 -0300)]
oniguruma: fix CVE-2019-13224 & CVE-2019-13225
The patches were taken from upstream commits.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Rosen Penev [Wed, 17 Jul 2019 19:48:01 +0000 (12:48 -0700)]
Merge pull request #9502 from neheb/ggd
gddrescue: Do not build with uClibc-ng
Rosen Penev [Wed, 17 Jul 2019 17:02:05 +0000 (10:02 -0700)]
Merge pull request #9496 from tsl0922/ttyd-1.5.1
ttyd: update to 1.5.1
Luiz Angelo Daros de Luca [Wed, 17 Jul 2019 06:51:52 +0000 (03:51 -0300)]
switchdev-poller: makefile cleanup
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Luiz Angelo Daros de Luca [Sat, 22 Jun 2019 08:37:15 +0000 (05:37 -0300)]
switchdev-poller: fix license
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Luiz Angelo Daros de Luca [Wed, 17 Jul 2019 06:34:31 +0000 (03:34 -0300)]
trafficshaper: metadata and makefile cleanup
This results in minor metadata changes (spaces).
No need to bump release.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Rosen Penev [Wed, 17 Jul 2019 06:01:11 +0000 (23:01 -0700)]
Merge pull request #9122 from yaheath/isc-dhcp-remove-disable-tracing
isc-dhcp: Remove --disable-tracing from configure args
Shuanglei Tao [Tue, 16 Jul 2019 15:57:09 +0000 (23:57 +0800)]
ttyd: update to 1.5.1
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
Rosen Penev [Wed, 17 Jul 2019 05:44:05 +0000 (22:44 -0700)]
Merge pull request #9472 from lucize/nssup
nss: update to 3.45
Rosen Penev [Wed, 17 Jul 2019 05:42:13 +0000 (22:42 -0700)]
Merge pull request #9480 from neheb/soc
socat: Remove outdated musl patch
Rosen Penev [Wed, 17 Jul 2019 04:46:25 +0000 (21:46 -0700)]
Merge pull request #9483 from neheb/fio1
fio: Update to 3.15
champtar [Tue, 16 Jul 2019 23:55:33 +0000 (16:55 -0700)]
Merge pull request #9501 from jefferyto/circleci-usign
CircleCI: Add support for usign signatures
Rosen Penev [Tue, 16 Jul 2019 20:54:09 +0000 (13:54 -0700)]
gddrescue: Do not build with uClibc-ng
From the developer:
It seems that uClibc-ng is defining fgetc, fputc, feof, and ferror as
macros and not including them in std.
IMO this is a bug in uClibc-ng (maybe caused by lack of clarity in the
C++ standard), because even the C functions that are alowed to be
defined as macros (putc, getc) should be included in std for
consistency. Just imagine the chaos if std::getc were defined or
undefined depending on how it is implemented.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Jeffery To [Tue, 16 Jul 2019 20:27:01 +0000 (04:27 +0800)]
CircleCI: Add support for usign signatures
It appears snapshot target builds have switched from GPG signatures
(sha256sums.asc) to usign signatures (sha256sums.sig).
This adds support for verifying these usign signatures. (GPG signatures
will also be verified if found.)
This also restores the alphabetical ordering of packages to be installed
by apt-get.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Tue, 16 Jul 2019 20:16:46 +0000 (13:16 -0700)]
Merge pull request #9445 from neheb/softe
softethervpn: Really fix iconv support
Rosen Penev [Tue, 16 Jul 2019 20:10:03 +0000 (13:10 -0700)]
Merge pull request #9490 from neheb/msmt
msmtp: Update to 1.8.5
Rosen Penev [Tue, 16 Jul 2019 20:08:12 +0000 (13:08 -0700)]
Merge pull request #9488 from neheb/tan
tang: Update to version 7
Josef Schlehofer [Thu, 11 Jul 2019 19:42:32 +0000 (21:42 +0200)]
python-pyrsistent: add a new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Thu, 11 Jul 2019 20:14:57 +0000 (22:14 +0200)]
python-cachetools: add a new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Hannu Nyman [Tue, 16 Jul 2019 05:37:19 +0000 (08:37 +0300)]
Merge pull request #9473 from lucize/doveup
dovecot: update to 2.3.7
Rosen Penev [Mon, 15 Jul 2019 21:59:29 +0000 (14:59 -0700)]
msmtp: Update to 1.8.5
Small Makefile adjustments.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 15 Jul 2019 20:00:21 +0000 (13:00 -0700)]
tang: Update to version 7
Added License information.
Cleaned up Makefile for consistency between packages.
Added numerical prefixes to the patches for clarity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 15 Jul 2019 19:04:04 +0000 (12:04 -0700)]
Merge pull request #9485 from neheb/patch-17
lksctp-tools: Update to 1.0.18
Rosen Penev [Mon, 15 Jul 2019 18:43:58 +0000 (11:43 -0700)]
Merge pull request #9478 from neheb/eg
python-egenix-mx-base: Clean up Makefile
Rosen Penev [Sun, 14 Jul 2019 23:25:29 +0000 (16:25 -0700)]
python-egenix-mx-base: Clean up Makefile
The librt depends are not needed. EGLIBC is not even in the tree.
Rearranged some stuff for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Mon, 15 Jul 2019 13:23:55 +0000 (16:23 +0300)]
Merge pull request #9471 from SvenRoederer/collectd-routeros
collectd: add routeros-plugin and depending librouteros
Rosen Penev [Mon, 15 Jul 2019 00:40:37 +0000 (17:40 -0700)]
socat: Remove outdated musl patch
No longer needed with modern musl.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Daniel Engberg [Sun, 14 Jul 2019 23:32:09 +0000 (01:32 +0200)]
Merge pull request #9474 from dibdot/adblock
adblock: update 3.6.5-2
Daniel Engberg [Sun, 14 Jul 2019 23:08:31 +0000 (01:08 +0200)]
Merge pull request #8187 from JeremySTX/bluez-split
bluez: Move some Bluetooth utilties into their own package
Sven Roederer [Mon, 10 Jun 2019 13:18:26 +0000 (15:18 +0200)]
collectd: build RouterOS modules
This allows collectd to get data of Mikrotik devices in a improved way than via SNMP.
Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
Sven Roederer [Mon, 10 Jun 2019 13:13:43 +0000 (15:13 +0200)]
librouteros: add package
librouteros is a library to communicate with RouterOS, the operating system of MikroTik's
RouterBoards. It uses the API port provided by those systems to connect and talk to the
devices.
API connections must be explicitly enabled. To do so, issue the following command:
> /ip service enable api
Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
Dirk Brenken [Sun, 14 Jul 2019 20:13:49 +0000 (22:13 +0200)]
adblock: update 3.6.5-2
* clean-up config
- remove youtube source (not working, false positives)
- remove urlhaus source (false positives)
- remove zeus source (discontinued)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Lucian Cristian [Sun, 14 Jul 2019 20:08:01 +0000 (23:08 +0300)]
dovecot: update to 2.3.7
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Rosen Penev [Sun, 14 Jul 2019 20:00:54 +0000 (13:00 -0700)]
fio: Update to 3.15
Minor Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Lucian Cristian [Sun, 14 Jul 2019 19:56:38 +0000 (22:56 +0300)]
nss: update to 3.45
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Valentín Kivachuk [Sun, 14 Jul 2019 15:45:10 +0000 (17:45 +0200)]
leptonica: add package
Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications.
Signed-off-by: Valentín Kivachuk <vk18496@gmail.com>
Rosen Penev [Sun, 14 Jul 2019 14:58:38 +0000 (07:58 -0700)]
Merge pull request #9466 from mstorchak/tgt2
tgt: update to 1.0.79
Rosen Penev [Sun, 14 Jul 2019 14:53:32 +0000 (07:53 -0700)]
Merge pull request #9155 from Andy2244/cifsd
cifsd: add new package (kernel/cifsd and net/cifsd-tools)
Rosen Penev [Sun, 14 Jul 2019 14:50:50 +0000 (07:50 -0700)]
Merge pull request #9470 from Andy2244/samba4-readline-fix
samba4: add libreadline dep, cleanup old patches
Maxim Storchak [Sat, 13 Jul 2019 12:10:24 +0000 (15:10 +0300)]
tgt: update to 1.0.79
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Andy Walsh [Sun, 14 Jul 2019 12:57:44 +0000 (14:57 +0200)]
samba4: add libreadline dep, cleanup old patches
* add missing libreadline dep
* remove old patches
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Andy Walsh [Wed, 5 Jun 2019 07:54:57 +0000 (09:54 +0200)]
cifsd: add new package (kernel/cifsd and net/cifsd-tools)
* adds cifs/smb kernel server module (cifsd)
* adds userspace tools (cifsd, cifsadmin)
* has UCI support (compatible with samba configs)
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Rosen Penev [Sun, 14 Jul 2019 00:20:18 +0000 (17:20 -0700)]
Merge pull request #9467 from Shulyaka/master
postfix: bump version
Denis Shulyaka [Sat, 13 Jul 2019 21:37:56 +0000 (00:37 +0300)]
postfix: bump version
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
Rosen Penev [Sat, 13 Jul 2019 14:11:28 +0000 (07:11 -0700)]
Merge pull request #9440 from Andy2244/samba4-update-4-10-6
samba4: update to 4.10.6
Andy Walsh [Wed, 10 Jul 2019 12:40:01 +0000 (14:40 +0200)]
samba4: update to 4.10.6
* update to 4.10.6
* use python3
* disable SERVER_AD_DC option (bugged atm)
* fix init script symlink smb.conf detection
* add new deps (libtasn1, libopenssl)
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Yousong Zhou [Sat, 13 Jul 2019 09:52:16 +0000 (09:52 +0000)]
coreutils: add alternatives support
Fixes openwrt/packages#9290
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Josef Schlehofer [Thu, 11 Jul 2019 19:19:28 +0000 (21:19 +0200)]
youtube-dl: update to version 2019.7.12
Makefile reordering to be more consistent with other packages
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Wed, 10 Jul 2019 19:37:25 +0000 (12:37 -0700)]
softethervpn: Really fix iconv support
softethervpn overrides nls.mk by defining its iconv functions. This only
works if the libc has iconv. In addition, it does not allow external
libiconv usage. TARGET_LDFLAGS is also the wrong place to add -liconv.
Removed SSL3 patch. It was needed for OpenSSL 1.0.2 but not anymore.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 11 Jul 2019 17:41:20 +0000 (10:41 -0700)]
Merge pull request #9452 from Andy2244/softethervpn5-update-9671
softethervpn5: update to 5.01.9671
Jo-Philipp Wich [Thu, 11 Jul 2019 15:33:31 +0000 (17:33 +0200)]
Merge pull request #9453 from openwrt/revert-8157-rpcd-mod-poe
Revert "rpcd-mod-poe: add package"
Jo-Philipp Wich [Thu, 11 Jul 2019 15:32:33 +0000 (17:32 +0200)]
Revert "rpcd-mod-poe: add package"
Jo-Philipp Wich [Thu, 11 Jul 2019 15:15:04 +0000 (17:15 +0200)]
Merge pull request #8157 from aparcar/rpcd-mod-poe
rpcd-mod-poe: add package
Rosen Penev [Thu, 11 Jul 2019 15:11:54 +0000 (08:11 -0700)]
Merge pull request #9436 from cotequeiroz/oauthlib
python-oauthlib: update to 3.0.2 (bugfix release)
Rosen Penev [Thu, 11 Jul 2019 15:00:17 +0000 (08:00 -0700)]
Merge pull request #9450 from zhaojh329/wifidog-ng
wifidog-ng: Update to 2.0.1
Andy Walsh [Thu, 11 Jul 2019 14:55:19 +0000 (16:55 +0200)]
softethervpn5: update to 5.01.9671
* update to 5.01.9671
* switch to release tar's
* add cmake iconv and musl patches
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Alexandru Ardelean [Wed, 3 Jul 2019 09:05:05 +0000 (12:05 +0300)]
django-webpack-loader: update packaging format + add python3 variant
This change also updates the maintainer email to cotequeiroz@gmail.com, as
requested on a different change.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Wed, 3 Jul 2019 09:01:56 +0000 (12:01 +0300)]
django-statici18n: update packaging format + add python3 variant
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Wed, 3 Jul 2019 08:47:45 +0000 (11:47 +0300)]
django-simple-captcha: update packaging format + add python3 variant
This change also updates the maintainer email to cotequeiroz@gmail.com, as
requested on a different change.
Also, changing here is the download URL to github's codeload, since that
one offers .tar.gz archives.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Wed, 3 Jul 2019 08:23:46 +0000 (11:23 +0300)]
django-ranged-response: update packaging format + add python3 variant
This change also updates the maintainer email to cotequeiroz@gmail.com, as
requested on a different change.
Not updating deps here, since that will be done in the next changeset that
will convert packages to the Python[3] packaging format.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Thu, 11 Jul 2019 12:12:33 +0000 (15:12 +0300)]
seafile-seahub: use python-pillow as dep
The pillow package has been updated to the Python[3] packaging format, and
now the package names are `python-pillow` & `python3-pillow`.
This change updates seafile-seahub to use it.
Not updating other packages as they will be converted to Python[3]
packaging format.
And not bumping PKG_RELEASE here as it will be done in the last commit that
updates deps for seafile-seahub.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Thu, 11 Jul 2019 12:08:05 +0000 (15:08 +0300)]
python-qrcode: update Eneas' email as per prev request
The email change was part of a previous request from a different PR series.
In this series, the change is the only thing left to do (from what the
original changeset intended to do).
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Josef Schlehofer [Thu, 11 Jul 2019 11:51:07 +0000 (13:51 +0200)]
Merge pull request #8337 from BKPepe/python-qr
python-qrcode: add Python3
Josef Schlehofer [Thu, 11 Jul 2019 11:50:12 +0000 (13:50 +0200)]
Merge pull request #8715 from BKPepe/pillow
pillow: update to version 6.0.0, add Python3 variant
Jianhui Zhao [Thu, 11 Jul 2019 08:29:15 +0000 (16:29 +0800)]
wifidog-ng: Update to 2.0.1
Compatible with Linux kernel 4.18 and above
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Rosen Penev [Wed, 10 Jul 2019 22:00:50 +0000 (15:00 -0700)]
Merge pull request #9443 from danielkucera/minisatip
minisatip: add new package
Rosen Penev [Wed, 10 Jul 2019 21:07:24 +0000 (14:07 -0700)]
Merge pull request #9447 from cotequeiroz/logrotate-menu
logrotate: move config option to menu
Eneas U de Queiroz [Wed, 10 Jul 2019 20:23:15 +0000 (17:23 -0300)]
logrotate: move config option to menu
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Daniel Kucera [Wed, 20 Jun 2018 23:43:45 +0000 (01:43 +0200)]
minisatip: add new package
Minisatip is a multi-threaded satip server version 1.2 that runs
under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2,
DVB-C, DVB-C2, ATSC and ISDB-T cards.
https://github.com/catalinii/minisatip
Signed-off-by: Daniel Kucera <daniel.kucera@gmail.com>
Eneas U de Queiroz [Tue, 9 Jul 2019 18:46:27 +0000 (15:46 -0300)]
python-oauthlib: update to 3.0.2 (bugfix release)
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Rosen Penev [Wed, 10 Jul 2019 18:23:39 +0000 (11:23 -0700)]
Merge pull request #9371 from neheb/gpge
libgpg-error: Fix compilation with GAWK 5.0
Rosen Penev [Wed, 10 Jul 2019 18:23:20 +0000 (11:23 -0700)]
Merge pull request #9426 from neheb/fhfh
open2300: Switch to GitHub fork
Rosen Penev [Wed, 10 Jul 2019 18:22:51 +0000 (11:22 -0700)]
Merge pull request #9373 from neheb/log2
logrotate: Add ACL support
Jan Pavlinec [Wed, 10 Jul 2019 13:43:25 +0000 (15:43 +0200)]
irssi: update to version 1.2.1 (security fix)
Fixes CVE-2019-13045
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Josef Schlehofer [Tue, 9 Jul 2019 19:33:48 +0000 (21:33 +0200)]
python-sentry-sdk: Update to version 0.10.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Tue, 9 Jul 2019 18:56:33 +0000 (20:56 +0200)]
python3: Update to version 3.7.4
- Update setuptools to 40.8.0
- Update pip to 19.0.3
- Refreshed patches
- Removed 4 patches (2 of them was included in 3.7.3 and other two are
included in this release)
Makefile python3:
- Move PKG_MAINTAINER above PKG_LICENSE
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Wed, 10 Jul 2019 06:32:11 +0000 (23:32 -0700)]
Merge pull request #9415 from neheb/newt
newt: Fix compile with full NLS
Rosen Penev [Wed, 10 Jul 2019 02:21:58 +0000 (19:21 -0700)]
Merge pull request #9432 from cotequeiroz/wifidog
wifidog: fix getting ip from interface, cleanup