Michael Heimpold
cae992699b
php7-pecl-redis: update to 5.3.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
4 years ago
Rosen Penev
4d2c827e9f
Merge pull request #13125 from ja-pa/procps-ng-sysct
procps-ng: add new applet sysctl
4 years ago
Rosen Penev
25f931c007
Merge pull request #13134 from antonlacon/ffmpeg-431
ffmpeg: update to 4.3.1
4 years ago
Daniel Golle
6d8a3aa71d
hs20: add Hotspot 2.0 OSU client and server implementation
Add hs20-server and hs20-client packages correspoding to the
hs20/client and hs20/server folder in hostap.git.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years ago
Matthias Schiffer
8bb7659f08
openvswitch: backport patch to fix build against kernel 4.14.193
(and possibly other recent stable kernels)
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
4 years ago
Rosen Penev
9fc278548b
mpg123: update to 1.26.3
Switched to CMake. CMake compiles faster.
Added libsyn123 library as it's needed since version 1.26.
Before:
time make package/mpg123/compile -j 12
Executed in 16.05 secs fish external
usr time 26.65 secs 0.00 micros 26.65 secs
sys time 4.82 secs 833.00 micros 4.81 secs
After:
time make package/mpg123/compile -j 12
Executed in 12.12 secs fish external
usr time 19.35 secs 0.00 micros 19.35 secs
sys time 3.22 secs 752.00 micros 3.22 secs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
d34430f02f
canutils: add back install section
5969273ff4
mistakenly got rid of the
install section for canutils, causing errors when trying to install.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
8d927653d7
lpc2list: remove deprecated functions
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
f2a1780a8e
Merge pull request #13115 from neheb/more
moreutils: fix compilation with uClibc-ng
4 years ago
Ian Leonard
b7622c0ea4
ffmpeg: update to 4.3.1
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
4 years ago
Dirk Brenken
93b91d06c2
Merge pull request #13124 from dibdot/adblock
adblock: refresh blocklist sources
4 years ago
Dirk Brenken
5ba498f7c8
adblock: refresh blocklist sources
* remove 'dshield' and 'sysctl' (discontinued)
* switch 'malwaredomains', 'shallalist' and 'winhelp' to https
* add a second regional list for poland (provided by matx1002)
* update readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
Signed-off-by: Dirk Brenken <dev@brenken.org>
4 years ago
Jan Pavlinec
8b1104ae91
procps-ng: add new applet sysctl
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years ago
Rosen Penev
8d063061bf
Merge pull request #13112 from neheb/isn
open-isns: fix compilation without deprecated signal API
4 years ago
Rosen Penev
74747b569f
Merge pull request #13120 from neheb/urcu2
liburcu: don't build docs and tests
4 years ago
Rosen Penev
e17c1d495c
Merge pull request #13121 from neheb/cgrp
libcgroup: don't build tests
4 years ago
Rosen Penev
98cef1f44a
Merge pull request #13118 from neheb/xcr
keyutils: fix deprecated function usage
4 years ago
Rosen Penev
a1776371cb
Merge pull request #13087 from jjm2473/lvm2-fix-mac-sh
lvm2: fix CE in mac
4 years ago
Liangbin Lian
9bb0962d6e
lvm2: fix CE in mac
command-count.h generated by makefile was wrong
when using default shell in mac,
set shell to bash to fix it.
Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
4 years ago
Rosen Penev
86c478bd76
klish: fix compilation with uClibc-ng
sigignore is missing from libc.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
8851c94970
libcgroup: don't build tests
Speeds up compile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
3e90378fe2
liburcu: don't build docs and tests
Faster compilation
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
5c60cc78dc
keyutils: fix deprecated function usage
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
889676ecc7
zabbix: do not build with uClibc-ng
It's missing functionality necessary for zabbix.
Remove now pointless patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
d9bb2dc5f6
moreutils: fix compilation with uClibc-ng
getloadavg is missing not just under cygwin.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
40b71e324b
open-isns: fix compilation without deprecated signal API
Upstream backport.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
215dd8d96f
tgt: remove bzero usage
bzero is deprecated and replaced by memset.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
b2a41075e7
lcd4linux: fix samsung driver compilation
Turns out, it uses an API that is not provided by libjpeg.
Add compatibility code from v4l-utils.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
42c5bc9f9a
netsniff-ng: add missing header
Needed for ssize_t.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Daniel Golle
d8d06cfca2
lvm2: depend on libselinux
LVM2 uses libselinux if found at buildtime and then requires it to
be present on run-time.
As LVM2 is usually not installed on space-constraint systems just
always build with libselinux as apart from the extra space usage it
doesn't hurt.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years ago
Rosen Penev
384703fe06
Merge pull request #13098 from neheb/clms
clamsmtp: remove
4 years ago
Daniel Golle
9a26825344
musl-fts: move to core
libselinux added to core needs musl-fts. Move it to core as well.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years ago
Rosen Penev
35107d9914
Merge pull request #13100 from neheb/esmtp
libesmtp: update URLs
4 years ago
Daniel Golle
6f5412e6be
pcre: move package to core
libpcre is required for libselinux which was added to core recently.
Move it to the core so core builds without the packages feed.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years ago
Rosen Penev
fac71e73e0
Merge pull request #13103 from neheb/mpack
mpack: update URLs
4 years ago
Rosen Penev
016fe60cd5
Merge pull request #13102 from neheb/str
stress: use fossies mirror
4 years ago
Rosen Penev
f2181c2764
stress: use fossies mirror
The original website went down.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
444faec6c0
Merge pull request #13099 from neheb/gkr
gkermit: replace PKG_SOURCE_URL
4 years ago
Rosen Penev
b7937d36e0
mpack: update URLs
Upstream sort of moved to GitLab.
Use fossies mirror since the original site went down.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
676c239bba
libesmtp: update URLs
The author's website went down and moved to GitHub.
Used a mirror for PKG_SOURCE_URL and he does not have the same tarball
on GitHub.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
1a9f176e32
gkermit: replace PKG_SOURCE_URL
It's been down for quite a while. HTTP is also more reliable.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Rosen Penev
fbce6dd303
clamsmtp: remove
Judging from https://salsa.debian.org/clamav-team/clamsmtp/-/tags ,
it seems that this was last updated 11 years ago. The domain is also
gone.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years ago
Michael Heimpold
9c1670ed61
php7: update to 7.4.9
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
4 years ago
Rosen Penev
50eff8c26a
Merge pull request #13062 from neheb/mpd-ffm
mpd - remove ffmpeg support and add opus
4 years ago
Rosen Penev
0b0517c8a3
Merge pull request #13030 from neheb/getdn
getdns: fix compilation without deprecated OpenSSL APIs
4 years ago
Rosen Penev
2d8ef5defe
Merge pull request #13063 from neheb/sendm
sendmail: fix compilation without sys/cdefs
4 years ago
Rosen Penev
d1f172a2f3
Merge pull request #13069 from neheb/microp
micropython: fix compilation without sys/cdefs
4 years ago
Rosen Penev
720b5117fb
Merge pull request #13079 from neheb/oor
oor: fix compilation with GCC 10
4 years ago
Rosen Penev
02a5a79542
Merge pull request #13075 from neheb/tvh
tvheadend: fix compilation with GCC 10
4 years ago
Rosen Penev
4f03f1ff70
Merge pull request #13094 from ja-pa/nss-3.55
nss: update to version 3.55 (security fix)
4 years ago