Commit graph

15285 commits

Author SHA1 Message Date
Rosen Penev
16612bea78
Merge pull request #9280 from neheb/log
kea: Don't install to STAGING_DIR_HOST
2019-06-28 19:07:55 -07:00
Rosen Penev
d6a72daec9
log4cplus: Build in parallel
Added PKG/HOST_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-28 14:34:22 -07:00
Rosen Penev
d93fd61d62
kea: Don't install to STAGING_DIR_HOST
STAGING_DIR_HOST is for packages under tools/ , not host packages.

Reorganized Makefile for consistency between packages.

Added PKG/HOST_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-28 14:33:46 -07:00
Rosen Penev
732b1c4c0e nfs-kernel-server: Fix compile with uClibc-ng
NS_MAXMSG is not defined.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-28 20:12:15 +02:00
Rosen Penev
7fb0a94fb5
Merge pull request #9333 from neheb/hap
haproxy: Fix compilation without deprecated OpenSSL APIs
2019-06-27 13:00:38 -07:00
Rosen Penev
3bf6085db9
Merge pull request #9341 from lucize/nssup
nss: update to 3.44.1
2019-06-27 08:20:06 -07:00
Lucian Cristian
9a4dae73b4 nss: update to 3.44.1
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-06-27 17:20:57 +03:00
Rosen Penev
49382922f8 haproxy: Fix compilation without deprecated OpenSSL APIs
It seems there is a mistake in the version I sent upstream.

Cleaned up Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-27 00:31:37 -07:00
Dirk Brenken
2138012a2e
Merge pull request #9331 from dibdot/travelmate
travelmate: update 1.4.8
2019-06-27 08:17:19 +02:00
Josef Schlehofer
81e9b8c233
Merge pull request #9328 from cotequeiroz/seahub-flup
seafile-seahub: adjust to flup rename
2019-06-27 05:33:42 +02:00
Deng Qingfang
868f29d4ee bind: update to 9.14.3
Fixed CVE-2019-6471

ChangeLog: https://ftp.isc.org/isc/bind9/9.14.3/CHANGES

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-06-26 16:25:44 -07:00
Eneas U de Queiroz
523c52f6f2 python3: use _python_sysroot for cross-compilation
This patch, taken from buildroot, avoids the use of host paths when
compiling third-party extensions.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-06-26 18:50:07 -03:00
Dirk Brenken
8335e6e76c
travelmate: update 1.4.8
* optimize the main scan/iwinfo call (performance & system load):
  - remove a needless f_trim function call
  - remove a redundant awk call
  - reduce the scan buffer size and
    make it configurable (trm_scanbuffer, default 1024 bytes)
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-06-26 22:30:36 +02:00
Rosen Penev
de34fb0669
Merge pull request #9312 from neheb/lnk
linknx: Fix compilation with libiconv
2019-06-26 12:32:53 -07:00
Eneas U de Queiroz
4be2aa45d4
seafile-seahub: adjust to flup rename
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-06-26 14:12:24 -03:00
Rosen Penev
ccedb509de
Merge pull request #9324 from sotux/master-ddns-scripts
ddns-scripts: modify deSEC update url
2019-06-26 09:42:58 -07:00
Rosen Penev
b268532566
Merge pull request #9285 from neheb/ele2
elektra: Fix compilation with uClibc-ng
2019-06-26 09:31:05 -07:00
Josef Schlehofer
166c4ac5be
Merge pull request #9261 from BKPepe/flup
flup: migrate to Python3 and add src package
2019-06-26 14:50:24 +02:00
James Qian
e4951651e2 ddns-scripts: modify deSEC update url
the latest update url format for deSEC is
http(s)://update.dedyn.io/update?username=[USERNAME]&password=[PWD]

Signed-off-by: James Qian <sotux82@gmail.com>
2019-06-26 16:47:12 +08:00
Rosen Penev
1084c60655
Merge pull request #9323 from luizluca/hplip-nopython
hplip: python is not needed even for build
2019-06-25 22:17:35 -07:00
Rosen Penev
881e6667fe
Merge pull request #9082 from jefferyto/radicale-py2-removal
radicale: Remove Py2 variant, rename Py3 variant
2019-06-25 19:07:21 -07:00
Rosen Penev
c5d7317c47
Merge pull request #9223 from BKPepe/itsdangerous
itsdangerous: Makefile polishing
2019-06-25 19:00:41 -07:00
Rosen Penev
e4f3ea44de
Merge pull request #9222 from ekinzie/luajit-64
luajit: fix building for 64-bit targets
2019-06-25 18:23:38 -07:00
Josef Schlehofer
a5b2ba9b4d
flup: add Python3 variant and src package
- Add PKG_LICENSE_FILES
- Reorder things in Makefile
- Add dependency python3-logging otherwise I cannot import
flup.server.ajp
flup.server.scgi

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-06-26 03:19:07 +02:00
Rosen Penev
fec9257655
linknx: Fix compilation with libiconv
This applies to uClibc-ng and libiconv-full

Switched to building with uClibc++.

Fixed license information.

