Fabrice Fontaine
c9012ac8e6
package/qhull: bump to version 8.0.2
...
- Static libs are supported since version 8.0.2 and
613debeaea
- Update hash of COPYING, update year and authors with
4733a95be0
- Update indentation in hash file (two spaces)
https://github.com/qhull/qhull/releases/tag/v8.0.2
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-04 16:45:19 +02:00
Fabrice Fontaine
f252f60635
package/libvips: add webp optional dependency
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-04 16:44:38 +02:00
Fabrice Fontaine
c0a45860b8
package/libvips: add matio optional dependency
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-04 16:44:37 +02:00
Fabrice Fontaine
f26d142e35
package/libvips: add lcms2 optional dependency
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-04 16:44:36 +02:00
Fabrice Fontaine
1f66c8d7be
package/libvips: add orc optional dependency
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-04 16:44:35 +02:00
Fabrice Fontaine
d2e8cd7997
package/libvips: add {image, graphics}magick optional dependencies
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-04 16:44:34 +02:00
Fabrice Fontaine
adc0e0c6af
package/libvips: add librsvg optional dependency
...
librsvg is an optional dependency which is enabled by default since
version 8.3.0 and
153886d2eb
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-04 16:44:33 +02:00
Fabrice Fontaine
43a9cfd317
package/libvips: add zlib optional dependency
...
zlib is an optional dependency which is enabled by default since version
8.4.2 and
5ab0001ec6
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-04 16:44:32 +02:00
Chris Packham
9fd9f4e675
package/micropython: define MICROPY_NLR_SETJMP for xtensa
...
As suggested on https://github.com/micropython/micropython/issues/6551
define MICROPY_NLR_SETJMP to avoid the xtensa specific implementation
of nlr_push.
Fixes:
- http://autobuild.buildroot.net/results/5fc8669b5c768ccfc02bd20d1159bce7fe43683e
Signed-off-by: Chris Packham <judge.packham@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-04 15:38:15 +02:00
Grzegorz Blach
69405d8959
package/python-hiredis: bump to version 2.0.0
...
Depends on BR2_PACKAGE_PYTHON3
Signed-off-by: Grzegorz Blach <grzegorz@blach.pl >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-04 15:37:19 +02:00
Bernd Kuhls
428277b03e
package/tvheadend: add option to enable IPTV support
...
Some IPTV streams will need ffmpef, the command line tool), while some
won't, so we just suggest that to the user in the help text.
There were two alternatives, but neither were very convincing:
- always enforce that ffmpeg is enabled
- only enforce ffmpeg to be enabled when the package is already
enabled
In either case, that may cary the ffmpeg tool when it really is not
needed. So leave it to the user to decide whether they want it or not.
tvheadend now has a bunch of options, so make it a sub-menu.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
[yann.morin.1998@free.fr:
- do not forcibly enable ffmpeg-the-commandline-tool
- one option per-commit
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-04-04 14:25:28 +02:00
Bernd Kuhls
1ae47f5c48
package/tvheadend: add option to enable timeshift support
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
[yann.morin.1998@free.fr: one option per-commit]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-04-04 14:25:22 +02:00
Bernd Kuhls
09c71669ab
package/tvheadend: add option to enable Satellite/IP support
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
[yann.morin.1998@free.fr: one option per-commit]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-04-04 14:22:37 +02:00
Bernd Kuhls
4989c16072
package/tvheadend: add option to enable descrambler support
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
[yann.morin.1998@free.fr: one option per-commit]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-04-04 14:22:24 +02:00
Fabrice Fontaine
07cbc83f8f
package/pcmanfm: fix build with gettext-tiny
...
Fix build of pcmanfm in version 1.3.2 with gettext-tiny
Fixes:
- http://autobuild.buildroot.org/results/69f4e5fa44208429b143011640971a61d709d5b1
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-04 14:08:06 +02:00
Peter Seiderer
09a542c152
package/valgrind: bump version to 3.17.0
...
- bump version to 3.17.0
- adjust tool remove hooks according to the change to libexec
- fix massive remove hook, ms_script vs. ms_print
- add additional sha256 source package hash
For details see [1].
[1] https://www.valgrind.org/docs/manual/dist.news.html
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-04 14:07:02 +02:00
Fabrice Fontaine
1527451ceb
package/wget: fix build with uclibc < 1.0.35
...
Build of wget with uclibc < 1.0.35 is broken since bump to version
1.21.1 in commit 89a3f73910
Fixes:
- http://autobuild.buildroot.org/results/d507f8d8ae4dd6aac1e83b7cc81017caf0d2c30e
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-04 14:02:25 +02:00
Peter Seiderer
b025ab55ae
package/sane-backends: add patch to fix compile for toolchains without thread support
...
Fixes:
- http://autobuild.buildroot.net/results/c9b0e41d66211bcab231b5db78c6eebe4b1d78ba
genesys/scanner_interface_usb.cpp: In member function ‘virtual void genesys::ScannerInterfaceUsb::sleep_us(unsigned int)’:
genesys/scanner_interface_usb.cpp:484:10: error: ‘std::this_thread’ has not been declared
484 | std::this_thread::sleep_for(std::chrono::microseconds{microseconds});
| ^~~~
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-04 13:59:11 +02:00
Fabrice Fontaine
bd1a3a29de
package/libvips: add giflib optional dependency
...
giflib is an optional dependency which is enabled by default since
version 8.3.0 and
d79407f285
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-04 13:58:27 +02:00
Francois Perrad
2fb934ab5b
package/jimtcl: bump to version 0.80
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-04 13:57:09 +02:00
Marcus Folkesson
8eda006378
package/libostree: bump to version 2021.1
...
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-04 12:32:33 +02:00
Peter Seiderer
f5c960f162
package/libinput: bump version to 1.17.1
...
For details see [1].
[1] https://lists.freedesktop.org/archives/wayland-devel/2021-March/041758.html
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-04 12:32:08 +02:00
Fabrice Fontaine
590dc115d3
package/ipset: bump to version 7.11
...
Update indentation in hash file (two spaces)
http://git.netfilter.org/ipset/tree/ChangeLog?h=v7.11
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-04 12:30:58 +02:00
Fabrice Fontaine
a3d4f83e5a
package/smartmontools: bump to version 7.2
...
Drop patch (already in version) and so autoreconf
https://www.smartmontools.org/browser/tags/RELEASE_7_2/smartmontools/NEWS
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-04 12:30:26 +02:00
Michael Vetter
7727703a8b
package/jasper: bump version to 2.0.28
...
Changes:
* Fix potential null pointer dereference in the JP2/JPC decoder. (#269 )
* Fix ignoring of JAS_STREAM_FILEOBJ_NOCLOSE at stream close time. (#286 )
* Fix integral type sizing problem in JP2 codec. (#284 )
Signed-off-by: Michael Vetter <jubalh@iodoru.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-04 12:29:10 +02:00
Fabrice Fontaine
92a6db4fc6
package/upx: fix CVE-2021-20285
...
A flaw was found in upx canPack in p_lx_elf.cpp in UPX 3.96. This flaw
allows attackers to cause a denial of service (SEGV or buffer overflow
and application crash) or possibly have unspecified other impacts via a
crafted ELF. The highest threat from this vulnerability is to system
availability.
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-04 12:27:31 +02:00
Fabrice Fontaine
ce978e0a67
package/gnutls: security bump to version 3.7.1
...
- Fix CVE-2021-20231 and CVE-2021-20232:
https://www.gnutls.org/security-new.html#GNUTLS-SA-2021-03-10
- Drop patch (not needed since:
https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=b2d4b6c87827e34a694278d085a31508af052a37 )
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-04-04 12:26:48 +02:00
Fabrice Fontaine
08a0e9bd06
package/botan: add support for riscv32
...
Backport an upstream patch to add support for riscv32. Although this is
a new feature (new arch support), this is an upstream commit, so we can
expect it to be available in a future release.
Fixes:
- http://autobuild.buildroot.org/results/1c399312dbec5d7a28ec90d62fdd8f47fa14ff4b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
[yann.morin.1998@free.fr:
- technically, this is not a bug fix, but new arch support
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-04-04 12:22:18 +02:00
Fabrice Fontaine
26d9863c82
package/perl-xml-libxml: add CPE variables
...
cpe:2.3:a:xml-libxml_project:xml-libxml is a valid CPE identifier for
this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Axml-libxml_project%3Axml-libxml
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2021-04-04 12:18:03 +02:00
Bernd Kuhls
a429233617
package/samba4: update samba4-cache.txt for fcntl flags check
...
Fixes:
http://autobuild.buildroot.net/results/76a/76a411b78d764561457decd47b268f65059ba1b0/
Checking whether fcntl supports setting/geting hints : not found
..
Cross answers file /home/giuliobenetti/autobuild/run/instance-2/output-1/build/samba4-4.14.2/cache.txt is incomplete
Samba4 has added a check for fcntl F_{G,S}ET_RW_HINT /
F_{G,S}ET_FILE_RW_HINT handling since:
5084a69de1
Which is supported by the Linux kernel since 4.13 in commit
c75b1d9421f80f41 (fs: add fcntl() interface for setting/getting
write life time hints), so add it to the cache file.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2021-04-04 11:09:38 +02:00
Fabrice Fontaine
99001b0a81
package/cifs-utils: add missing python dependencies
...
Add missing python dependencies which have been forgotten when bumping
to version 6.12 in commit b5dede7d1a
Fixes:
- http://autobuild.buildroot.org/results/acdbf7c58ec8ae648f8048bc75650dcdcdca6285
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
[yann.morin.1998@free.fr:
- dependencies are because of python3, not python
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-04-03 16:51:03 +02:00
Fabrice Fontaine
cb6ffd93ec
package/libvpx: add LIBVPX_CPE_ID_VENDOR
...
cpe:2.3:a:webmproject:libvpx is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Awebmproject%3Alibvpx
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-03 15:56:16 +02:00
Bernd Kuhls
dc6ae00295
package/x11r7/xkeyboard-config: bump version to 2.32
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-03 15:55:49 +02:00
Bernd Kuhls
5b652f8c1c
package/perl-net-http: bump version to 6.21
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-03 15:53:55 +02:00
Bernd Kuhls
b8e5d7b9b8
package/perl-net-dns: bump version to 1.30
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-03 15:53:53 +02:00
Bernd Kuhls
c38872a46c
package/perl-digest-hmac: bump version to 1.04
...
Added by scancpan:
- new project URL
- new SITE
- new license file
- reformatted hashes
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-03 15:53:52 +02:00
Bernd Kuhls
0fe28206fa
package/perl-uri: bump version to 5.09
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-03 15:53:51 +02:00
Bernd Kuhls
e0c8ab2246
package/perl-http-message: bump version to 6.29
...
Reformatted hashes.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-03 15:53:50 +02:00
Bernd Kuhls
dfce8c7b7e
perl-html-parser: bump version to 3.76
...
Added by scancpan:
- runtime dependencies
- new project URL
- new SITE
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-03 15:53:29 +02:00
Bernd Kuhls
012c08f713
package/perl-crypt-openssl-guess: bump version to 0.12
...
Reformatted hashes.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-03 15:53:28 +02:00
Bernd Kuhls
d5652c4d4e
package/libvpx: bump version to 1.10.0
...
Release notes:
https://chromium.googlesource.com/webm/libvpx/+/refs/tags/v1.10.0
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-03 15:49:58 +02:00
Bernd Kuhls
aa928f06ee
package/libhdhomerun: bump version to 20210224
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-03 15:49:56 +02:00
Bernd Kuhls
cfd57a8a98
package/libebur128: bump version to 1.2.6
...
Reformatted hashes.
Release notes:
https://github.com/jiixyj/libebur128/blob/master/README.md
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-03 15:49:55 +02:00
Bernd Kuhls
663e1fa563
package/libva-utils: bump version to 2.11.1
...
Release notes:
https://github.com/intel/libva-utils/releases/tag/2.11.1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-03 15:49:54 +02:00
Bernd Kuhls
845182fa73
package/libva: bump version to 2.11.0
...
Release notes:
https://github.com/intel/libva/blob/master/NEWS
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-03 15:49:53 +02:00
Giulio Benetti
2344cbd634
configs/amarula_vyasa_rk3288: bump Linux version to 5.11
...
Bump Linux and headers version to 5.11
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-03 15:47:15 +02:00
Giulio Benetti
335311831e
configs/amarula_vyasa_rk3288: bump u-boot version to 2021.01
...
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-04-03 15:47:06 +02:00
Adam Duskett
028a210f66
package/mender: add nodbus to tags if dbus is not selected
...
The README.md file suggests passing "nodbus" as a tag if dbus is not selected.
Signed-off-by: Adam Duskett <aduskett@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2021-04-03 09:30:22 +02:00
Adam Duskett
0cb8b25169
package/mender: make xz optional
...
According to the README.md file, xz is optional.
- Remove the dependency on the xz package.
- If the xz package is not selected, add "nolzma" to MENDER_TAGS
Signed-off-by: Adam Duskett <aduskett@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2021-04-03 09:30:20 +02:00
Adam Duskett
8e80da620b
package/mender/mender.mk: fix license list
...
The license files were updated in the .hash file, but not in the .mk file.
Fixes:
http://autobuild.buildroot.org/results/42c2987e5cf2bb8918f7fdbd8303951f34b8ead1
Signed-off-by: Adam Duskett <aduskett@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2021-04-03 09:30:19 +02:00