Commit graph

18955 commits

Author SHA1 Message Date
Rosen Penev
21f67bf599
pulseaudio: fix pkgconfig paths
Turns out, packages like mpd that use pkgconfig to find pulseaudio
end up using host paths.

Fixes compilation with at least mpd.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 18:04:31 -07:00
Daniel Engberg
b836bc8c3f
Merge pull request #9327 from ysc3839/overture
overture: add new package
2020-04-18 23:37:27 +02:00
Daniel Engberg
9cafce8beb
Merge pull request #11884 from pesintta/uacme-1.2.1
uacme: update to 1.2.1
2020-04-18 23:07:34 +02:00
Antti Seppälä
6d731cc388 uacme: update to 1.2.1
Update to latest release.

Do not compile optional ualpn binary.

Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
2020-04-18 21:29:23 +03:00
Dirk Brenken
e291d68055
adblock: filter spurious line endings in sources
* prevent processing of spurious line endings
  that confuses (g)awk

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-04-18 15:33:16 +02:00
tripolar
eee8f19807
Merge pull request #11442 from neheb/glb
glib2: update to 2.64.2
2020-04-18 13:19:18 +02:00
tripolar
e0970c50c1
Merge pull request #11877 from neheb/pulse
pulseaudio: update to 13.0
2020-04-18 13:17:19 +02:00
Rosen Penev
5429bd2e9b
Merge pull request #11859 from ja-pa/libssh-security-update
libssh: update to version 0.9.4 (security fix)
2020-04-18 03:16:54 -07:00
Rosen Penev
fa5e64649a
gdbm: don't build gettext-full
It's not necessary.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 02:58:03 -07:00
Rosen Penev
78d84d4c9c
pulseaudio: update to 13.0
Converted to use meson for compilation speed.

Removed libwrap dependency. Upstream no longer supports it.

Removed intltool and glib2 host dependencies. They seem to be no
longer needed.

Removed upstream patch.

Minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 02:51:43 -07:00
Josef Schlehofer
0551a5b030 git: update to version 2.26.1
Fixes: CVE-2020-5260

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-04-18 10:14:28 +02:00
Rosen Penev
28564e91d4
Merge pull request #11659 from ja-pa/tor-hs-new
tor-hs: add new package
2020-04-17 13:15:46 -07:00
Hannu Nyman
d6fee345be
Merge pull request #11867 from commodo/drop-django-constance
django-constance: drop package
2020-04-17 18:25:50 +03:00
Hannu Nyman
63de4f14b8
Merge pull request #11866 from commodo/openpyxl-update
openpyxl: bump to version 3.0.3
2020-04-17 18:25:30 +03:00
Nick Hainke
5e3a6e9313 dawn: feed hostapd with nr reports and improve 802.11k handling
If set_hostapd_nr config flag is set, dawn will insert the nr reports
to allow the hostapd to answer to nr requests from clients.

Improve the synchronization of rcpi and rsni in the network.
Further, clients with bad 802.11k were sending beacon reports with
bssid 00:00:00:00:00:00. Catch those corner cases.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-04-17 16:14:35 +01:00
Jan Pavlinec
5906bfecd5
tor-hs: add new package
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-04-17 13:57:00 +02:00
Hannu Nyman
60384b67da
Merge pull request #11869 from br101/bluez-5.54
bluez: Update to version 5.54
2020-04-17 14:01:46 +03:00
Hannu Nyman
1d72d619ee
Merge pull request #11860 from commodo/squashfs-tools-4-4
squashfs-tools: bump to version 4.4
2020-04-17 14:01:22 +03:00
Bruno Randolf
cd26214d0e bluez: Update to version 5.54
Signed-off-by: Bruno Randolf <br1@einfach.org>
2020-04-17 11:27:05 +01:00
Rosen Penev
2e02a4be4b
Merge pull request #11862 from br101/websocketpp-boost
websocketpp: Fix compile with Boost 1.70+
2020-04-17 02:31:12 -07:00
Alexandru Ardelean
2af0b9d303 squashfs-tools: bump to version 4.4
All patches are not needed anymore. squashfs-tools has implemented them in
one way or another.

Converted to download release tarballs. This should work better to get
notified of a newer release.

Also adds support for ZSTD compression:
  https://facebook.github.io/zstd/

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-04-17 12:21:19 +03:00
Bruno Randolf
e1bb99f836 websocketpp: Fix compile with Boost 1.70+
Fix compilation for newer Boost versions, same as in the websocketpp 'develop'
branch: https://github.com/zaphoyd/websocketpp/pull/814

