| Commit message (Collapse) | Author | Age |
|\
| |
| | |
pen: Fix compilation without deprecated OpenSSL APIs
|
| |
| |
| |
| |
| |
| | |
Patch was sent upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
znc: Update deprecated patch to include OpenSSL 1.1
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Previous was only for 1.0.2.
Added PKG_CPE_ID for proper CVE tracking.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* remove "torify" script
- "torify" script is just a wrapper around torsocks,
but torsocks is not currently present in packages.
* tor-geoip: fix "install" recipe:
- use $(INSTALL_DATA) instead of $(CP) as a proper way
of installing files
* drop deprecated configure option:
"--with-ssl-dir" is considered deprecated and obsolete,
while "--with-openssl-dir" is already present.
* build in parallel
* build with -ffunction-sections, -fdata-sections,
--gc-sections and -flto
* remove "--disable-largefile" in CONFIGURE_ARGS
* remove "-std=gnu99" in EXTRA_CFLAGS
* use $(FPIC) in EXTRA_CFLAGS
* remove trailing whitespace
Compile- and run-tested on ar71xx/generic,
TP-Link Archer C7 v2 (world-wide version).
Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
|
|\ \ \
| | | |
| | | | |
Shorewall: Bump to version 5.2.1.2
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
|\ \ \ \
| | | | |
| | | | | |
umurmur: Fix compilation without OpenSSL ECC support
|
| | |_|/
| |/| |
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
ptunnel-ng: add new package
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Ptunnel-NG is a bugfixed and refactored version of Ptunnel.
Ptunnel is an application that allows you to reliably tunnel TCP connections to a remote host using ICMP echo request and reply packets, commonly known as ping requests and replies.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
|
|\ \ \ \
| | | | |
| | | | | |
netatalk: don't use bundled libevent
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
libevent2 bundled with netatalk is not compatible with openssl 1.1.x.
The binary that links to it, netatalk, is not included in the final
package, so there's no dependency to add.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This bumps nginx to latest release, adds support for STREAM MODULE and bump rtmp version to fix a compilation error
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
libpcre2 is picked over libpcre by wget's configure
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
nginx: fix rtmp module with openssl 1.1.1
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Patch that changes the order of some include files in ngx_rtp_cenc.c
that caused a compilation failure. Patch submitted upstream (#13).
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
quassel-irssi: Update to newer version to fix compilation
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is the irssi-abi-8 branch that was not merged back to master but is
necessary for compilation. As it touches a submodule, I can't add a patch
for it. But I can backport all of the master commits.
Get rid of quasselc dependency as it's now a submodule.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
netopeer2: add libcurl dependency
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
haproxy: Update all patches for HAProxy v1.8.14
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.14.html)
- Raise PKG_RELEASE to 5
- Improve version-handling
Signed-off-by: Christian Lachner <gladiac@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
nut: Optionally set serial USB to NUT user
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
When using serial-port based UPSes with NUT, it is handy to be able to
configure a USB serial port to have be set tot the NUT runas user, so
that NUT can access the serial port automagically.
Closes #6997
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
netopeer2: enable callhome by default
|
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
port-mirroring: Update to 1.4.3
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Switched to codeload and adjusted Makefile for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
vsftpd: Fix compilation without ECC or deprecated APIs
|
| | |_|_|_|_|_|/
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
nginx: fix detection of gcc builtin atomic operations
|
| | |_|/ / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Needed by stream module
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
|
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | | |
aria2: code size optimizations and build-parallel
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Reduce binary size by about 22%
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Closes #6997 - Allows upsd to runas a non-privileged user.
If any driver is running as non-privileged user, the last driver's
user will be used as the server non-privileged user, otherwise the
user specified in config upsd, otherwise nut. Previously the
localisation of RUNAS variable was in the wrong locations.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
nut: Fix a typo in setting a driver parameter
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
synchronous would not get set due to typo. Fixed.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
A short while after 3.2.2 was tagged, it was superseded by 3.2.3 with a
minor fix for aligned memory allocation for 32-bit arch
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
git: remove the duplicate line and update URL to HTTPS
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
travelmate: update 1.3.1
|