From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1X2jZm-0006ri-2u for ptxdist@pengutronix.de; Thu, 03 Jul 2014 18:09:34 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1X2jZm-00019u-1T for ptxdist@pengutronix.de; Thu, 03 Jul 2014 18:09:34 +0200 Date: Thu, 3 Jul 2014 18:09:34 +0200 From: Michael Olbrich Message-ID: <20140703160934.GF5390@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [ANNOUNCE] PTXdist 2014.07.0 released Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0576091100==" Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de --===============0576091100== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UlVJffcvxoiEqYs2" Content-Disposition: inline --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I'm happy to announce that I've just released ptxdist-2014.07.0. I'd call this a feature release. Be careful when updating, a lot of things have changed. Besides the usual mix of bugfixes and new versions we have: - updates to the core host-tools (fakeroot, gettext, pkg-config...). Most people won't notice anything here, but It's possible that this broke things on more exotic build systems (e.g. OS X). - Systemd 214 has the usual special requirements for the Kernel. Make sure you check the systemd README for kernel options you might need to enable. - With the new option '--auto-version' PTXdist will execute the correct PTXdist version as defined by the ptxconfig. /bin/ptxdist is now a wrapper script that adds this option. This is useful when working with multiple PTXdist versions. - ${PTXDIST_BSP_AUTOVERSION} can be used in PROJECT_VERSION and PLATFORM_VERSION. Is is derived from an anotated git tag 'something-YYYY.MM.X' (just like the ptxdist git versions). - PTXdist now supports distributed compiling with icecc (also known as Icecream)[1]. Just install it, enable it in 'ptxdist setup' and PTXdist will handle all the ugly details. - Building packages is parallel (with -jeX) should work again. As you can see, there are some rather large changes in this release. This might not be the best release to switch to right before a feature freeze... Thanks to all contributors and - as always - the shortlog below. Enjoy, Michael Olbrich [1] https://github.com/icecc/icecream Alexander Aring (6): libusb: fix libusbx to libusb prompt protobuf: version bump 2.4.1 -> 2.5.0 svgalib: fix library permissions to 0644 xorg-fonts: fix possible error handling kbd: rework and version bump 1.15.2 -> 2.0.1 cmatrix: add new package Alexander Dahl (2): net-snmp: add security patch from upstream 5.7.2.1 json-c: remove no longer needed patch series Bernhard Walle (1): host-tz-database: Update to 2014e Bruno Thomsen (3): dropbear: version bump 2013.60 -> 2014.63 dropbear: Added Elliptic Curve Cryptography options. php5: version bump 5.4.27 -> 5.4.29 Guillermo Rodriguez (3): Add support for stunnel classpath: Fix JAVA autoconf variable classpath: Bump version to 0.99 Jon Ringle (2): util-linux-ng: allow losetup to be optionally installed autossh: new package Markus Niebel (6): memtester: version bump 4.0.8 -> 4.3.0 aumix: fix URL aumix: select HOST_GETTEXT memtester: improve build system zip: fix download url u-boot: add config option for imx images Markus Pargmann (5): crda: Fix udev rule cppzmq: zmq header for C++ alfred: Initial commit liboping: initial commit radvd: Initial commit Michael Olbrich (86): image-root-ext: allow percentages for the size dtc: Seperate path and filename of dts host-qt4: enable parallel building for qmake useless use of cat libptxdist: remove some useless echo define PTXDIST_BSP_AUTOVERSION os-release: handle transparent changes to the used ptxconf variables project-name: let {PROJECT,PLATFORM}_VERSION default to PTXDIST_BSP_A= UTOVERSION libzmq: version bump 4.0.3 -> 4.0.4 ptxd_make_xpkg_common: Revert "useless use of cat" busybox: version bump 1.22.0 -> 1.22.1 e2fsprogs: version bump 1.42.9 -> 1.42.10 glib: version bump 2.38.2 -> 2.40.0 ptxd_make_world_update_md5: be stricter when updating the md5 kmod: version bump 16 -> 18 opkg: version bump 0.2.0 -> 0.2.2 libffi: 3.0.13 -> 3.1 strace: version bump 4.7 -> 4.8 strace: version bump 4.7 -> 4.8 htop: version bump 1.0.2 -> 1.0.3 pixman: version bump 0.30.0 -> 0.32.4 host-glib: cleanup configure options host-tz-database: fix install strace: fix patchin host-pkg-config: version bump 0.25 -> 0.25 host-fakeroot: version bump 1.14.4 -> 1.18.4 host-pkg-config: fix building host-pkg-config: needs libiconv for the internal glib dnsmasq: add missing dependency rootfs: add systemd groups and user systemd: version bump 204 -> 214 rootfs: add option to let systemd provide /etc/resolv.conf dbus: version bump 1.6.18 -> 1.8.4 e2fsprogs: add upstream patch to fix dependencies add bootloader spec submenu and default entry add bootloader spec entry template libgsf: version bump 1.14.16 -> 1.14.30 remove host-libiconv host-coreutils: new package rootfs: rework /etc/fstab host-coreutils: no prompt host-dbus: update configure options to latest version dbus: systemd units are only available if systemd support is enabled host-systemd: update dependencies glib: cleanup dtc: move dtb creation to shell host-acl: ignore gettext host-attr: ignore gettext host-glib: ignore gettext Toplevel.make: don't propagate MAKEFLAGS ptxdist: add support for icecc wapper: improve icecc handling ptxdist: make icecc handling more robust host-kernel-header: new package host-systemd: fix building on debian wheezy gettext: version bump 0.18.3.2 -> 0.19.1 gettext: fix new version ptxdist: add '--auto-version' and helper script pre/Rules: disable maintainer mode by default lowpan-tools: make sure no sources are generated protobuf: fix building for PPC host-gettext: dbus-java needs gettext with iconv support boost: fix building with -ji > 64 pre/Rules: set enable_option_checking=3Dfatal for host packages as we= ll orc: version bump 0.4.19 -> 0.4.21 tmux: version bump 1.6 -> 1.9a systemd: fix timesyncd startup xorg-app-xinput: add missing dependency json-c: version bump 0.10 -> 0.12 json-dbus-bridge: fix building with latest json-c libmikmod: realy don't use makeinfo syslinux: never build with icecc opencv: fix menu alignment cxxtools: fix building with thumb toolchains ptxd_make_world_install_mangle_pc: use '${prefix}/lib' for libdir xkeyboard-config: move to multimedia_libs lua: liblua should link to libdl dnsmasq: fix lua detection host-qooxdoo: use HOST_SYSTEM_PYTHON stunnel: add archive URL ptxd_lib_kgen: optimize v4l-utils: cleanup dependencies and configure options ptxdist: be more verbose when icecc setup fails v4l-utils/opencv: readd libv4l1 project-name: the versions should start with a '-' setlocalversion: use a fixed abbrev length for the version string Philipp Zabel (2): media-ctl: drop package, media-ctl now is part of v4l-utils v4l-utils: version bump 0.9.5 -> 1.2.1 Richard Cochran (2): xorg-lib-xt: fix the build xterm: fix the build --=20 Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | --UlVJffcvxoiEqYs2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAEBAgAGBQJTtYA9AAoJEM1w45tSAIbPrDUIAJUTJCH/8Ghj1jbGXv13JrjO dmq3oZtBq8uEWwiCVbq0rPUE//8IbC0SYTIkRxQPvui6e1XEeDetP+S7YE1BNiTR cWZ1hBz+1v119ma0d7IN3c+gnr/0eMA1UqU4/5JfhdWTAz+Pj0ON40ZRdhqNq1uv lKQIO3yjlK/de3htSRFnaPywT+zaGW2iua1AkDcrJ70Pb+ukkxO6Ic7uSiU54iAW Hor3T6dYDlY0zXppphqaf2RJ5zh3gSCiEVV9UfF18vEOBxPj45gceUrEt4jkIyz3 k6u2tQ3Wc1scS1EXqnJVnyLf6QCJ0FbanLvXUUR2mlRzJNtnPBw6lZH9BmSOub0= =CI1R -----END PGP SIGNATURE----- --UlVJffcvxoiEqYs2-- --===============0576091100== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- ptxdist mailing list ptxdist@pengutronix.de --===============0576091100==--