| Commit message (Collapse) | Author | Age |
|\
| |
| | |
openconnect: Switch to HTTPS for the source URL
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Goes through firewalls easier.
Switched to xz tarball, which is both implicit and smaller.
Rearranged some stuff for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
lcd4linux: Add limits header for PATH_MAX
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes compilation on musl.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Update nano editor to version 4.6
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|\ \ \
| | | |
| | | | |
ddns-scripts: Change protocols of afraid.org urls to HTTPS.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Use HTTPS protocol for updating urls for afraid.org to protect the password.
- Bump/align package version number.
Signed-off-by: Kwonjin Jeong <gram25gwh@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | |
| | | |
| | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
evtest: Fix compilation with musl
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
Backported upstream patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| |_|_|/
|/| | | |
samba4: update to 4.9.16, remove AD-DC/Winbind options
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* update to 4.9.16
* cherry-pick some musl alpine/openembedded patches
* cleanup/remove AD-DC/Winbind options and related code
* build the compile_et via samba4/host
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Goes through firewalls more easily.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
php7-pecl-krb5: fix build error and runtime loading
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The build throws several (non-fatal) build errors:
-snip-
...
checking for kerberos support... yes, shared
checking path to krb5config tool... no
checking for kerberos KADM5 support... no
checking whether we have krb5config...
./configure: line 3974: --libs: command not found
./configure: line 3975: --cflags: command not found
checking for required linker flags...
checking for required compiler flags...
./configure: line 3988: --version: command not found
checking for kerberos library version...
checking for krb5_free_string... no
checking for krb5_chpw_message... no
checking for krb5_principal_get_realm... no
checking how to print strings... printf
...
-snap-
To fix this give configure the path to krb5-config tool.
The runtime error which is fixed by the change is:
PHP Warning: PHP Startup: Unable to load dynamic library 'krb5.so'
(tried: /usr/lib/php/krb5.so (Error relocating
/usr/lib/php/krb5.so: krb5_get_init_creds_opt_free: symbol not found),
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Enable JSON and disable msgpack serialization.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\ \ \ \
| | | | |
| | | | | |
v4l2rtspserver: upgrade to release 0.1.9 and fill the VERSION
|
| | |_|/
| |/| |
| | | |
| | | | |
Signed-off-by: Michel Promonet <michel.promonet@free.fr>
|
|\ \ \ \
| |/ / /
|/| | | |
banip: update 0.3.11
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
* fix ssh daemon autodetection
* fix 'sshd' logfile parsing
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
|\ \ \
| | | |
| | | | |
ttyd: log to syslog
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
|
|\ \ \
| | | |
| | | | |
haproxy: Update HAProxy to v2.0.10
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Update haproxy download URL and hash
- Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.10.html)
- This fixes CVE-2019-19330 (See: https://nvd.nist.gov/vuln/detail/CVE-2019-19330)
Signed-off-by: Christian Lachner <gladiac@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
addrwatch: Add missing limits header for PATH_MAX
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
Fixes compilation on musl.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
postfix: remove 100-fsstat.patch
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Resolves #9970.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
treewide: replace old wiki links
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
php7: Properly fix compilation without deprecated APIs
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
It seems that OpenSSL is bugged. While OpenSSL uses this code, it doesn't
export these defines anywhere. Match against the API version instead.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
ntpd's configuration is stored in /var/etc, but the init script doesn't
create this directory. To be fair this folder is used by other packages
as well, for instance dnsmasq. Still, it's better not to rely on other
packages to create it.
Fixes: #10636
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
python-simplejson: bump to version 3.17.0
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
stunnel: update to version 5.56
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Update to version 5.56
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
python-mysqlclient: bump to version 1.4.6
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
openssh: update to 8.1p1
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The release of checkra1n necessitated a new release.
Removed inactive maintainer.
Fixed license info.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The release of checkra1n necessitated a new release.
Removed inactive maintainer.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It's pointing to the host.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It's pointing to the host.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|