Commit Graph
15841 Commits
Author SHA1 Message Date
Rosen Penevandtripolar 80bad7073f etherwake: Remove obsolete uClibc patch
No such issue with uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-21 12:30:52 +02:00
Rosen Penev 3bceaf67dc perl-device-usb: Update to 0.38
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-20 19:22:45 -07:00
Rosen Penev ec84a5b59c perl-inline: Update to 0.83
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-20 19:15:26 -07:00
Rosen Penev 8ccbaf3ed0 perl-inline-c: Update to 0.81
Minor Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-20 19:09:49 -07:00
Rosen PenevandGitHub 640ae6efed Merge pull request #9518 from neheb/nss
nss: Replace usleep with nanosleep
2019-07-20 09:59:11 -07:00
Rosen PenevandGitHub b1a3042b9e Merge pull request #9519 from neheb/libre
libreswan: Replace usleep with nanosleep
2019-07-20 09:58:38 -07:00
Josef Schlehofer 621dd1f866 youtube-dl: update to version 2019.7.16
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-07-20 17:28:47 +02:00
Jeffery ToandYousong Zhou d0bf31431d golang: Update to 1.12.7
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-07-20 20:53:49 +08:00
Gerard RyanandYousong Zhou d815d4c048 docker-ce: Updated and added --init and --publish options
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-07-20 19:43:35 +08:00
Gerard RyanandYousong Zhou b7e378700a libnetwork: Added networking for docker-ce
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-07-20 19:43:35 +08:00
Gerard RyanandYousong Zhou 466132831f tini: Added tini init utility
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2019-07-20 19:43:35 +08:00
Philipp SchusterandRosen Penev 34db38520b softethervpn: Update to rtm version 4.29-9680
Update SoftEther VPN to the latest rtm version 4.29-9680

Compile tested: Atheros AR7xxx/AR9xxx, TP-LINK Archer C7 v2, 18.06.4

Signed-off-by: Philipp Schuster <philippschuster@gmx.com>
(rebased and refreshed patches).
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-19 23:17:52 -07:00
Noble PepperandRosen Penev 5caa181b17 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>
2019-07-19 22:14:11 -07:00
Rosen PenevandGitHub 1bb888f054 Merge pull request #9520 from danielkucera/minisatip
minisatip: pkg hash fix
2019-07-19 17:39:22 -07:00
Sebastian Kemper 2f7fbde7d6 sqlite3: bump to 3.29.0
Also drops upstreamed patch.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-07-19 21:21:10 +02:00
Rosen PenevandGitHub 0fd2c99da6 Merge pull request #9514 from mtelka/mini_snmpd-netifs
mini_snmpd: Allow up to 8 network interfaces
2019-07-19 08:18:28 -07:00
Jan Pavlinec f311ec0161 lmdb: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-07-19 16:12:38 +02:00
Daniel Kucera e2f9106a04 minisatip: pkg hash fix
Signed-off-by: Daniel Kucera <daniel.kucera@gmail.com>
2019-07-19 14:34:45 +02:00
Rosen Penev c1a9e69fef 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>
2019-07-19 00:42:32 -07:00
Rosen Penev 1f1cec28b7 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>
2019-07-19 00:37:13 -07:00
Rosen Penev 2accfd1e7a apfree-wifidog: Run init script through shellcheck
Also added a patch to fix compilation without deprecated OpenSSL APIs.

Minor Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-19 00:30:35 -07:00
Rosen Penev fadf2bfc14 socat: Fix compilation when usleep is missing
usleep is a legacy function that was removed in POSIX-2008. uClibc-ng can
be configured to compile without it. if out the code as it's not used.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-19 00:10:33 -07:00
Rosen Penev b5b776fc9a opendkim: Fix compilation with uClibc-ng
res_nsend and res_send are both not available in uClibc-ng as configured
in OpenWrt. Having this function return an error is the only sensible way
to fix.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-19 00:06:46 -07:00
Marcel Telka ea4f242a6b 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>
2019-07-18 23:05:36 +02:00
Rosen PenevandGitHub c8734591ca Merge pull request #8589 from vk496/tesseract
tesseract: leptonica: add package
2019-07-18 09:41:06 -07:00
Rosen PenevandGitHub 91c5bb87eb Merge pull request #9221 from rkkoszewski/master
Add netifd script to control SSTP connections.
2019-07-18 09:38:44 -07:00
Jan Pavlinec 70c62ef2d7 expat: update to version 2.2.7 (security fix)
Fixes:
CVE-2018-20843

