Re: [ptxdist] [PATCH v2] iputils: update s20121221 -> s20161105

2017-01-26 Thread Marc Kleine-Budde
On 01/26/2017 11:40 AM, Michael Olbrich wrote:
> On Wed, Jan 25, 2017 at 07:41:42AM +0100, Uwe Kleine-König wrote:
>> On Wed, Jan 25, 2017 at 12:13:59AM +0100, Clemens Gruber wrote:
>>> The current version of iputils ping can handle IPv4 and IPv6 but
>>> requires a crypto library dependency for ICMPv6 NI queries.
>>> Add all possible choices: libgcrypt, nettle, openssl or none
>>>
>>> tracepath works with IPv4 as well as IPv6 and it does not have to run as
>>> root.
>>> traceroute6 only works with IPv6 and requires superuser privileges.
>>
>> on Debian traceroute6.iputils isn't setuid root and works for me. It has
>> caps set however:
>>
>>  $ ls -l /usr/bin/traceroute6.iputils
>>  -rwxr-xr-x 1 root root 18936 Nov 10 07:23 /usr/bin/traceroute6.iputils
>>
>>  $ /sbin/getcap /usr/bin/traceroute6.iputils
>>  /usr/bin/traceroute6.iputils = cap_net_raw+ep
>>
>> Would that work here, too?
> 
> In theory yes, but I think our image generation tools cannot handle this.

mk2fs from e2fsprogs can generate images with extended attributed. I
used it to build imagea with ima/evm attributes.

Marc

-- 
Pengutronix e.K.  | Marc Kleine-Budde   |
Industrial Linux Solutions| Phone: +49-231-2826-924 |
Vertretung West/Dortmund  | Fax:   +49-5121-206917- |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |



signature.asc
Description: OpenPGP digital signature
___
ptxdist mailing list
ptxdist@pengutronix.de

Re: [ptxdist] [PATCH v2] iputils: update s20121221 -> s20161105

2017-01-26 Thread Michael Olbrich
On Wed, Jan 25, 2017 at 07:41:42AM +0100, Uwe Kleine-König wrote:
> On Wed, Jan 25, 2017 at 12:13:59AM +0100, Clemens Gruber wrote:
> > The current version of iputils ping can handle IPv4 and IPv6 but
> > requires a crypto library dependency for ICMPv6 NI queries.
> > Add all possible choices: libgcrypt, nettle, openssl or none
> > 
> > tracepath works with IPv4 as well as IPv6 and it does not have to run as
> > root.
> > traceroute6 only works with IPv6 and requires superuser privileges.
> 
> on Debian traceroute6.iputils isn't setuid root and works for me. It has
> caps set however:
> 
>   $ ls -l /usr/bin/traceroute6.iputils
>   -rwxr-xr-x 1 root root 18936 Nov 10 07:23 /usr/bin/traceroute6.iputils
> 
>   $ /sbin/getcap /usr/bin/traceroute6.iputils
>   /usr/bin/traceroute6.iputils = cap_net_raw+ep
> 
> Would that work here, too?

In theory yes, but I think our image generation tools cannot handle this.

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

Re: [ptxdist] Kernel dependency from bc

2017-01-26 Thread Michael Olbrich
Hi,

On Fri, Jan 20, 2017 at 01:07:05PM +0100, Markus Niebel wrote:
> since kernel 3.10 (afaik) bc is needed to build the kernel. Should we
> add something like a host-system-bc package which notifies the user that
> he needs to install bc on his box?

I think that would be best. Can you make a patch for this?

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] [PATCH v2] networkmanager: version bump 1.4.2 -> 1.6.0

2017-01-26 Thread Ulrich Ölmann
Signed-off-by: Ulrich Ölmann 
---
Changes since v1:
- replaced "--without-config-dhcp-default" with
  "--with-config-dhcp-default=internal"

 rules/networkmanager.make | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/rules/networkmanager.make b/rules/networkmanager.make
index cd4d8da3c1e6..90654d8d268c 100644
--- a/rules/networkmanager.make
+++ b/rules/networkmanager.make
@@ -17,11 +17,11 @@ PACKAGES-$(PTXCONF_NETWORKMANAGER) += networkmanager
 #
 # Paths and names
 #
-NETWORKMANAGER_VERSION := 1.4.2
-NETWORKMANAGER_MD5 := 59b5b5585467756787c6cb535cbd306e
+NETWORKMANAGER_VERSION := 1.6.0
+NETWORKMANAGER_MD5 := ccdac1d03133a59065cbb93a09fa54b0
 NETWORKMANAGER := NetworkManager-$(NETWORKMANAGER_VERSION)
 NETWORKMANAGER_SUFFIX  := tar.xz
-NETWORKMANAGER_URL := 
https://ftp.gnome.org/pub/GNOME/sources/NetworkManager/1.4/$(NETWORKMANAGER).$(NETWORKMANAGER_SUFFIX)
+NETWORKMANAGER_URL := 
https://ftp.gnome.org/pub/GNOME/sources/NetworkManager/1.6/$(NETWORKMANAGER).$(NETWORKMANAGER_SUFFIX)
 NETWORKMANAGER_SOURCE  := $(SRCDIR)/$(NETWORKMANAGER).$(NETWORKMANAGER_SUFFIX)
 NETWORKMANAGER_DIR := $(BUILDDIR)/$(NETWORKMANAGER)
 
@@ -44,7 +44,7 @@ NETWORKMANAGER_CONF_OPT := \
--enable-ifupdown \
--disable-ifnet \
--disable-code-coverage \
-   --$(call ptx/wwo,PTXCONF_NETWORKMANAGER_WIRELESS)-wifi \
+   --$(call ptx/endis,PTXCONF_NETWORKMANAGER_WIRELESS)-wifi \
--disable-introspection \
--disable-qt \
--disable-teamdctl \
@@ -70,7 +70,7 @@ NETWORKMANAGER_CONF_OPT := \
--with-systemdsystemunitdir=/lib/systemd/system \
--with-hostname-persist=default \
--$(call ptx/wwo,PTXCONF_NETWORKMANAGER_SYSTEMD_UNIT)-systemd-journal \
-   --with-logging-backend-default="" \
+   --with-config-logging-backend-default="" \
--$(call ptx/wwo,PTXCONF_NETWORKMANAGER_SYSTEMD_UNIT)-systemd-logind \
--without-consolekit \
--with-session-tracking=no \
@@ -83,6 +83,8 @@ NETWORKMANAGER_CONF_OPT := \
--without-ofono \
--with-dhclient=/sbin/dhclient \
--without-dhcpcd \
+   --without-dhcpcd-supports-ipv6 \
+   --with-config-dhcp-default=internal \
--without-resolvconf \
--without-netconfig \
--with-config-dns-rc-manager-default=file \
-- 
2.11.0


___
ptxdist mailing list
ptxdist@pengutronix.de

Re: [ptxdist] [PATCH] networkmanager: version bump 1.4.2 -> 1.6.0

2017-01-26 Thread Ulrich Ölmann
Hi Michael,

please use this patch as a replacement of last week's "networkmanager: version
bump 1.4.2 -> 1.4.4".

Regards
Ulrich
-- 
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] [PATCH] networkmanager: version bump 1.4.2 -> 1.6.0

2017-01-26 Thread Ulrich Ölmann
Signed-off-by: Ulrich Ölmann 
---
 rules/networkmanager.make | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/rules/networkmanager.make b/rules/networkmanager.make
index cd4d8da3c1e6..c07f9df6577c 100644
--- a/rules/networkmanager.make
+++ b/rules/networkmanager.make
@@ -17,11 +17,11 @@ PACKAGES-$(PTXCONF_NETWORKMANAGER) += networkmanager
 #
 # Paths and names
 #
-NETWORKMANAGER_VERSION := 1.4.2
-NETWORKMANAGER_MD5 := 59b5b5585467756787c6cb535cbd306e
+NETWORKMANAGER_VERSION := 1.6.0
+NETWORKMANAGER_MD5 := ccdac1d03133a59065cbb93a09fa54b0
 NETWORKMANAGER := NetworkManager-$(NETWORKMANAGER_VERSION)
 NETWORKMANAGER_SUFFIX  := tar.xz
-NETWORKMANAGER_URL := 
https://ftp.gnome.org/pub/GNOME/sources/NetworkManager/1.4/$(NETWORKMANAGER).$(NETWORKMANAGER_SUFFIX)
+NETWORKMANAGER_URL := 
https://ftp.gnome.org/pub/GNOME/sources/NetworkManager/1.6/$(NETWORKMANAGER).$(NETWORKMANAGER_SUFFIX)
 NETWORKMANAGER_SOURCE  := $(SRCDIR)/$(NETWORKMANAGER).$(NETWORKMANAGER_SUFFIX)
 NETWORKMANAGER_DIR := $(BUILDDIR)/$(NETWORKMANAGER)
 
@@ -44,7 +44,7 @@ NETWORKMANAGER_CONF_OPT := \
--enable-ifupdown \
--disable-ifnet \
--disable-code-coverage \
-   --$(call ptx/wwo,PTXCONF_NETWORKMANAGER_WIRELESS)-wifi \
+   --$(call ptx/endis,PTXCONF_NETWORKMANAGER_WIRELESS)-wifi \
--disable-introspection \
--disable-qt \
--disable-teamdctl \
@@ -70,7 +70,7 @@ NETWORKMANAGER_CONF_OPT := \
--with-systemdsystemunitdir=/lib/systemd/system \
--with-hostname-persist=default \
--$(call ptx/wwo,PTXCONF_NETWORKMANAGER_SYSTEMD_UNIT)-systemd-journal \
-   --with-logging-backend-default="" \
+   --with-config-logging-backend-default="" \
--$(call ptx/wwo,PTXCONF_NETWORKMANAGER_SYSTEMD_UNIT)-systemd-logind \
--without-consolekit \
--with-session-tracking=no \
@@ -83,6 +83,8 @@ NETWORKMANAGER_CONF_OPT := \
--without-ofono \
--with-dhclient=/sbin/dhclient \
--without-dhcpcd \
+   --without-dhcpcd-supports-ipv6 \
+   --without-config-dhcp-default \
--without-resolvconf \
--without-netconfig \
--with-config-dns-rc-manager-default=file \
-- 
2.11.0


___
ptxdist mailing list
ptxdist@pengutronix.de