[ptxdist] [PATCH] libgcrypt: version bump 1.8.2 -> 1.8.3

2018-06-13 Thread Clemens Gruber
Fixes CVE-2018-0495. Also switch to official HTTPS URL.

Signed-off-by: Clemens Gruber 
---
 rules/libgcrypt.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/libgcrypt.make b/rules/libgcrypt.make
index 2f3f8c1b5..5873e19bb 100644
--- a/rules/libgcrypt.make
+++ b/rules/libgcrypt.make
@@ -17,11 +17,11 @@ PACKAGES-$(PTXCONF_LIBGCRYPT) += libgcrypt
 #
 # Paths and names
 #
-LIBGCRYPT_VERSION  := 1.8.2
-LIBGCRYPT_MD5  := cfb0b5c79eab07686b6898160a407139
+LIBGCRYPT_VERSION  := 1.8.3
+LIBGCRYPT_MD5  := 3139c2402e844985a67fb288a930534d
 LIBGCRYPT  := libgcrypt-$(LIBGCRYPT_VERSION)
 LIBGCRYPT_SUFFIX   := tar.bz2
-LIBGCRYPT_URL  := 
http://artfiles.org/gnupg.org/libgcrypt/$(LIBGCRYPT).$(LIBGCRYPT_SUFFIX) 
ftp://ftp.gnupg.org/gcrypt/libgcrypt/$(LIBGCRYPT).$(LIBGCRYPT_SUFFIX)
+LIBGCRYPT_URL  := 
https://gnupg.org/ftp/gcrypt/libgcrypt/$(LIBGCRYPT).$(LIBGCRYPT_SUFFIX) 
ftp://ftp.gnupg.org/gcrypt/libgcrypt/$(LIBGCRYPT).$(LIBGCRYPT_SUFFIX)
 LIBGCRYPT_SOURCE   := $(SRCDIR)/$(LIBGCRYPT).$(LIBGCRYPT_SUFFIX)
 LIBGCRYPT_DIR  := $(BUILDDIR)/$(LIBGCRYPT)
 LIBGCRYPT_LICENSE  := GPL-2.0-only AND LGPL-2.0-only
-- 
2.17.1


___
ptxdist mailing list
ptxdist@pengutronix.de

Re: [ptxdist] Backporting udev-182 to ptxdist 1.99.20

2018-06-13 Thread Michael Olbrich
On Wed, Jun 13, 2018 at 02:57:57PM +, Jakov Simunic wrote:
> Hello,
> After I managed to surpass all obstacles on my way to making udev-182 build 
> on the ancient version of ptxdist 1.99.20, there is still some work to be 
> done 😊
> ptxdist go – does everything ok, but,
> ptxdist images – chmod and chown complain about paths to udev files
> 
> chmod: cannot access `./sbin/udevd': No such file or directory
> chown: cannot access `./sbin/udevd': No such file or directory
> chmod: cannot access `./sbin/udevadm': No such file or directory
> chown: cannot access `./sbin/udevadm': No such file or directory
> chmod: cannot access `./etc/udev/rules.d/01-basic.rules': No such file or 
> directory
> chown: cannot access `./etc/udev/rules.d/01-basic.rules': No such file or 
> directory
> chmod: cannot access `./etc/udev/rules.d/10-local.rules': No such file or 
> directory
> chown: cannot access `./etc/udev/rules.d/10-local.rules': No such file or 
> directory
> chmod: cannot access `./etc/udev/rules.d/50-default.rules': No such file or 
> directory
> chown: cannot access `./etc/udev/rules.d/50-default.rules': No such file or 
> directory
> chmod: cannot access `./etc/init.d/udev': No such file or directory
> chown: cannot access `./etc/init.d/udev': No such file or directory
> chmod: cannot access `./etc/udev/udev.conf': No such file or directory
> chown: cannot access `./etc/udev/udev.conf': No such file or directory
> chmod: cannot access `./lib/libudev.so.0.13.1': No such file or directory
> chown: cannot access `./lib/libudev.so.0.13.1': No such file or directory
> 
> What i don't understand is:
>   How can i change these paths?
>   Some paths seem ok, so I don't understand why chmod and chown are 
> complaining, I suppose the path they are

