mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [ANNOUNCE] PTXdist 2021.06.0 released
Date: Fri, 4 Jun 2021 10:57:58 +0200	[thread overview]
Message-ID: <20210604085758.GC12506@pengutronix.de> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 4843 bytes --]

Hi,

I'm happy to announce that I've just released ptxdist-2021.06.0.

There is a new '<PKG>_FLAGS_BLACKLIST' variable that can be used in package
rules. Any compiler options added here will cause the compiler to fail.
This is useful, for example, to prevent a configure check to find a library
without an explicit dependency.

Support for toolchains that use /lib64 has been fixed in various places.
The initial support for this was added some time ago. It broke over time
but should work again now.

There was an issue with collections that could result in truncated
collection configs. This should now result in a proper error message
instead.

'ptxdist lint' now checks if rules contain the obsolete comment that refers
to the CREDITS file. This happens with rules that where originally created
with older PTXdist versions. I'll notice this now for new submissions, but
please run the lint check locally first to avoid unnecessary round-trips.

The rest is the usual mix of version bumps, bugfixes and new packages.

Thanks to all contributors and - as always - the shortlog below.

Enjoy,
Michael Olbrich


Alexander Dahl (4):
      gpsd: Make C++ wrapper support optional
      libxml2: version bump 2.9.10 -> 2.9.12
      libxslt: version bump 1.1.29 -> 1.1.34
      iputils: Fix targetinstall

Bastian Krause (1):
      doc: dev_layers_in_ptxdist: drop extra "`"

Christian Melki (6):
      scripts/pkg-config-wrapper: Try to clear up multiple pkgconfig libdir flow.
      Add missing install CROSS_LIB_DIR for CMAKE environments.
      ncurses.make: Change the explicit pkg-config dir to follow CROSS_LIB_DIR.
      iptables.make: Make .so file installation and copying follow CROSS_LIB_DIR.
      libcap.make: Make library installation follow CROSS_LIB_DIR
      platforms/u-boot.in: Add U-boot efi target images to copy to image dir.

Denis Osterland-Heim (1):
      host-mfgtools: version bump 1.4.43 -> 1.4.72

Lucas Stach (5):
      dtc: fix build with GCC11
      nspr: version bump 4.26 -> 4.30
      host-nss: disable array-parameter warning
      host-fakeroot: version bump 1.25.1 -> 1.25.3
      qt5: fix build with GCC11

Marco Felsch (1):
      v4l-utils: drop libv4l2 dependency for v4l2-compliance/ctl

Michael Grzeschik (1):
      libusbgx: make example and tool selection fine grained

Michael Olbrich (19):
      ptxd_make_world_package_info: improve rev config handling when layers are involved
      ptxd_lib_setup_target_wrapper: install wrapper for <prefix>-c++
      wrapper: add package variable to blacklist compiler flags
      fio: don't try to use zlib or aio
      host-icu: don't install anything
      opencv: don't build devpkg when the examples are installed
      bluez-qt: make sure qt_BluezQt.pri is installed in the right location
      cryptsetup: install cryptsetup.conf
      expat: version bump 2.3.0 -> 2.4.1
      ptx/config-md5: allow empyt md5 if --update-md5 is used
      python3-libevdev: add basic help text
      libinput: add optional 'libinput replay' dependencies
      libinput: version bump 1.17.0 -> 1.17.3
      cryptsetup: specify tmpfilesdir explicitly
      dhcp: must be build with -latomic on PPC
      cxxtools: add upstream patches to fix building with gcc 11
      ptxd_colgen: propagate errors from ptxd_make_log
      rules: rework some error handling
      ptxd_make_world_lint: add check for obsolete 'CREDITS' comment

Michael Riesch (1):
      memtester: bump version 4.3.0 -> 4.5.0

Oleksij Rempel (1):
      ethtool: version bump 5.7 -> 5.12

Philipp Zabel (5):
      wayland-protocols: version bump 1.20 -> 1.21
      libkmod: version bump 27 -> 28
      zstd: version bump 1.4.4 -> 1.5.0
      mesalib: version bump 21.0.3 -> 21.1.1
      mesalib: add missing dependency

Roland Hieber (16):
      bzip2: add upstream URL, switch to HTTPS
      bzip2: add license files
      bzip2: version bump 1.0.6 -> 1.0.8
      libarchive: move to HTTPS URL
      libarchive: add license files
      libarchive: version bump 3.3.2 -> 3.5.1
      sqlite: version bump 3.28 -> 3.35.5
      dhcp: move to HTTPS URL
      unzip: version bump 5.52 -> 6.00
      bind: new package
      dhcp: version bump 4.1.2 -> 4.4.2
      minicom: add license files
      minicom: version bump 2.6.2. -> 2.8
      doc: contributing: mention lint and license checksums
      nfs-utils: version bump 2.5.1 -> 2.5.3
      remove some more references to CREDITS file

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 181 bytes --]

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

                 reply	other threads:[~2021-06-04  8:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210604085758.GC12506@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox