1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-23 00:58:44 +02:00
Commit Graph

23975 Commits

Author SHA1 Message Date
Daniel Golle
30639b69ea
oci-runtime-tools: bump to git HEAD
Remove local patch which was merged upstream.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-26 19:41:21 +00:00
Toke Høiland-Jørgensen
c931276955 acme: Get listener name from /proc/PID/exe instead of netstat output
It seems the command name output from netstat can be truncated in weird
ways, so let's get the binary name from /proc instead and use that for
matching which listener we have.

Fixes #15071.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2021-03-26 20:06:34 +01:00
Rosen Penev
0e620f1fa1 luajit: fix compilation with host clang
It errors out with this section.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-26 11:25:42 -07:00
Rosen Penev
cf4e026e26 luv: update to 1.36.0-0
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-26 11:25:10 -07:00
Rosen Penev
be179a8855 netopeer2: update to 1.1.70
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-26 11:24:35 -07:00
Stijn Tintel
10a00b3f20
Merge pull request #15266 from pprindeville/strongswan-change-maintainers
strongswan: change maintainers
2021-03-26 15:15:44 +02:00
Paul Spooren
a2bda4cc69 CI: revert adding of *depending* packages
While the idea may make sense the current implementation is faulty.
Problem is that OpenWrt uses the folder name of packages within the
build system while `opkg` spits out the actual packages names.

An example, compiling the packages of folder `vim` (`make
package/vim/compile`) creates a package called `xxd`, where `make
package/xxd/compile` would fail.

The current implementation uses `opkg` to figure out dependent packages,
but the resulting names do not match the above mentioned folders.

Revert this for now until we come up with a better implementation to
avoid false positive CI failures.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-03-25 23:28:52 -10:00
Rosen Penev
326c97328e mpd: remove libavfilter support
The ffmpeg package in OpenWrt is customizable and that can cause issues
with a dirty InstallDev. Just remove libavfilter support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-26 02:22:29 -07:00
Philip Prindeville
0bd4410e30 strongswan: change maintainers
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2021-03-25 21:37:56 -06:00
Rosen Penev
37bffba074 tessdata: update to 2.1.0
Switch to AUTORELEASE for simplicity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-25 16:49:00 -07:00
Rosen Penev
c4981cd87e tesseract: update to 4.1.1
Switch to AUTORELEASE for simplicity.

Add libarchive dependency since it's now used.

Build with ninja for faster compilation.

Refresh SIMD CMake patch and add musl patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-25 16:49:00 -07:00
Rosen Penev
4c8d0f03bb leptonica: update to 1.80.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-25 16:49:00 -07:00
Stan Grishin
84fc5dfad4 https-dns-proxy: bugfix: correct PROCD firewall object
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-03-25 16:46:01 -07:00
Daniel Golle
e7caf1f2ba
postgresql: update to version 13.2
Adresses CVE-2021-20229 (Incorrect Authorization)

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-25 23:31:24 +00:00
Daniel Golle
c644917ca7
cryptsetup: update to version 2.3.5
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-25 23:31:00 +00:00
Daniel Golle
c22638cb83
ccid: update to version 1.4.34
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-25 23:30:55 +00:00
Daniel Golle
c84ab8890c
opensc: update to version 0.21.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-25 23:30:50 +00:00
Daniel Golle
fee9ad1c68
pcsc-lite: update to version 1.9.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-25 23:30:45 +00:00
Daniel Golle
54b8e21fe7
exfatprogs: update to version 1.1.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-25 23:30:40 +00:00
Daniel Golle
7341e39768
libudev-zero: update to version 0.4.8
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-03-25 23:30:29 +00:00
Rosen Penev
93857f5487 ratechecker: update to 2020-01-30
Reorganize Makefile for consistency between packages.

Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-25 10:48:25 -07:00
Rosen Penev
fdd696b6ce
Merge pull request #15245 from neheb/gost
gost_engine: fix compilation without deprecated OpenSSL APIs
2021-03-25 10:47:45 -07:00
Rosen Penev
1e3c22d81d
Merge pull request #15239 from neheb/ul
uledd: update to 2020-09-15
2021-03-25 02:28:19 -07:00
Rosen Penev
76016fbea7
Merge pull request #15216 from BKPepe/sshpass-update
sshpass: update to version 1.0.9
2021-03-25 00:20:21 -07:00
Rosen Penev
b9194105b7
Merge pull request #15248 from neheb/spd
spdlog: update to 1.8.3
2021-03-24 23:02:32 -07:00
Rosen Penev
c06938363e spdlog: update to 1.8.3
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-24 22:56:52 -07:00
Rosen Penev
d92418eb13
Merge pull request #15246 from neheb/pngg2
libpng: do not build MIPS MSA code at all
2021-03-24 16:57:06 -07:00
Rosen Penev
36989170c4
Merge pull request #15242 from neheb/cshark
cshark: update to 2020-07-22
2021-03-24 16:11:14 -07:00
Rosen Penev
4c2e24f9b8 uledd: update to 2020-09-15
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster speed.

Several cleanups for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-24 16:04:52 -07:00
Rosen Penev
7b2a817bab libpng: do not build MIPS MSA code at all
The CMake file matches on mipsel and mips64el. Just remove mips
altogether.

Also build with ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-24 15:44:50 -07:00
Rosen Penev
263802c6a2 gost_engine: fix compilation without deprecated OpenSSL APIs
Build with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-24 15:40:24 -07:00
Rosen Penev
301bab659c cshark: update to 2020-07-22
Switch to AUTORELEASE for simplicity.

Switch to building with Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-24 15:33:03 -07:00
Rosen Penev
82edde6a0d
Merge pull request #15230 from ejurgensen/forked-daapd_update_274
forked-daapd: update to 27.4
2021-03-24 13:52:17 -07:00
Paul Spooren
6bfe3f12c9 prometheus: update to 2.25.2
See changes at upstream release log:
https://github.com/prometheus/prometheus/releases

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-03-23 18:22:50 -10:00
Espen Jürgensen
69be8f4c90 forked-daapd: update to 27.4
Incl remove "--enable-itunes" compile option (no longer exists)

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2021-03-23 21:03:27 +01:00
Rosen Penev
150058b0d2
Merge pull request #15228 from fatbob313/umurmur-0.2.20
uMurmur: Update to 0.2.20. Fix build against OpenSSL without deprecat…
2021-03-23 12:09:01 -07:00
Martin Johansson
463666249a uMurmur: Update to 0.2.20. Fix build against OpenSSL without deprecated API enabled.
Signed-off-by: Martin Johansson <martin@fatbob.nu>
2021-03-23 19:36:15 +01:00
Paul Spooren
c0d0c64f6c CI: test build dependent packages
By using OPKGs `whatdepends` all packages dependent on a library are
printed. Use that feature to obtain packages which a version change may
break and build them as well.

Change "default" packages to contain a lib on which other packages
depend, instead of compiling `tmux` compile `attendedsysupgrade-common`
on which other packages depend.

Ignore any LuCI packages which only contains translations.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-03-23 07:23:53 -10:00
Paul Spooren
81f7461e66 CI: reformat extra long line
Better readability on split screens.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-03-23 07:23:53 -10:00
Paul Spooren
3701000051 CI: define matrix individually and add targets
This allows more specific definition per test, like on which target
packages should be compiled.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-03-23 07:23:53 -10:00
Dirk Brenken
92bb72925e
Merge pull request #15229 from dibdot/adblock
adblock: update 4.1.0-3
2021-03-23 11:34:17 +01:00
Dirk Brenken
df9ee1388e
adblock: update 4.1.0-3
* add a restrictive "jail mode only" variant, just point your
  jail directory to your primary dns directory
* update readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
2021-03-23 11:11:23 +01:00
Rosen Penev
b2c07519ec
Merge pull request #15232 from neheb/syssss
sysrepo: update to 1.4.122
2021-03-23 02:12:42 -07:00
Rosen Penev
70c5687318
Merge pull request #15201 from neheb/lne
libnetconf2: update to 1.1.43
2021-03-23 02:12:28 -07:00
Rosen Penev
cdd1a44315 sysrepo: update to 1.4.122
Switch to AUTORELEASE for simplicity.

Use Ninja for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-03-22 18:39:29 -07:00
Rosen Penev
dca4bbaf99
Merge pull request #15171 from ldir-EDB0/miniupnpd
miniupnpd: add patience to firewall include
2021-03-22 14:11:21 -07:00
Rosen Penev
3ee6e4e6ad
Merge pull request #15178 from neheb/mzip
minizip: update to 3.0.1
2021-03-22 14:10:04 -07:00
Rosen Penev
25757d22e4
Merge pull request #15177 from neheb/log4c
log4cplus: update to 2.0.6
2021-03-22 14:09:20 -07:00
Rosen Penev
7c6b2c375f
Merge pull request #15219 from stangri/master-https-dns-proxy
https-dns-proxy: support for additional Force DNS ports
2021-03-22 11:54:46 -07:00
Rosen Penev
483a29d0f9
Merge pull request #15226 from ja-pa/ooniprobe-3.8.0
ooniprobe: update to version 3.8.0
2021-03-22 11:54:09 -07:00