Fixed BUILD_DEPENDS.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-25 16:23:23 -07:00
Rosen Penev
7d7580615f
Merge pull request #9304 from James-TR/update/pdns-auth
pdns-auth: Bump version to 4.1.10
2019-06-25 08:45:37 -07:00
Nikos Mavrogiannopoulos
400bf225c4
Merge pull request #9309 from neheb/openc
openconnect: Fix DTLS with OpenSSL
2019-06-25 15:07:15 +02:00
Florian Eckert
b11329055f
Merge pull request #9320 from James-TR/dnsdist-cpe-id
dnsdist: Add PKG_CPE_ID field to Makefile
2019-06-25 13:46:57 +02:00
James Taylor
fe97f8a80e dnsdist: Add PKG_CPE_ID field to Makefile
Adding the PKG_CPE_ID field to the Makefile for dnsdist

Signed-off-by: James Taylor <james@jtaylor.id.au>
2019-06-25 21:01:51 +10:00
James Taylor
a8597e6d3e pdns-auth: Bump version to 4.1.10
PowerDNS released two new versions which together add some features and address security issues.
Changelog: https://doc.powerdns.com/authoritative/changelog/4.1.html

This release and 4.1.9 together fix the following security advisories:

PowerDNS Security Advisory 2019-04 (CVE-2019-10162)
PowerDNS Security Advisory 2019-05 (CVE-2019-10163)

Signed-off-by: James Taylor <james@jtaylor.id.au>
2019-06-25 20:01:33 +10:00
Luiz Angelo Daros de Luca
f6b6fed942 hplip: python is not needed for build
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2019-06-25 04:24:24 -03:00
Dirk Brenken
b35a2b5c8c
Merge pull request #9305 from dibdot/mc
mc: update to 4.8.23
2019-06-25 07:46:02 +02:00
Rosen Penev
d4a84ba4c7
Merge pull request #9267 from ysc3839/frp
frp: add new package
2019-06-24 11:06:06 -07:00
Rosen Penev
6dbbc17b1f openconnect: Fix DTLS with OpenSSL
Backported upstream patches that fix this.

Removed local patch that fixes libp11 with version 0.4.7, which is not
used anymore. Upstream has a different solution.

License fixes and Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-24 10:58:20 -07:00
Dirk Brenken
81eccbf480
mc: update to 4.8.23
* bump to release 4.8.23, see
https://midnight-commander.org/wiki/NEWS-4.8.23
* (re-)enable VFS support by default

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-06-24 16:23:53 +02:00
Rosen Penev
b4015743ce
Merge pull request #9302 from micmac1/mariadb-arc-aio
mariadb: add dependency on libaio for arc as well
2019-06-24 07:19:25 -07:00
Jonas Gorski
9063c9a601 znc: update to 1.7.4
Fixes CVE-2019-12816.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
2019-06-24 14:45:36 +02:00
Sebastian Kemper
c571c37e5c mariadb: add dependency on libaio for arc as well
Now that libaio compiles on arc targets we need to add the dependency to
libaio on these targets as well.

resolves #9298

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-06-24 10:38:25 +02:00
Rosen Penev
1d8646c3ac
Merge pull request #9301 from neheb/n4342
pfring: Update to 7.4.0
2019-06-23 19:16:24 -07:00
Rosen Penev
4e5b6ae5a8
pfring: Update to 7.4.0
Fixes compilation with kernel 4.19.

Added PKG_BUILD_PARALLEL for faster compilation.

Some small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-23 18:31:58 -07:00
Rosen Penev
11ca10f0e5
Merge pull request #9295 from neheb/gam
gammu: Update to 1.40.0
2019-06-23 08:12:22 -07:00
Rosen Penev
d62098470f
Merge pull request #9183 from James-TR/pdns-auth
pdns: add package
2019-06-23 07:51:18 -07:00
Rosen Penev
f3887e746d
Merge pull request #9293 from BKPepe/boost
boost: Makefile polishing and fix raw kconfig syntax
2019-06-23 07:47:31 -07:00
Rosen Penev
0f9db08be3
Merge pull request #9296 from gladiac1337/haproxy-v2.0.0-fix
haproxy: Fix issue #9294 & update patches
2019-06-23 07:45:12 -07:00
Christian Lachner
f8268e442c haproxy: Fix issue #9294 & update patches
The arc700 target (and probably others) uses uclibc as it's c-library. However,
uClibc's libcrypt seems to not support the crypt_data struct which broke
the build. This fix adds a new build-target to haproxy which does not use
libcrypt. Summing up, this commit does:
- Add support for uclibc to haproxy with libcrypt disabled
- Add detection of c-library to configure the correct build-target
- Silence additional warnings
- Update patches

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-06-23 13:39:12 +02:00
Daniel Engberg
778d025e08
Merge pull request #9291 from BKPepe/youtube
youtube-dl: Update to version 2019.6.21
2019-06-23 07:39:19 +02:00
Rosen Penev
3314964e63
Merge pull request #9281 from neheb/dos
dosfsutils: Properly fix iconv linking
2019-06-22 14:04:37 -07:00
Rosen Penev
2e2929366b gammu: Update to 1.40.0
Cleaned up Makefile for consistency between packages.

Switched to CMAKE_INSTALL to get rid of the InstallDev section.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-22 13:16:06 -07:00
Rosen Penev
e0e997350f
Merge pull request #9257 from neheb/bn
libaio: Update to 0.3.112
2019-06-22 12:30:24 -07:00
Jo-Philipp Wich
af4cacd108
boost: fix raw kconfig syntax
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-06-22 19:30:25 +02:00