summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* mesalib: version bump 20.2.1 -> 20.2.2Philipp Zabel2020-11-131-2/+2
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20201112164056.26416-1-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3-urllib3: new packageLars Pedersen2020-11-132-0/+62
| | | | | | | | Urllib3 is a powerful, user-friendly HTTP client for Python Signed-off-by: Lars Pedersen <lapeddk@gmail.com> Message-Id: <20201111133823.27130-1-lapeddk@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-tz-database: version bump 2020a -> 2020dAlexander Dahl2020-11-121-4/+4
| | | | | | | | | | | | See announcements: - https://mm.icann.org/pipermail/tz-announce/2020-October/000059.html - https://mm.icann.org/pipermail/tz-announce/2020-October/000060.html - https://mm.icann.org/pipermail/tz-announce/2020-October/000062.html Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20201105140040.16088-1-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* liburing: add new ruleSteffen Trumtrar2020-11-122-0/+62
| | | | | | | | | | | | | | | | | | | Add the liburing package for io_uring instances. >From the README: This is the io_uring library, liburing. liburing provides helpers to setup and teardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation. For more info on io_uring, please see: https://kernel.dk/io_uring.pdf Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Message-Id: <20201105104527.15630-1-s.trumtrar@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kmscube: version bump 2017-03-13-g803bac5 -> 2020-10-28-ge6386d1bLucas Stach2020-11-125-35/+11
| | | | | | | | | | | - version bump - add license file - switch to meson build - disable gstreamer dependency (keep it simple) Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Message-Id: <20201103100926.6960-1-l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* parted: remove obsolete readline selectBastian Krause2020-11-121-1/+0
| | | | | | | | | | ff2fb9a12 ("parted: update to 3.3") added --without-readline to PARTED_CONF_OPT, so readline is no longer needed. Fixes: ff2fb9a12 ("parted: update to 3.3") Signed-off-by: Bastian Krause <bst@pengutronix.de> Message-Id: <20201102130558.15960-1-bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* trace-cmd: version bump 2.8.3 -> 2.9.1Michael Olbrich2020-11-123-136/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_kconfig: handle BSP local toplevel Kconfig file correctly with layersMichael Olbrich2020-11-061-9/+25
| | | | | | | | | | | | | The toplevel Kconfig file for the ptxconfig and platformconfig is found once at the beginning of ptxd_kconfig(). This can break oldconfig: When iterating over layers, the Kconfig file found for the top layer is always used. This is incorrect. Different layers may have a different Kconfig file. So update PTXDIST_PATH_LAYERS and look for the correct Kconfig file in ptxd_kconfig_update() for each layer separately. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* iperf3: fix URLMichael Olbrich2020-11-021-1/+1
| | | | | | | The old http URL redirects to https://downloads.es.net/ (the toplevel directory, not the full URL). So use the correct https URL to fix this. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libseccomp: add missing dependencyptxdist-2020.11.0Michael Olbrich2020-11-011-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* file: add upstream patch to fix building on PPCMichael Olbrich2020-11-012-0/+33
| | | | | | | | | | | Without this, building fails with: seccomp.c: In function 'enable_sandbox_full': seccomp.c:194:19: error: invalid application of 'sizeof' to incomplete type 'struct termios' seccomp.c:194:2: note: in expansion of macro 'ALLOW_IOCTL_RULE' make[3]: *** [Makefile:554: seccomp.o] Error 1 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-nfsutils: only build and install rpcgenMichael Olbrich2020-11-011-0/+7
| | | | | | | | | Nothing else is needed. And without this, building may fail on modern distros with: mount.h:9:10: fatal error: rpc/rpc.h: No such file or directory Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* iproute2: version bump v5.7.0 -> v5.9.0Steffen Trumtrar2020-11-011-2/+2
| | | | | | | | No relevant Makefile or configure changes. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Message-Id: <20201029125410.29653-1-s.trumtrar@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cryptsetup: version bump 2.3.2 -> 2.3.4Ladislav Michl2020-11-011-3/+3
| | | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Message-Id: <20201029113355.GA539593@lenoch> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* fio: fix building on ARMv5 and PPCMichael Olbrich2020-10-302-0/+45
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mesalib: v3d and vc4 require NEONMichael Olbrich2020-10-301-1/+1
| | | | | | | These drivers contain NEON assembly. So only build them if NEON is enabled. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: add cgdb commandMarian Cichy2020-10-301-2/+11
| | | | | | | | | | | | cgdb is a curses-frontend for gdb with some visual conveniences for debugging. ptxdist already has a 'ptxdist gdb' command to invoke gdb with configured sysroot etc., and it would be nice to have when we can also use cgdb. Signed-off-by: Marian Cichy <m.cichy@pengutronix.de> Message-Id: <20201028153543.5092-1-m.cichy@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nss: version bump 3.54 -> 3.58Michael Olbrich2020-10-308-28/+38
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libgcrypt: version bump 1.8.6 -> 1.8.7Michael Olbrich2020-10-281-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gnutls: version bump 3.6.14 -> 3.6.15Michael Olbrich2020-10-284-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssl: version bump 1.1.1g -> 1.1.1hMichael Olbrich2020-10-285-5/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libcap: version bump 2.41 -> 2.44Michael Olbrich2020-10-283-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_fit_image: add architecture nameAVazquez2020-10-281-0/+2
| | | | | | | | Add architecture name, mandatory for types kernel and fdt. Signed-off-by: AVazquez <avazquez.dev@gmail.com> Message-Id: <1603284776-11933-1-git-send-email-avazquez.dev@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* orc: version bump 0.4.31 -> 0.4.32Michael Olbrich2020-10-281-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer1: version bump 1.18.0 -> 1.18.1Michael Olbrich2020-10-281-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer-vaapi1: version bump 1.18.0 -> 1.18.1Michael Olbrich2020-10-281-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-rtsp-server1: version bump 1.18.0 -> 1.18.1Michael Olbrich2020-10-281-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-python1: version bump 1.18.0 -> 1.18.1Michael Olbrich2020-10-281-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-ugly1: version bump 1.18.0 -> 1.18.1Michael Olbrich2020-10-281-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-good1: version bump 1.18.0 -> 1.18.1Michael Olbrich2020-10-281-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-base1: version bump 1.18.0 -> 1.18.1Michael Olbrich2020-10-281-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-bad1: version bump 1.18.0 -> 1.18.1Michael Olbrich2020-10-281-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-libav1: version bump 1.18.0 -> 1.18.1Michael Olbrich2020-10-281-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-devtools1: version bump 1.18.0 -> 1.18.1Michael Olbrich2020-10-281-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* logrotate: version bump 3.9.1 -> 3.17.0Alexander Dahl2020-10-288-161/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build of the old version fails with recent OSELAS toolchain 2020.08.x, error log in the end. Runtime tested on at91 based target. Noteworthy changes from upstream ChangeLog affecting this package (collected from multiple versions): - Upstream moved to GitHub: <https://github.com/logrotate/logrotate>. - Legacy Makefile renamed to Makefile.legacy, will be removed eventually. - Allow to change default state path at build time (via the --with-state-file-path option of the configure script). - Import systemd service and timer for logrotate from openSUSE. - Avoid using local implementation of strndup() and asprintf() if these functions are available at build time. - Fix parsing of 'su' directive to accept usernames starting with numeric symbols. - Make sure that 64-bit file offsets are used on 32-bit systems. - Errors in config files are no longer treated as fatal errors. (#81) - `configure --with-default-mail-command` specifies default mail command. (#100) - build fixes related to `-Werror` (#119) and `-Werror=format=` (#108) - `confgure --enable-werror` now controls use of the -Werror flag (#123) - fix compilation with gcc-10, which defaults to `-fno-common` (#288) - lock state file to prevent parallel execution of logrotate (#295, #297) And of course lots of other bugfixes and improvements. The download URL was changed to the official upstream source on GitHub, while at it, switched to .xz compressed tarballs. The license hash changed, because upstream replaced the document with a recent version from GNU for 3.12.0. The license identifier was clearified by upstream to GPLv2+ in logrotate.spec.in for 3.11.0. The whole patch series can be dropped for the following reasons: - '0001-deb-config-h.patch': Debian patch introduced with 878707bd943a ("logrotate: version bump to 3.9.1"), those options are set through ./configure in prepare stage now for backwards compatibility - '0002-datehack.patch': upstream included this as bdbfea38a154 ("Support system dates back to the year 1970") for 3.9.2 - '0003-cpp-crossbuild.patch': related to legacy makefile based build - '0004-chown-484762.patch': Debian patch, they dropped it in recent versions - '0005-configure-add-check-for-large-file-support.patch': similar patch ceb2653c08b5 ("configure.ac: make sure that 64-bit file offsets are used") added by upstream for 3.11.0 Build error log with gcc-10: ------------------------- target: logrotate.compile ------------------------- make: Entering directory '/home/adahl/Work/bsp/tt/ncl/platform-ncl/build-target/logrotate-3.9.1' Making all in test make[1]: Entering directory '/home/adahl/Work/bsp/tt/ncl/platform-ncl/build-target/logrotate-3.9.1/test' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/adahl/Work/bsp/tt/ncl/platform-ncl/build-target/logrotate-3.9.1/test' make[1]: Entering directory '/home/adahl/Work/bsp/tt/ncl/platform-ncl/build-target/logrotate-3.9.1' CC logrotate.o CC config.o CC log.o CC basenames.o config.c: In function 'strndup': config.c:87:10: warning: 'nonnull' argument 's' compared to NULL [-Wnonnull-compare] logrotate.c: In function 'postrotateSingleLog': logrotate.c:1786:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] logrotate.c:1789:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' logrotate.c: In function 'prerotateSingleLog': logrotate.c:1225:2: warning: 'strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=] logrotate.c:1226:3: note: length computed here CCLD logrotate /opt/OSELAS.Toolchain-2020.08.0/arm-v5te-linux-gnueabi/gcc-10.2.1-glibc-2.32-binutils-2.35-kernel-5.8-sanitized/lib/gcc/arm-v5te-linux-gnueabi/10.2.1/../../../../arm-v5te-linux-gnueabi/bin/ld: config.o:platform-ncl/build-target/logrotate-3.9.1/logrotate.h:77: multiple definition of `logs'; logrotate.o:platform-ncl/build-target/logrotate-3.9.1/logrotate.h:77: first defined here collect2: error: ld returned 1 exit status make[1]: *** [Makefile:402: logrotate] Error 1 make[1]: Leaving directory '/home/adahl/Work/bsp/tt/ncl/platform-ncl/build-target/logrotate-3.9.1' make: *** [Makefile:442: all-recursive] Error 1 make: Leaving directory '/home/adahl/Work/bsp/tt/ncl/platform-ncl/build-target/logrotate-3.9.1' make: *** [/usr/local/lib/ptxdist-2020.10.0/rules/post/ptxd_make_world_compile.make:20: /home/adahl/Work/bsp/tt/ncl/platform-ncl/state/logrotate.compile] Error 2 Cc: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20201022084340.20510-3-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* logrotate: Add license file hashAlexander Dahl2020-10-281-0/+1
| | | | | | Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20201022084340.20510-2-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: let newpackage use qt5 by defaultMarian Cichy2020-10-282-1/+2
| | | | | | | | | | when using 'ptxdist newpackage src-qmake-prog, ptxdist generates rule-files that uses qt4 build-tools. Since qt4 is quite obsolete, lets switch to qt5 as default. Signed-off-by: Marian Cichy <m.cichy@pengutronix.de> Message-Id: <20201027162934.14648-1-m.cichy@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glmark2: add patch to prefer 8bpc EGL configs from upstreamLucas Stach2020-10-282-1/+34
| | | | | | | | | | This is picked from the glmark2 git master branch. Without this patch glmark would go for the highest bpc EGL config supported by the EGL implementation, which is in many cass not displayable, breaking the DRM backend. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Message-Id: <20201026145414.5174-1-l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* monit: version bump 5.26.0 -> 5.27.1Alexander Dahl2020-10-281-2/+4
| | | | | | | | | | | | Lots of bugfixes! Note: 5.27.0 had quite a lot of cross-compiling issues, those are solved by upstream with 5.27.1 now. Link: https://mmonit.com/monit/changes/ Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20201026093035.13883-1-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpewebkit: version bump 2.28.4 -> 2.30.1Bastian Krause2020-10-284-14/+92
| | | | | | | | | | | | | | | | | | | | | | | | | ENABLE_ACCELERATED_2D_CANVAS=ON is broken on 2.30.1. It defaults to off and does not really improve performance on embedded devices (paraphrasing the wpewebkit maintainers). There was even discussion to turn it into a private option [1]. So turn it off. wpewebkit depends on gstreamer for audio/video playback and more. The required plugin packages are already selected, but not all plugins used in Source/WebCore/platform/{audio,graphics,mediastream}/. Fix that. While at it, distinguish video/audio plugins and turn GST_PLUGINS_GOOD1/GST_PLUGINS_BAD1 into runtime dependencies. Enable/disable the corresponding CMake options ENABLE_VIDEO and ENABLE_WEB_AUDIO accordingly. The included patch is needed to make builds with ENABLE_VIDEO=OFF work. [1] https://bugs.webkit.org/show_bug.cgi?id=148473 Signed-off-by: Bastian Krause <bst@pengutronix.de> Message-Id: <20201022082500.20644-3-bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpebackend-fdo: version bump 1.6.1 -> 1.8.0Bastian Krause2020-10-282-4/+4
| | | | | | | | libepoxy is required since v1.7.1 for EGL operations. Signed-off-by: Bastian Krause <bst@pengutronix.de> Message-Id: <20201022082500.20644-2-bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libwpe: version bump 1.6.0 -> 1.8.0Bastian Krause2020-10-281-2/+2
| | | | | | Signed-off-by: Bastian Krause <bst@pengutronix.de> Message-Id: <20201022082500.20644-1-bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nfsutils: version bump 1.3.3 -> 2.5.1Bastian Krause2020-10-2811-206/+17
| | | | | | Signed-off-by: Bastian Krause <bst@pengutronix.de> Message-Id: <20201021144149.27886-3-bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-nfsutils: new packageBastian Krause2020-10-282-0/+56
| | | | | | | | | | | This is needed for rpcgen, which is needed during compile time of nfsutils. It may also be installed/used on the target. See: https://marc.info/?t=160327614800002&r=1&w=2 Signed-off-by: Bastian Krause <bst@pengutronix.de> Message-Id: <20201021144149.27886-2-bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nfsutils: fix paths in init scriptBastian Krause2020-10-281-4/+4
| | | | | | | | | The nfs-utils tools are installed into /usr/sbin since the /usr merge. Fixes: e5068a95a ("nfsutils: /usr merge") Signed-off-by: Bastian Krause <bst@pengutronix.de> Message-Id: <20201021144149.27886-1-bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mesalib: version bump 20.2.0 -> 20.2.1Philipp Zabel2020-10-281-2/+2
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20201016131050.20498-1-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* vulkan-validationlayers: version bump 1.2.148.0 -> 1.2.154.0Philipp Zabel2020-10-281-2/+2
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20201016131011.19359-6-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* vulkan-tools: version bump 1.2.148.0 -> 1.2.154.0Philipp Zabel2020-10-281-2/+3
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20201016131011.19359-5-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* vulkan-loader: version bump 1.2.148.0 -> 1.2.154.1Philipp Zabel2020-10-281-4/+4
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20201016131011.19359-4-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* spirv-tools: version bump 2020.4 -> 2020.5Philipp Zabel2020-10-281-4/+4
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20201016131011.19359-3-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>