]>
git.99rst.org Git - openwrt-packages.git/log
Amol Bhave [Sat, 29 Dec 2018 20:17:29 +0000 (12:17 -0800)]
libdouble-conversion: Add host build to libdouble-conversion
This change adds the ability to produce host static build for the
libdouble-conversion library. Other host build tools can now depend on
this library if they need it.
Tested on a x86_64 host build machine.
make package/libdouble-conversion/host/compile produces
staging_dir/hostpkg/lib/libdouble-conversion.a file
Signed-off-by: Amol Bhave <redacted>
Amol Bhave [Tue, 25 Sep 2018 03:30:49 +0000 (20:30 -0700)]
libre2: add re2 package
RE2 is a fast, safe, thread-friendly alternative to backtracking regular
expression engines like those used in PCRE, Perl, and Python. It is a
C++ library.
Signed-off-by: Amol Bhave <redacted>
Rosen Penev [Tue, 2 Apr 2019 20:48:53 +0000 (13:48 -0700)]
Merge pull request #8021 from val-kulkov/openldap-package
openldap-server: enable crypt(3) passwords
Rosen Penev [Tue, 2 Apr 2019 20:28:28 +0000 (13:28 -0700)]
Merge pull request #4932 from hbl0307106015/log4cplus
log4cplus: add new package
Rosen Penev [Tue, 2 Apr 2019 20:27:00 +0000 (13:27 -0700)]
Merge pull request #4930 from hbl0307106015/botan
botan: add new package
Rosen Penev [Tue, 2 Apr 2019 20:24:58 +0000 (13:24 -0700)]
Merge pull request #7752 from yangfl/freeradius3
freeradius3: Add support for SQL
Rosen Penev [Tue, 2 Apr 2019 20:16:35 +0000 (13:16 -0700)]
Merge pull request #8573 from neheb/luasec
luasec: Replace -fPIC with $(FPIC)
Rosen Penev [Tue, 2 Apr 2019 04:32:32 +0000 (21:32 -0700)]
luasec: Replace -fPIC with $(FPIC)
Currently i386 and the PPC targets have issues linking issues.
https://github.com/openwrt/packages/issues/3319
says that replacing -fPIC with -fpic works.
Patch added to avoid package overriding settings set by toolchain and make
compilation less noisy
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Tue, 2 Apr 2019 19:57:32 +0000 (12:57 -0700)]
Merge pull request #8575 from neheb/loas
luasocket: Replace -fpic with $(FPIC)
Rosen Penev [Tue, 2 Apr 2019 07:05:37 +0000 (00:05 -0700)]
luasocket: Replace -fpic with $(FPIC)
This is causing linking errors on i386 and ppc.
Also removed custom warnings an optimization levels that override stock
settings.
Signed-off-by: Rosen Penev <redacted>
Eneas U de Queiroz [Thu, 21 Feb 2019 10:47:12 +0000 (07:47 -0300)]
openssh: adjust engine support to openssl 1.1.1
Openssl 1.1.1 package in openwrt enabled more than just the devcrypto
engine, so the engine support in openssh should be enabled when general
engine support is enabled in openssl.
Signed-off-by: Eneas U de Queiroz <redacted>
Karel Kočí [Mon, 1 Apr 2019 10:31:03 +0000 (12:31 +0200)]
btrfs-progs: make zstd optional
This adds choice to compile support for zstd or not.
Signed-off-by: Karel Kočí <redacted>
David Yang [Tue, 2 Apr 2019 13:59:46 +0000 (21:59 +0800)]
freeradius3: update to 3.0.18
Signed-off-by: David Yang <redacted>
David Yang [Sat, 22 Dec 2018 08:41:09 +0000 (16:41 +0800)]
freeradius3: Add support for SQL
Signed-off-by: David Yang <redacted>
Yousong Zhou [Tue, 2 Apr 2019 06:45:02 +0000 (06:45 +0000)]
qemu: explicitly disable dependency on libpmem, libudev, libxml2
Supersedes openwrt/packages#8571
Reported-by: Rosen Penev rosenp@gmail.com
Signed-off-by: Yousong Zhou <redacted>
Yousong Zhou [Tue, 2 Apr 2019 06:39:18 +0000 (06:39 +0000)]
qemu: sort --disable-xx list
Signed-off-by: Yousong Zhou <redacted>
Rosen Penev [Tue, 2 Apr 2019 04:21:36 +0000 (21:21 -0700)]
snort3: Remove lzma dependency
Signed-off-by: Rosen Penev <redacted>
BangLang Huang [Fri, 13 Oct 2017 13:42:10 +0000 (21:42 +0800)]
botan: add new package
Botan (Japanese for peony) is a cryptography library written in C++11
and released under the permissive Simplified BSD license.
Botan's goal is to be the best option for cryptography in new C++ code
by offering the tools necessary to implement a range of practical
systems, such as TLS/DTLS, PKIX certificate handling, PKCS#11 and TPM
hardware support, password hashing, and post quantum crypto schemes. In
addition to the C++, botan has a C89 API specifically designed to be
easy to call from other languages. A Python binding using ctypes calling
the C89 API is included.
github: https://github.com/randombit/botan
Signed-off-by: BangLang Huang <redacted>
Daniel Engberg [Mon, 1 Apr 2019 21:37:49 +0000 (23:37 +0200)]
Merge pull request #8228 from lucize/libpci
pciutils: add support for libpci
Lucian Cristian [Fri, 15 Feb 2019 18:50:26 +0000 (20:50 +0200)]
pciutils: add support for libpci
fix install dev for packages that needs LIBPCI
and add me as a mantainer
Signed-off-by: Lucian Cristian <redacted>
Rob White [Mon, 1 Apr 2019 20:33:06 +0000 (21:33 +0100)]
libmicrohttpd: Revert to Named no-ssl Version
Maintainer: Alexander Couzens lynxis@fe80.eu
Compile Tested: Snapshot SDK
Run Tested: target - ath79, hardware - gl-ar300m16, package - nodogsplash v3.2.1 and nodogsplash v3.3.1-beta, Openwrt Snapshot.
Description: Fix for issue #8180 and resubmitted PR #8563 - Any package with a dependency on the non-ssl version of libmicrohttpd ends up with the ssl version along with libgcrypt, libgnutls, .. This fix reverts the no-ssl version name from libmicrohttpd back to libmicrohttpd-no-ssl as it was in previous versions.
The two package names will now be libmicrohttpd-no-ssl and libmicrohttpd-ssl.
Signed-off-by: Rob White <redacted>
Rosen Penev [Mon, 1 Apr 2019 20:14:37 +0000 (13:14 -0700)]
Merge pull request #8566 from neheb/sof
softethervpn: Fix compilation under 64-bit targets
Rosen Penev [Mon, 1 Apr 2019 19:43:37 +0000 (12:43 -0700)]
softethervpn: Fix compilation under 64-bit targets
-m64 is not compatible with OpenWrt's compilers.
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Sun, 31 Mar 2019 20:57:08 +0000 (13:57 -0700)]
unbound: Make ECDSA support explicit
Added a dependency to OPENSSL_WITH_EC to prevent any build failures.
Switched URLs to HTTPS.
Added PKG_CPE_ID for proper CVE tracking.
Some Makefile reorganization for consistency between packages.
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Mon, 1 Apr 2019 19:20:23 +0000 (12:20 -0700)]
Merge pull request #8564 from ammubhave/bump_boost
boost: bump pkg release
Rosen Penev [Mon, 1 Apr 2019 18:40:22 +0000 (11:40 -0700)]
Merge pull request #8554 from neheb/dc
libdouble-conversion: Update to 3.1.4
Rosen Penev [Mon, 1 Apr 2019 18:39:28 +0000 (11:39 -0700)]
Merge pull request #8555 from neheb/fio
fio: Fix compilation under mpcore.
Rosen Penev [Mon, 1 Apr 2019 18:34:32 +0000 (11:34 -0700)]
Merge pull request #8417 from cotequeiroz/luasql-flags
luasql: fix variants LDFLAGS
Amol Bhave [Sat, 5 Jan 2019 14:42:25 +0000 (06:42 -0800)]
boost: bump pkg release
PR #7126 updated the Makefile but didn't bump the pkg release version
Signed-off-by: Amol Bhave <redacted>
Hannu Nyman [Mon, 1 Apr 2019 17:11:57 +0000 (20:11 +0300)]
Merge pull request #8559 from nxhack/homebridge_0_4_47
node-homebridge: update to 0.4.47
Hannu Nyman [Mon, 1 Apr 2019 17:11:38 +0000 (20:11 +0300)]
Merge pull request #8557 from gladiac1337/feature-haproxy-v1.8.19-updates
haproxy: Update all patches for HAProxy v1.8.19
Yousong Zhou [Mon, 1 Apr 2019 15:37:16 +0000 (15:37 +0000)]
shadowsocks-libev: add a "forward all" recipe
Rosen Penev [Mon, 1 Apr 2019 10:47:42 +0000 (03:47 -0700)]
Merge pull request #8089 from ja-pa/openocd-security-fix
openocd: patch security issue
Jan Pavlinec [Thu, 31 Jan 2019 12:20:19 +0000 (13:20 +0100)]
openocd: patch security issue
CVE-2018-5704 - https://nvd.nist.gov/vuln/detail/CVE-2018-5704
Signed-off-by: Jan Pavlinec <redacted>
BangLang Huang [Thu, 12 Oct 2017 08:37:55 +0000 (16:37 +0800)]
log4cplus: add new package
log4cplus is a simple to use C++11 logging API providing thread--safe,
flexible, and arbitrarily granular control over log management and
configuration. It is modeled after the Java log4j API.
wiki: https://sourceforge.net/p/log4cplus/wiki/Home/
github: https://github.com/log4cplus/log4cplus
Signed-off-by: BangLang Huang <redacted>
Jonas Gorski [Mon, 1 Apr 2019 09:09:02 +0000 (11:09 +0200)]
znc: update to 1.7.3
Fixes CVE-2019-9917 (only affects modpython)
Signed-off-by: Jonas Gorski <redacted>
Rosen Penev [Mon, 1 Apr 2019 09:06:31 +0000 (02:06 -0700)]
Merge pull request #8191 from jefferyto/sysstat-init
sysstat: Update init script
Rosen Penev [Mon, 1 Apr 2019 09:05:37 +0000 (02:05 -0700)]
Merge pull request #8183 from jefferyto/hd-idle-init
hd-idle: Update init script
Rosen Penev [Mon, 1 Apr 2019 08:59:27 +0000 (01:59 -0700)]
Merge pull request #8558 from Cynerd/btrfs-progs-zstd
btrfs-progs: add support for zstd
Christian Lachner [Mon, 1 Apr 2019 08:18:45 +0000 (10:18 +0200)]
haproxy: Update all patches for HAProxy v1.8.19
- Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.19.html)
- Raise PKG_RELEASE to 3
Signed-off-by: Christian Lachner <redacted>
Josef Schlehofer [Thu, 28 Feb 2019 10:25:53 +0000 (11:25 +0100)]
python-curl: Add variant for Python3
- Use mbedTLS as default and add patches for it
- Use files.pythonhosted.org in PKG_SOURCE_URL
- Changed description
- Reordered things in Makefile
Signed-off-by: Josef Schlehofer <redacted>
Rosen Penev [Mon, 1 Apr 2019 07:06:41 +0000 (00:06 -0700)]
tor: Remove zstd dependency
Now that zstd is in the tree, tor stars to pick it up.
Signed-off-by: Rosen Penev <redacted>
Hirokazu MORIKAWA [Mon, 1 Apr 2019 06:53:25 +0000 (15:53 +0900)]
node-homebridge: update to 0.4.47
Update to 0.4.47
Some document update.
Add ability to publish external accessory separately.
Signed-off-by: Hirokazu MORIKAWA <redacted>
Rosen Penev [Mon, 1 Apr 2019 06:52:39 +0000 (23:52 -0700)]
Merge pull request #8118 from jefferyto/pptpd-init
pptpd: Update init script
Karel Kočí [Mon, 1 Apr 2019 05:42:18 +0000 (07:42 +0200)]
btrfs-progs: add support for zstd
This allows BTRFS encryption using zstd. Using zstd can increase
performance.
This change increases size of btrfs-progs only by 4K. The real effect on
size is only size of libzstd which is around 500K. This should be fine
on system requiring BTRFS so no variant without zstd was added.
Signed-off-by: Karel Kočí <redacted>
Rosy Song [Wed, 2 Jan 2019 06:29:37 +0000 (14:29 +0800)]
rosy-file-server: add new package
Signed-off-by: Rosy Song <redacted>
Rosen Penev [Mon, 1 Apr 2019 04:22:58 +0000 (21:22 -0700)]
fio: Fix compilation under mpcore.
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Mon, 1 Apr 2019 03:51:19 +0000 (20:51 -0700)]
libdouble-conversion: Update to 3.1.4
Added patch to fix compilation on big endian ARM.
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Mon, 1 Apr 2019 03:29:31 +0000 (20:29 -0700)]
Merge pull request #8103 from jefferyto/e2guardian-init
e2guardian: Update init script
Rosen Penev [Mon, 1 Apr 2019 03:28:13 +0000 (20:28 -0700)]
Merge pull request #8101 from jefferyto/aria2-init
aria2: Update init script
Rosen Penev [Mon, 1 Apr 2019 03:23:58 +0000 (20:23 -0700)]
Merge pull request #8122 from jefferyto/squid-init
squid: Update init script
Rosen Penev [Mon, 1 Apr 2019 03:08:55 +0000 (20:08 -0700)]
Merge pull request #8549 from neheb/gpg
libgpg-error: Update to 1.36
Josef Schlehofer [Mon, 1 Apr 2019 00:50:10 +0000 (02:50 +0200)]
Merge pull request #8526 from BKPepe/voluptuous-serialize
python-voluptuous-serialize: add package for Python3
Josef Schlehofer [Mon, 1 Apr 2019 00:45:48 +0000 (02:45 +0200)]
Merge pull request #8485 from BKPepe/aiohttp
python-aiohttp: add a new package
Josef Schlehofer [Mon, 1 Apr 2019 00:43:53 +0000 (02:43 +0200)]
Merge pull request #8551 from BKPepe/pyotp
python-pyotp: add new package for Python3
Josef Schlehofer [Mon, 1 Apr 2019 00:43:02 +0000 (02:43 +0200)]
Merge pull request #8481 from BKPepe/yarl
python-yarl: add a new package
Josef Schlehofer [Mon, 1 Apr 2019 00:41:36 +0000 (02:41 +0200)]
Merge pull request #8484 from BKPepe/async_timeout
async-timeout: add a new package
Josef Schlehofer [Mon, 1 Apr 2019 00:40:53 +0000 (02:40 +0200)]
Merge pull request #8515 from BKPepe/python-slugify
python-slugify: add new package for Python3
Josef Schlehofer [Mon, 1 Apr 2019 00:40:04 +0000 (02:40 +0200)]
Merge pull request #8503 from BKPepe/voluptuous
python-voluptuous: add a new package
Josef Schlehofer [Mon, 1 Apr 2019 00:39:31 +0000 (02:39 +0200)]
Merge pull request #8480 from BKPepe/multidict
python-multidict: add a new package
Josef Schlehofer [Tue, 26 Mar 2019 22:55:05 +0000 (23:55 +0100)]
python-voluptuous-serialize: add package for Python3
Signed-off-by: Josef Schlehofer <redacted>
Josef Schlehofer [Sun, 24 Mar 2019 16:58:15 +0000 (17:58 +0100)]
python-aiohttp: add a new package
Signed-off-by: Josef Schlehofer <redacted>
Josef Schlehofer [Sun, 24 Mar 2019 13:17:26 +0000 (14:17 +0100)]
python-yarl: add a new package
Signed-off-by: Josef Schlehofer <redacted>
Josef Schlehofer [Sun, 24 Mar 2019 13:50:54 +0000 (14:50 +0100)]
async-timeout: add a new package
Signed-off-by: Josef Schlehofer <redacted>
Josef Schlehofer [Sat, 30 Mar 2019 22:17:26 +0000 (23:17 +0100)]
python-pyotp: add new package for Python3
Signed-off-by: Josef Schlehofer <redacted>
Josef Schlehofer [Sun, 24 Mar 2019 12:59:33 +0000 (13:59 +0100)]
python-multidict: add a new package
Signed-off-by: Josef Schlehofer <redacted>
Josef Schlehofer [Wed, 27 Mar 2019 15:13:33 +0000 (16:13 +0100)]
python-slugify: add Python3 package
Signed-off-by: Josef Schlehofer <redacted>
Rosen Penev [Sun, 31 Mar 2019 21:57:48 +0000 (14:57 -0700)]
Merge pull request #7879 from ammubhave/add_zstd_to_boost
boost: Add zstd as a dependency to boost-iostream
Rosen Penev [Sun, 31 Mar 2019 21:54:43 +0000 (14:54 -0700)]
Merge pull request #7126 from ammubhave/add_zstd
zstd: add zstd package
Rosen Penev [Sun, 31 Mar 2019 21:45:46 +0000 (14:45 -0700)]
Merge pull request #8373 from jan-kardell/TQ_fix_pcre
[pcre] Fix compile of libpcrecpp
Rosen Penev [Sun, 31 Mar 2019 21:43:49 +0000 (14:43 -0700)]
Merge pull request #8486 from neheb/sc
screen: Replace patches with upstream backports
Rosen Penev [Sun, 31 Mar 2019 21:34:02 +0000 (14:34 -0700)]
Merge pull request #8531 from MikePetullo/snort3
snort3: new package
Rosen Penev [Sun, 31 Mar 2019 21:20:31 +0000 (14:20 -0700)]
Merge pull request #8525 from ja-pa/rpcbind-cpe-id
rpcbind: Add PKG_CPE_ID for proper CVE tracking
Josef Schlehofer [Sun, 31 Mar 2019 21:14:38 +0000 (23:14 +0200)]
Merge pull request #8478 from BKPepe/python_astral
python-astral: add new package
Rosen Penev [Sun, 31 Mar 2019 21:13:46 +0000 (14:13 -0700)]
Merge pull request #8511 from BKPepe/ruamel-yaml
ruamel-yaml: add package
Rosen Penev [Sun, 31 Mar 2019 20:48:22 +0000 (13:48 -0700)]
Merge pull request #8198 from jefferyto/mini-snmpd-init
mini_snmpd: Update init script
Rosen Penev [Sun, 31 Mar 2019 19:24:12 +0000 (12:24 -0700)]
Merge pull request #8514 from BKPepe/text-unidecode
text-unidecode: add new package
Amol Bhave [Tue, 25 Sep 2018 04:10:07 +0000 (21:10 -0700)]
zstd: add zstd package
Zstandard, or zstd as short version, is a fast lossless compression
algorithm, targeting real-time compression scenarios at zlib-level and
better compression ratios.
This package includes a C library, and a command line utility producing
and decoding .zst, .gz, .xz and .lz4 files.
Signed-off-by: Amol Bhave <redacted>
Jeffery To [Wed, 27 Mar 2019 19:39:39 +0000 (03:39 +0800)]
python,python3: Include python-config for target Python in InstallDev
This installs python{2.7,3.7}-config in $(STAGING_DIR)/usr/bin as part
of Build/InstallDev, to be used by other packages to get build
configuration for target Python.
The treatment for Python 2 and 3 are a bit different:
* For Python 2, python-config is a Python script that is expected to be
run with, and return data for, the installed Python interpreter. This
installs a modified version of this script, to be run using host
Python, and read/return data for target Python.
* Python 3 includes a shell script version of python-config (expected to
be used in cross-compilation scenarios). This simply installs the
script into the right place.
Signed-off-by: Jeffery To <redacted>
Hannu Nyman [Sun, 31 Mar 2019 10:19:43 +0000 (13:19 +0300)]
Merge pull request #8546 from jefferyto/python-bpo-36216
python,python3: Fix CVE-2019-9636 - urlsplit missing NFKC normalization
Rosen Penev [Sun, 31 Mar 2019 09:18:17 +0000 (02:18 -0700)]
libgpg-error: Update to 1.36
Updated patch to fix compilation on mips64.
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Sat, 30 Mar 2019 23:18:16 +0000 (16:18 -0700)]
Merge pull request #8494 from neheb/fcg
fcgi: Update to 2.4.2
Rosen Penev [Sat, 30 Mar 2019 22:38:51 +0000 (15:38 -0700)]
Merge pull request #8532 from neheb/j
postfix: Update to 3.4.4
Rosen Penev [Sat, 30 Mar 2019 22:32:09 +0000 (15:32 -0700)]
Merge pull request #8543 from neheb/g2
gammu: Really fix compilation under 64-bit
Rosen Penev [Sat, 30 Mar 2019 22:06:15 +0000 (15:06 -0700)]
Merge pull request #8544 from neheb/l
lcdringer: Remove libcheck dependency to fix compilation
Jeffery To [Sat, 30 Mar 2019 21:18:14 +0000 (05:18 +0800)]
python,python3: Fix CVE-2019-9636 - urlsplit missing NFKC normalization
These patches address issue:
CVE-2019-9636: urlsplit does not handle NFKC normalization
Link to Python issue:
https://bugs.python.org/issue36216
Signed-off-by: Jeffery To <redacted>
Rosen Penev [Sat, 30 Mar 2019 18:40:11 +0000 (11:40 -0700)]
Merge pull request #8054 from dengqf6/all
treewide: add missing PKGARCH:=all to non-binary packages
Daniel Engberg [Sat, 30 Mar 2019 18:39:59 +0000 (19:39 +0100)]
Merge pull request #8530 from MikePetullo/snort
snort: modify to build against libdaq 2.2.2
Rosen Penev [Sat, 30 Mar 2019 18:35:43 +0000 (11:35 -0700)]
Merge pull request #8065 from neheb/patch-4
wavemon: Update to 0.9.0
W. Michael Petullo [Sat, 30 Mar 2019 18:10:20 +0000 (14:10 -0400)]
snort3: new package
Signed-off-by: W. Michael Petullo <redacted>
W. Michael Petullo [Sat, 30 Mar 2019 17:58:53 +0000 (13:58 -0400)]
snort: modify to build against libdaq 2.2.2
Signed-off-by: W. Michael Petullo <redacted>
Ted Hess [Sat, 30 Mar 2019 11:19:56 +0000 (07:19 -0400)]
Merge pull request #8542 from neheb/z
v4l-utils: Update to 1.16.5
Hannu Nyman [Sat, 30 Mar 2019 10:46:35 +0000 (12:46 +0200)]
Merge pull request #8545 from tru7/linknx
linknx: bump to new upstream version 0.0.1.37
Deng Qingfang [Mon, 28 Jan 2019 06:38:44 +0000 (14:38 +0800)]
treewide: add missing PKGARCH:=all to non-binary packages
Packages such as Perl, Lua, shell scripts don't generate binary files.
Add PKGARCH:=all to them.
Signed-off-by: Deng Qingfang <redacted>
Othmar Truniger [Sat, 30 Mar 2019 09:07:31 +0000 (10:07 +0100)]
linknx: bump to new upstream version 0.0.1.37
Signed-off-by: Othmar Truniger <redacted>
Rosen Penev [Sat, 30 Mar 2019 08:48:17 +0000 (01:48 -0700)]
lcdringer: Remove libcheck dependency to fix compilation
libcheck is some kind of testing framework. it is not only unnecessary, it
is not even used in the code.
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Sat, 30 Mar 2019 08:37:50 +0000 (01:37 -0700)]
Merge pull request #8296 from neheb/patch-5
perl-parse-recdescent: Update to 1.967015
Rosen Penev [Sat, 30 Mar 2019 08:31:27 +0000 (01:31 -0700)]
gammu: Really fix compilation under 64-bit
The InstallDev section needed the same treatment as the Install one.
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Thu, 28 Mar 2019 07:21:58 +0000 (00:21 -0700)]
v4l-utils: Update to 1.16.5
Add Alpine Linux patch that fixes a crash under Musl.
Signed-off-by: Rosen Penev <redacted>
Rosen Penev [Tue, 29 Jan 2019 00:03:02 +0000 (16:03 -0800)]
wavemon: Update to 0.9.0
Added PKG_BUILD_PARALLEL for faster compilation
Backported upstream patch to fix compilation with musl.
Signed-off-by: Rosen Penev <redacted>