Changes:
add PKG_CPE_ID
switch to xz
remove maintainer

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-07-18 13:56:02 +02:00
Valentín Kivachuk 9c8e7c6f52 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>
2019-07-18 11:38:04 +02:00
Eneas U de Queiroz e841d74b77 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>
2019-07-17 16:55:32 -03:00
Rosen PenevandGitHub 83fddf30c3 Merge pull request #9502 from neheb/ggd
gddrescue: Do not build with uClibc-ng
2019-07-17 12:48:01 -07:00
Rosen PenevandGitHub 8545dbd463 Merge pull request #9496 from tsl0922/ttyd-1.5.1
ttyd: update to 1.5.1
2019-07-17 10:02:05 -07:00
Eneas U de Queiroz a5aa5e7cfb luaposix: remove eglibc remnants
As a side-effect, this adds the getlogin function back when using glibc.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-07-17 10:00:21 -03:00
Luiz Angelo Daros de Luca b83212e67e switchdev-poller: makefile cleanup
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-07-17 03:51:52 -03:00
Luiz Angelo Daros de Luca 41f240db65 switchdev-poller: fix license
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-07-17 03:40:20 -03:00
Luiz Angelo Daros de Luca 2a91500cb5 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>
2019-07-17 03:37:12 -03:00
Rosen PenevandGitHub c02fd07381 Merge pull request #9122 from yaheath/isc-dhcp-remove-disable-tracing
isc-dhcp: Remove --disable-tracing from configure args
2019-07-16 23:01:11 -07:00
Rosen Penev 8c77bcc19f domoticz: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-16 22:57:06 -07:00
Shuanglei Tao 6181693bad ttyd: update to 1.5.1
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
2019-07-17 13:56:33 +08:00
Rosen PenevandGitHub d861fb7c00 Merge pull request #9472 from lucize/nssup
nss: update to 3.45
2019-07-16 22:44:05 -07:00
Rosen PenevandGitHub b91822d6fe Merge pull request #9480 from neheb/soc
socat: Remove outdated musl patch
2019-07-16 22:42:13 -07:00
Josef Schlehofer adaf400881 python-egenix-mx-base: Makefile polishing
Correct SPDX License Identifier

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-07-17 07:34:41 +02:00
Rosen PenevandGitHub 6eb9ffc1de Merge pull request #9483 from neheb/fio1
fio: Update to 3.15
2019-07-16 21:46:25 -07:00
champtarandGitHub 3b774ced07 Merge pull request #9501 from jefferyto/circleci-usign
CircleCI: Add support for usign signatures
2019-07-16 16:55:33 -07:00
Rosen Penev 9172e2828f 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>
2019-07-16 13:54:09 -07:00
Jeffery To acd48ceeb7 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>
2019-07-17 04:42:56 +08:00
Rosen PenevandGitHub 4fa58b2aff Merge pull request #9445 from neheb/softe
softethervpn: Really fix iconv support
2019-07-16 13:16:46 -07:00
Rosen PenevandGitHub b90fa49c17 Merge pull request #9490 from neheb/msmt
msmtp: Update to 1.8.5
2019-07-16 13:10:03 -07:00
Rosen PenevandGitHub 33c6232ca2 Merge pull request #9488 from neheb/tan
tang: Update to version 7
2019-07-16 13:08:12 -07:00
Josef Schlehofer 2fedc207bd python-pyrsistent: add a new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-07-16 15:41:17 +02:00
Josef Schlehofer 3decf75f97 python-cachetools: add a new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-07-16 15:40:47 +02:00