Signed-off-by: Bruno Randolf <br1@einfach.org>
2020-04-17 09:35:12 +01:00
Alexandru Ardelean
1bb81789de django-constance: drop package
This was needed for Seafile up to a certain version. Since it's not
required anymore by any other package/known-user, remove it.

Should be installable via pip or manually.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-04-17 11:25:16 +03:00
Dirk Brenken
c11aaead91
adblock: fix gawk incompatibility
* fix gawk incompatibility in reporting

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-04-17 06:57:49 +02:00
Rosen Penev
b465ac3002
glib2: update to 2.64.2
Modified to use meson as upstream has abandoned autotools.

Added license information.

Cleaned up Makefile for consistency between packages.

Added hack to compile static libs.

Removed old patches and add new ones.

Removed BUILD_PARALLEL options. These are default with ninja/meson.

Removed gettext build dependencies. glib2 now includes its own solution.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-16 19:17:52 -07:00
Rosen Penev
7e327c6954
Merge pull request #10578 from stintel/flashrom
flashrom: bump to 1.2
2020-04-16 15:26:59 -07:00
Stijn Tintel
f033cd1aed flashrom: bump to 1.2
Add new PCI and USB drivers to flashrom.mk to disable them in other
build variant.s
Fix DefineConfig calls to use new config symbols, and have it only
append NEED_FEATURE=yes to MAKE_FLAGS. Appending NEED_FEATURE=no would
still enable the feature because upstream compares against an empty
string instead of comparing to yes.
Drop libusb-compat dependency as all drivers use libusb-1 now.
Remove upstreamed patch 010-add-arc.patch.
Rework 0001-fix_internal_bitbang.patch, give it a correct prefix and
more descriptive name.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2020-04-16 23:43:08 +03:00
Etienne Champetier
d2fd86663c
Merge pull request #11861 from PolynomialDivision/feature/add_v_k
dawn: add 802.11v, prepare 802.11k and debug fix
2020-04-16 11:54:17 -04:00
Nick Hainke
999bec247a dawn: add 802.11v, prepare 802.11k and debug fix
Add 802.11v bss transition. Exchange nr-reports.

Implement 802.1k hearing map. Future release will use hearing map
for load balancing decisions.

Remove debug output from stderr.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-04-16 17:49:56 +02:00
Alexandru Ardelean
aa7c5ad305 openpyxl: bump to version 3.0.3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-04-16 15:22:44 +03:00
Jan Pavlinec
933eef4b18
libssh: update to version 0.9.4 (security fix)
Fixes
CVE-2020-1730

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-04-16 12:30:00 +02:00
Rosen Penev
d8bad7ad70
Merge pull request #11849 from neheb/re2
re2: update to 2020-04-01
2020-04-15 15:00:42 -07:00
Dirk Brenken
203970bf25
Merge pull request #11841 from PolynomialDivision/feature/daw_fix_reboot
dawn: fix reboot
2020-04-15 21:52:51 +02:00
Nick Hainke
802f7ef0ec dawn: fix reboot
DAWN has a race condition with umdns that prevents dawn from surviving
a reboot.
Increase procd start and stop of dawn to 81.

Further, network is sometimes not ready. Add utimer to check if socket
binds correctly.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-04-15 21:48:25 +02:00
Hannu Nyman
cc31824d55
Merge pull request #11851 from luizluca/ruby-2.7.1
ruby: update to 2.7.1
2020-04-15 18:45:45 +03:00
Jo-Philipp Wich
9de7945541 mac-telnet: fix mirror hash
Fixes: 8399121e6 ("mac-telnet: install uci as config file")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-15 09:54:24 +02:00
Jo-Philipp Wich
9f231909eb mac-telnet: mark uci as conffile
Fixes: 8399121e6 ("mac-telnet: install uci as config file")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-15 09:39:33 +02:00
Jo-Philipp Wich
8399121e60 mac-telnet: install uci as config file
Also mark it as configuration file while being at it.

Fixes: #11846
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-15 09:35:03 +02:00
Rosen Penev
548ea0e216
Merge pull request #11848 from neheb/quo
quote: disable a bunch of options
2020-04-14 18:15:40 -07:00
Rosen Penev
57b2623d8b
re2: update to 2020-04-01
Massive cleanup of Makefile.

Remove inactive maintainer.

Remove completely unused host build.

Shorten title so that it shows under menuconfig.

Remove pointless static/shared choice.

Add C++17 patch as libcxx seems to need it with this package.