I'm not sure about ptxdist 1.99.20, but in may version, this can happen
after updating packages and is usually fixed by a clean rebuilt of the
whole BSP.

Michael


-- 
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- |

___
ptxdist mailing list
ptxdist@pengutronix.de

[ptxdist] Backporting udev-182 to ptxdist 1.99.20

2018-06-13 Thread Jakov Simunic
Hello,
After I managed to surpass all obstacles on my way to making udev-182 build on 
the ancient version of ptxdist 1.99.20, there is still some work to be done 😊
ptxdist go – does everything ok, but,
ptxdist images – chmod and chown complain about paths to udev files

chmod: cannot access `./sbin/udevd': No such file or directory
chown: cannot access `./sbin/udevd': No such file or directory
chmod: cannot access `./sbin/udevadm': No such file or directory
chown: cannot access `./sbin/udevadm': No such file or directory
chmod: cannot access `./etc/udev/rules.d/01-basic.rules': No such file or 
directory
chown: cannot access `./etc/udev/rules.d/01-basic.rules': No such file or 
directory
chmod: cannot access `./etc/udev/rules.d/10-local.rules': No such file or 
directory
chown: cannot access `./etc/udev/rules.d/10-local.rules': No such file or 
directory
chmod: cannot access `./etc/udev/rules.d/50-default.rules': No such file or 
directory
chown: cannot access `./etc/udev/rules.d/50-default.rules': No such file or 
directory
chmod: cannot access `./etc/init.d/udev': No such file or directory
chown: cannot access `./etc/init.d/udev': No such file or directory
chmod: cannot access `./etc/udev/udev.conf': No such file or directory
chown: cannot access `./etc/udev/udev.conf': No such file or directory
chmod: cannot access `./lib/libudev.so.0.13.1': No such file or directory
chown: cannot access `./lib/libudev.so.0.13.1': No such file or directory

What i don't understand is:
  How can i change these paths?
  Some paths seem ok, so I don't understand why chmod and chown are 
complaining, I suppose the path they are
--
Lijep pozdrav / Best regards
Jakov Šimunić

___
ptxdist mailing list
ptxdist@pengutronix.de

[ptxdist] [PATCH] modemmanager: version bump 1.6.12 -> 1.8.0

2018-06-13 Thread Ladislav Michl
Signed-off-by: Ladislav Michl 

diff --git a/rules/modemmanager.make b/rules/modemmanager.make
index db11e8fb8..04ae5116b 100644
--- a/rules/modemmanager.make
+++ b/rules/modemmanager.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_MODEMMANAGER) += modemmanager
 #
 # Paths and names
 #
-MODEMMANAGER_VERSION   := 1.6.12
-MODEMMANAGER_MD5   := d21c280220ee647e62eeb4e1df642fe3
+MODEMMANAGER_VERSION   := 1.8.0
+MODEMMANAGER_MD5   := 89d9d6b230bbdd5e54a7c44f423cf34c
 MODEMMANAGER   := ModemManager-$(MODEMMANAGER_VERSION)
 MODEMMANAGER_SUFFIX:= tar.xz
 MODEMMANAGER_URL   := 
http://www.freedesktop.org/software/ModemManager/$(MODEMMANAGER).$(MODEMMANAGER_SUFFIX)
@@ -49,6 +49,8 @@ MODEMMANAGER_CONF_OPT := \
--with-dbus-sys-dir=/usr/share/dbus-1/system.d \
--with-udev-base-dir=/usr/lib/udev \
--with-systemdsystemunitdir=/usr/lib/systemd/system \
+   --$(call ptx/wwo, PTXCONF_INITMETHOD_SYSTEMD)-systemd-suspend-resume \
+   --$(call ptx/wwo, PTXCONF_INITMETHOD_SYSTEMD)-systemd-journal \
--without-polkit \
--with-mbim \
--with-qmi
-- 
2.17.1


___
ptxdist mailing list
ptxdist@pengutronix.de