Amol Bhave
8155b4c395
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 <ambhave@fb.com>
6 years ago
Rosen Penev
a816d32107
Merge pull request #8021 from val-kulkov/openldap-package
openldap-server: enable crypt(3) passwords
6 years ago
Rosen Penev
37d9919d84
Merge pull request #4932 from hbl0307106015/log4cplus
log4cplus: add new package
6 years ago
Rosen Penev
15bf069d8b
Merge pull request #4930 from hbl0307106015/botan
botan: add new package
6 years ago
Rosen Penev
249d8b0e34
Merge pull request #7752 from yangfl/freeradius3
freeradius3: Add support for SQL
6 years ago
Rosen Penev
0dd556ba1d
Merge pull request #8573 from neheb/luasec
luasec: Replace -fPIC with $(FPIC)
6 years ago
Rosen Penev
cf23dd2eb0
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 <rosenp@gmail.com>
6 years ago
Rosen Penev
f3764804b4
Merge pull request #8575 from neheb/loas
luasocket: Replace -fpic with $(FPIC)
6 years ago
Rosen Penev
ecb4fcca0c
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 <rosenp@gmail.com>
6 years ago
David Yang
76b013228d
freeradius3: update to 3.0.18
Signed-off-by: David Yang <mmyangfl@gmail.com>
6 years ago
David Yang
6ed9c2d5ae
freeradius3: Add support for SQL
Signed-off-by: David Yang <mmyangfl@gmail.com>
6 years ago
Yousong Zhou
160e84e91f
qemu: explicitly disable dependency on libpmem, libudev, libxml2
Supersedes openwrt/packages#8571
Reported-by: Rosen Penev rosenp@gmail.com
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years ago
Yousong Zhou
c75e155018
qemu: sort --disable-xx list
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
6 years ago
BangLang Huang
863193f096
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 <banglang.huang@foxmail.com>
7 years ago
Daniel Engberg
99e9755459
Merge pull request #8228 from lucize/libpci
pciutils: add support for libpci
6 years ago
Lucian Cristian
6b2b2b0715
pciutils: add support for libpci
fix install dev for packages that needs LIBPCI
and add me as a mantainer
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
6 years ago
Rosen Penev
c5e6c96930
Merge pull request #8566 from neheb/sof
softethervpn: Fix compilation under 64-bit targets
6 years ago
Rosen Penev
23134b07de
softethervpn: Fix compilation under 64-bit targets
-m64 is not compatible with OpenWrt's compilers.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
bd5adb68ed
Merge pull request #8564 from ammubhave/bump_boost
boost: bump pkg release
6 years ago
Rosen Penev
096fc46f66
Merge pull request #8554 from neheb/dc
libdouble-conversion: Update to 3.1.4
6 years ago
Rosen Penev
5a70835cc9
Merge pull request #8555 from neheb/fio
fio: Fix compilation under mpcore.
6 years ago
Rosen Penev
6846ed8625
Merge pull request #8417 from cotequeiroz/luasql-flags
luasql: fix variants LDFLAGS
6 years ago
Amol Bhave
df76f9bced
boost: bump pkg release
PR #7126 updated the Makefile but didn't bump the pkg release version
Signed-off-by: Amol Bhave <ambhave@fb.com>
6 years ago
Hannu Nyman
e8599668b9
Merge pull request #8559 from nxhack/homebridge_0_4_47
node-homebridge: update to 0.4.47
6 years ago
Hannu Nyman
6befde4802
Merge pull request #8557 from gladiac1337/feature-haproxy-v1.8.19-updates
haproxy: Update all patches for HAProxy v1.8.19
6 years ago
Yousong Zhou
77b71e3980
shadowsocks-libev: add a "forward all" recipe
6 years ago
Rosen Penev
044f27c9f9
Merge pull request #8089 from ja-pa/openocd-security-fix
openocd: patch security issue
6 years ago
Jan Pavlinec
89789e3b77
openocd: patch security issue
CVE-2018-5704 - https://nvd.nist.gov/vuln/detail/CVE-2018-5704
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
6 years ago
BangLang Huang
3d565d0efe
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 <banglang.huang@foxmail.com>
7 years ago
Jonas Gorski
f10c4af208
znc: update to 1.7.3
Fixes CVE-2019-9917 (only affects modpython)
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
6 years ago
Rosen Penev
df8e4a6570
Merge pull request #8191 from jefferyto/sysstat-init
sysstat: Update init script
6 years ago
Rosen Penev
711cdfde48
Merge pull request #8183 from jefferyto/hd-idle-init
hd-idle: Update init script
6 years ago
Rosen Penev
7a3cb27bc8
Merge pull request #8558 from Cynerd/btrfs-progs-zstd
btrfs-progs: add support for zstd
6 years ago
Christian Lachner
5cdfacc122
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 <gladiac@gmail.com>
6 years ago
Hirokazu MORIKAWA
7b825f9d64
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 <morikw2@gmail.com>
6 years ago
Rosen Penev
8c89577c55
Merge pull request #8118 from jefferyto/pptpd-init
pptpd: Update init script
6 years ago
Karel Kočí
3e8d3cdce4
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čí <karel.koci@nic.cz>
6 years ago
Rosen Penev
a595928db4
fio: Fix compilation under mpcore.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
4252d20f6a
libdouble-conversion: Update to 3.1.4
Added patch to fix compilation on big endian ARM.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
40e289c596
Merge pull request #8103 from jefferyto/e2guardian-init
e2guardian: Update init script
6 years ago
Rosen Penev
83644742ca
Merge pull request #8101 from jefferyto/aria2-init
aria2: Update init script
6 years ago
Rosen Penev
e4bb00d1b9
Merge pull request #8122 from jefferyto/squid-init
squid: Update init script
6 years ago
Rosen Penev
d64590a8b8
Merge pull request #8549 from neheb/gpg
libgpg-error: Update to 1.36
6 years ago
Josef Schlehofer
7f5e18f0d9
Merge pull request #8526 from BKPepe/voluptuous-serialize
python-voluptuous-serialize: add package for Python3
6 years ago
Josef Schlehofer
e924f1be7f
Merge pull request #8485 from BKPepe/aiohttp
python-aiohttp: add a new package
6 years ago
Josef Schlehofer
81e1601b2b
Merge pull request #8551 from BKPepe/pyotp
python-pyotp: add new package for Python3
6 years ago
Josef Schlehofer
b09593bf43
Merge pull request #8481 from BKPepe/yarl
python-yarl: add a new package
6 years ago
Josef Schlehofer
8f30577144
Merge pull request #8484 from BKPepe/async_timeout
async-timeout: add a new package
6 years ago
Josef Schlehofer
fb9cf44c92
Merge pull request #8515 from BKPepe/python-slugify
python-slugify: add new package for Python3
6 years ago
Josef Schlehofer
673bfd1f87
Merge pull request #8503 from BKPepe/voluptuous
python-voluptuous: add a new package
6 years ago