Jan Pavlinec
2949906ec4
measurement-kit: update to version 0.10.6
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years ago
Christian Lachner
c44b070804
haproxy: Update HAProxy to v2.0.6
- Update haproxy download URL and hash
- Add new patches
Signed-off-by: Christian Lachner <gladiac@gmail.com>
5 years ago
Rosen Penev
a10ad0ec8c
Merge pull request #10054 from flyn-org/pigeonhole
pigeonhole: update to 0.5.7.2
5 years ago
Rosen Penev
b50ee9b45e
Merge pull request #10062 from ja-pa/treewide-cpe-id-2
treewide: add PKG_CPE_ID for cvescanner
5 years ago
Daniel Bermond
63379c3d35
proxychains-ng: new package
Compile tested: R7800 (arm_cortex-a15_neon-vfpv4), OpenWrt git master
Run tested: R7800 (arm_cortex-a15_neon-vfpv4), OpenWrt git master
Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
5 years ago
Josef Schlehofer
d0e2a3e81a
sysrepo: Use correct SPDX License Identifier
- Add PKG_LICENSE_FILES
- Refresh patches
- Use better URL
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years ago
Rosen Penev
39927180b5
protobuf-c: Fix mistake from previous commit
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
a863d75098
Merge pull request #10067 from BKPepe/quassel
quassel-irssi: refresh patches to avoid fuzz
5 years ago
Josef Schlehofer
9ed187693f
quassel-irssi: refresh patches to avoid fuzz
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years ago
Maxim Mikityanskiy
4a3b1ee42a
apcupsd: Preset binaries used on target system
apcupsd's configure script looks up paths to sh, wall and mail on the
host system, but intends to use them on the target system. OpenWrt
replaces apcupsd's scripts by its own versions, so those paths don't
really matter, however, if the host system doesn't have wall installed,
the build fails. This is the case on Gentoo when util-linux is built
with USE=-tty-helpers (default). Prevent such failures by providing
explicit stub paths to sh, wall and mail to configure script.
Signed-off-by: Maxim Mikityanskiy <maxtram95@gmail.com>
5 years ago
Rosen Penev
862510a251
Merge pull request #10046 from neheb/pfix
protobuf fixes from CMake conversion
5 years ago
Rosen Penev
cdf54068f9
Merge pull request #10048 from neheb/avro
avro: Replace PKG_INSTALL with CMAKE_INSTALL
5 years ago
Stan Grishin
c6beee74f9
simple-adblock: dnsmasq.ipset option support, better handling of IDNs, updated README
Signed-off-by: Stan Grishin <stangri@melmac.net>
5 years ago
Dirk Brenken
1f81686c0e
Merge pull request #10055 from claell/patch-1
adblock: Cosmetic changes to README.md
5 years ago
Dirk Brenken
8c2264a2da
Merge pull request #10034 from onjen/captive-optional-args
travelmate: add support for optional args in auto-login script
5 years ago
Jan Pavlinec
ceadbcbb64
treewide: add PKG_CPE_ID for cvescanner
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
5 years ago
Rosen Penev
acc646dafb
Merge pull request #9940 from neheb/tr2
transmission: Fix tracker issue with some firewalls
5 years ago
Rosen Penev
979568f1cb
Merge pull request #10059 from neheb/boooo
boost: Update host libraries
5 years ago
Rosen Penev
546ea3475a
ola: Fix HOSTPKG linking
Before the CMake update, either protobuf was being installed to HOST
instead of HOSTPKG by mistake or some other problem.
This adds a linker flag to look in the proper location.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
53b9d894fb
libprotobuf-c: Switch to CMake
Simplifies the Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
e8da6d9294
protobuf: Fix host build
rpath is needed as the host directory instead of hostpkg is used for some
reason.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
a54c065ee2
libftdi: Add back Boost_NO_BOOST_CMAKE
Needed by this package for some reason.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Nikos Mavrogiannopoulos
6358c3e72e
Merge pull request #10045 from yousong/oc-form
openconnect: allow specifying form_entry list
5 years ago
Rosen Penev
730a1697fe
transmission: Fix tracker issue with some firewalls
Some firewalls mandate a minimum size of 4k for SYN packets, which
transmission does not do by default. Upstream issue here:
https://github.com/transmission/transmission/issues/964
Cleanup:
Fixed license info.
Removed two unnecessary patches.
Ran shell script through shellcheck.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
1f77459ace
boost: Update host libraries
It seems newer versions of fbthrift require more libraries.
Also added AR7, RB532, and Lantiq ASE to fiber exclusion.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Claudius Ellsel
088a14e5ce
adblock: Cosmetic changes to README.md
Add code blocks for easier reading and change "dns" to "DNS".
Signed-off-by: Claudius Ellsel <claudius.ellsel@live.de>
5 years ago
Martin Schiller
0b34b8538e
prometheus-node-exporter-lua: ltq-dsl.lua: use new var names errors_fecs_*
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
5 years ago
Yousong Zhou
a2bbedb880
qemu: patch for CVE-2019-15890
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
5 years ago
Rosen Penev
af51dbed7b
jsoncpp: Fix pkgconfig file
Backported upstream patch to make the pkgconfig file more cross compile
friendly. I don't think anything uses this.
Replaced Installev with CMAKE_INSTALL.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
76b57b0e6c
fbzmq: Size optimizations
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
7139cddccf
fbthrift: Update to 2019-09-22
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
164e706f9d
librsocket-cpp: Update to 2019-09-22
Added URLs.
Added needed Boost patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
43a8e02bb8
libwangle: Update to 2019.09.22.00
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
0f209e988c
libfizz: Update to 2019.09.22.00
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
d28d9aa4dc
libfolly: Update to 2019.09.22.00
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
W. Michael Petullo
707c683fba
pigeonhole: update to 0.5.7.2
Fixes CVE-2019-11500.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
5 years ago
Hannu Nyman
fb80e4a44e
Merge pull request #9907 from yangfl/master
i2pd: Update to 2.28.0
5 years ago
David Yang
f9cf4e1f2c
i2pd: Update to 2.28.0
Signed-off-by: David Yang <mmyangfl@gmail.com>
5 years ago
Rosen Penev
e7be39e933
snort3: Clean up Makefile
Removed PKG_FIXUP and PKG_INSTALL. They are both unnecessary.
Fixed license information.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
78248fb2fd
miniupnpc: Update to 2.1.20190824
Switched to CMAKE_INSTALL to get rid of InstallDev.
Added PKG_BUILD_PARALLEL for faster compilation.
Fixed license information.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
61b5f5b16c
cshark: Switch to standard PKG_SOURCE_VERSION/DATE
Several other cleanups.
Added PKG_BUILD_PARALLEL for faster compilation.
Removed PKG_INSTALL as cmake.mk already defines it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
cf9c219f50
libudev: Clean up Makefile
Switch to standard PKG_SOURCE_VERSION/DATE instead of defining PKG_VERSION
Removed PKG_SOURCE. It's implicit.
Replaced IntallDev section with CMAKE_INSTALL.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
df433fe722
libsoxr: Fix pkgconfig files
Replaced InstallDev section with CMAKE_INSTALL.
Adjusted all of the paths to be more consistent with other packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
68d3734dea
avro: Replace PKG_INSTALL with CMAKE_INSTALL
Allows removal of the InstallDev section as it's now implicit.
PKG_INSTALL is already defined in cmake.mk
This also installs a pkgconfig file. Added a patch to fix it up.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
0dac4b74ca
libftdi1: Fix pkgconfig paths properly
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Rosen Penev
3c4419d45b
libftdi: Fix pkgconfig paths
Switched to CMAKE_INSTALL for simplicity.
Other minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 years ago
Etienne Champetier
eb50faf1c5
Merge pull request #10047 from Bloup1net/phantap
phantap: update to latest commit
5 years ago
Diana Dragusin
bda3b710ba
phantap: update to latest commit
7cc6017 phantap-learn: Add another way to detect the victim
8a4b30b phantap-learn: Continue listening for DNS traffic after initial detection
3e1cf09 Improve setup documentation
ddde4b9 Fix neighbour spelling
bee7e92 Readme.md: Update
efb57f6 Readme.md: Update
Signed-off-by: Diana Dragusin <diana.dragusin@nccgroup.com>
5 years ago
Daniel Golle
bf033c622a
serdisplib: add package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
5 years ago
Rosen Penev
b79d82043a
Merge pull request #10029 from neheb/zst2
zstd: Update to 1.4.3
5 years ago