Commit Graph

20856 Commits

Author SHA1 Message Date
Rosen Penev 52ea87c5d7
tracertools: remove usleep usage
usleep is deprecated.

Modernized the Makefile to modern standards.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-08-16 01:16:45 +01:00
Rosen Penev 45a5489b3f
Merge pull request #13129 from neheb/mpg
mpg123: update to 1.26.3
2020-08-15 15:39:41 -07:00
Rosen Penev d47ac3eb40
Merge pull request #13108 from neheb/nets
netsniff-ng: add missing header
2020-08-15 15:32:39 -07:00
Michael Heimpold cae992699b php7-pecl-redis: update to 5.3.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-08-16 00:01:41 +02:00
Rosen Penev 4d2c827e9f
Merge pull request #13125 from ja-pa/procps-ng-sysct
procps-ng: add new applet sysctl
2020-08-15 12:03:08 -07:00
Rosen Penev 25f931c007
Merge pull request #13134 from antonlacon/ffmpeg-431
ffmpeg: update to 4.3.1
2020-08-15 11:51:16 -07:00
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>
2020-08-15 16:54:54 +01:00
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>
2020-08-15 09:19:59 +08:00
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>
2020-08-14 18:07:28 -07:00
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>
2020-08-14 15:40:09 -07:00
Rosen Penev f2a1780a8e
Merge pull request #13115 from neheb/more
moreutils: fix compilation with uClibc-ng
2020-08-14 13:33:00 -07:00
Ian Leonard b7622c0ea4 ffmpeg: update to 4.3.1
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-08-14 11:46:43 -07:00
Dirk Brenken 93b91d06c2
Merge pull request #13124 from dibdot/adblock
adblock: refresh blocklist sources
2020-08-14 17:36:46 +02:00
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>
2020-08-14 14:53:57 +02:00
Jan Pavlinec 8b1104ae91
procps-ng: add new applet sysctl
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-08-14 14:21:44 +02:00
Rosen Penev 8d063061bf
Merge pull request #13112 from neheb/isn
open-isns: fix compilation without deprecated signal API
2020-08-14 02:18:10 -07:00
Rosen Penev 74747b569f
Merge pull request #13120 from neheb/urcu2
liburcu: don't build docs and tests
2020-08-13 23:57:53 -07:00
Rosen Penev e17c1d495c
Merge pull request #13121 from neheb/cgrp
libcgroup: don't build tests
2020-08-13 23:57:30 -07:00
Rosen Penev 98cef1f44a
Merge pull request #13118 from neheb/xcr
keyutils: fix deprecated function usage
2020-08-13 23:54:31 -07:00
Rosen Penev a1776371cb
Merge pull request #13087 from jjm2473/lvm2-fix-mac-sh
lvm2: fix CE in mac
2020-08-13 23:43:18 -07:00
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>
2020-08-14 14:19:12 +08:00
Rosen Penev 8851c94970
libcgroup: don't build tests
Speeds up compile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-13 21:50:27 -07:00
Rosen Penev 3e90378fe2
liburcu: don't build docs and tests
Faster compilation

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-13 21:48:52 -07:00
Rosen Penev 5c60cc78dc
keyutils: fix deprecated function usage
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-13 21:44:42 -07:00
Rosen Penev d9bb2dc5f6
moreutils: fix compilation with uClibc-ng
getloadavg is missing not just under cygwin.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-13 21:38:40 -07:00
Rosen Penev 40b71e324b
open-isns: fix compilation without deprecated signal API
Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-13 21:35:05 -07:00
Rosen Penev 42c5bc9f9a
netsniff-ng: add missing header
Needed for ssize_t.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-13 21:29:11 -07:00
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>
2020-08-14 01:45:39 +01:00
Rosen Penev 384703fe06
Merge pull request #13098 from neheb/clms
clamsmtp: remove
2020-08-13 13:01:42 -07:00
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>
2020-08-13 11:42:34 +01:00
Rosen Penev 35107d9914
Merge pull request #13100 from neheb/esmtp
libesmtp: update URLs
2020-08-13 03:27:13 -07:00
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>
2020-08-13 11:26:35 +01:00
Rosen Penev fac71e73e0
Merge pull request #13103 from neheb/mpack
mpack: update URLs
2020-08-13 01:20:49 -07:00
Rosen Penev 016fe60cd5
Merge pull request #13102 from neheb/str
stress: use fossies mirror
2020-08-13 01:19:51 -07:00
Rosen Penev f2181c2764
stress: use fossies mirror
The original website went down.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-12 19:09:14 -07:00
Rosen Penev 444faec6c0
Merge pull request #13099 from neheb/gkr
gkermit: replace PKG_SOURCE_URL
2020-08-12 19:07:33 -07:00
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>
2020-08-12 18:36:00 -07:00
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>
2020-08-12 18:27:34 -07:00
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>
2020-08-12 18:21:24 -07:00
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>
2020-08-12 18:10:37 -07:00
Michael Heimpold 9c1670ed61 php7: update to 7.4.9
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-08-12 23:15:44 +02:00
Rosen Penev 50eff8c26a
Merge pull request #13062 from neheb/mpd-ffm
mpd - remove ffmpeg support and add opus
2020-08-12 13:12:36 -07:00
Rosen Penev 0b0517c8a3
Merge pull request #13030 from neheb/getdn
getdns: fix compilation without deprecated OpenSSL APIs
2020-08-12 13:11:15 -07:00
Rosen Penev 2d8ef5defe
Merge pull request #13063 from neheb/sendm
sendmail: fix compilation without sys/cdefs
2020-08-12 13:10:19 -07:00
Rosen Penev d1f172a2f3
Merge pull request #13069 from neheb/microp
micropython: fix compilation without sys/cdefs
2020-08-12 13:10:08 -07:00
Rosen Penev 720b5117fb
Merge pull request #13079 from neheb/oor
oor: fix compilation with GCC 10
2020-08-12 13:09:47 -07:00
Rosen Penev 02a5a79542
Merge pull request #13075 from neheb/tvh
tvheadend: fix compilation with GCC 10
2020-08-12 13:09:27 -07:00
Rosen Penev 4f03f1ff70
Merge pull request #13094 from ja-pa/nss-3.55
nss: update to version 3.55 (security fix)
2020-08-12 13:09:00 -07:00
Hannu Nyman 02f9ec4adc nano: update to 5.1
Update nano to version 5.1.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-08-12 22:53:37 +03:00
Rosen Penev ed08dbb6fe
Merge pull request #13076 from neheb/opn
open-iscsi: fix compilation with musl 1.2.0
2020-08-12 11:19:59 -07:00