Add ABI_VERSION.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-14 16:19:18 -07:00
Rosen Penev
e1935bb4b6
quote: disable a bunch of options
libwrap is fairly useless. It's also legacy and should not be used/

dbus is a big dependency. It's fairly useless in the OpenWrt context.

I don't know how useful netlink is.

Disabling BSD behavior results in a slightly smaller size.

Disable LDAP. No size difference but I have a feeling it pulls in
another dependency...

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-14 16:18:14 -07:00
Luiz Angelo Daros de Luca
366828f0e7 ruby: update to 2.7.1
New subpackages (reflect of ongoing ruby gemification)
- ruby-benchmark (from ruby-debuglib)
- ruby-delegate (from ruby-misc)
- ruby-getoptlong (from ruby-misc)
- ruby-net-pop (from ruby-net)
- ruby-net-imap (from ruby-net)
- ruby-observer (from ruby-patterns, now gone)
- ruby-open3 (from ruby-misc)
- ruby-readline-ext (was ruby-readline, while ruby-readline now selects either
    ruby-readline-ext or ruby-reline)
- ruby-reline (alternative to ruby-readline-ext as pure ruby)
- ruby-singleton (from ruby-patterns, now gone)
- ruby-timeout (from ruby-multithread)

Dropped subpackages:
- ruby-cmath (gone in 2.7.0)
- ruby-e2mmap (gone in 2.7.0)
- ruby-patterns (splitted into ruby-observer, ruby-singleton)
- ruby-scanf (gone in 2.7.0)
- ruby-shell (gone in 2.7.0)
- ruby-sync (gone in 2.7.0)
- ruby-thwait (gone in 2.7.0)

Ruby 2.7.0 also dropped profile.rb and profiler.rb (they were in ruby-debuglib)

Patches changes:
- Dropped patch 001_fix_isnan_isinf_finite_with_uclibc.patch (now in release)
- Added 100-musl.patch, fixing mainly coroutine implementation selection

Helper scripts changes:
- ruby_missingfiles: do not ignore ruby-dev files
- ruby_find_pkgsdeps: better detect circular dependencies

Ruby 2.7.1 fixes these security issues:

* CVE-2020-10663: Unsafe Object Creation Vulnerability in JSON (Additional fix)
* CVE-2020-10933: Heap exposure vulnerability in the socket library

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2020-04-14 18:57:36 -03:00
Hannu Nyman
1812713faf
Merge pull request #11838 from VolunteerComputingHelp/master
boinc: new upstream version, adjustments
2020-04-14 22:47:00 +03:00
Hannu Nyman
67aa1b853d
Merge pull request #11844 from ja-pa/python-pyparsing-update
python-pyparsing: update to version 2.4.7
2020-04-14 17:30:21 +03:00
Jan Pavlinec
33f3aa525d
python-pyparsing: update to version 2.4.7
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-04-14 14:08:22 +02:00
Yousong Zhou
d917d662ae acme: depends on wget-ssl
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-04-14 11:37:04 +08:00
Yousong Zhou
585e4a38fe wget: make the ssl variant provides wget-ssl
This is to address the need for specifying dependency on a wget
implementation with ssl support.

Now we have a game of names for opkg

 1. uclient-fetch: minimal version by openwrt project
 2. wget-nossl: gnu wget w/o ssl support
 3. wget-ssl: for the moment since this commit, gnu wget w/ ssl support
 4. wget: uclient-fetch, wget-nossl, or wget-ssl
 5. gnu-wget: wget-nossl or wget-ssl

By the time we provide some dummy package like uclient-fetch-ssl and
make it also provide wget-ssl, I guess by then we will also need
gnu-wget-ssl...

Ref: https://github.com/openwrt/packages/issues/11534
Ref: https://github.com/openwrt/packages/pull/9941
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-04-14 11:37:04 +08:00
Rosen Penev
7ad02ef9e0
libupnp: update to 1.8.7
remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-13 19:39:52 -07:00
Rosen Penev
e83e6f36c3
Merge pull request #11832 from neheb/v45l
libv4l: update to 1.16.8
2020-04-13 17:37:03 -07:00
Christian Dreihsig
ebc19c6bd5 boinc: new upstream version, adjustments
* new upstream version 7.16.6
 * fixing platform identifier for openwrt x86
   (boinc issue https://github.com/BOINC/boinc/issues/3595)
 * protected configuration from update

Signed-off-by: Christian Dreihsig <christian.dreihsig@t-online.de>
2020-04-13 19:27:28 +02:00