[ptxdist] [RFC] ppp: Fixes to build with glibc >= 2.28

2019-01-09 Thread Ladislav Michl
Hi, ppp does not build with glibc-2.28 as it dropped libcrypt. Upstream has patch: https://github.com/paulusmack/ppp/commit/3c7b86229f7bd2600d74db14b1fe5b3896be3875 However it is a bit mystery to me as pppd/auth.c and pppd/session.c are still using crypt() and there is not anything to provide it

Re: [ptxdist] [PATCHv1] openssl: version bump to 1.1.1a

2019-01-09 Thread Oliver Graute
On 09/01/19, Michael Olbrich wrote: > Hi, > > On Wed, Jan 09, 2019 at 12:31:12PM +, Denis OSTERLAND wrote: > > AFAIK OpenSSL 1.0 -> 1.1 is a bigger step. > > On which architectures have you tried it? > > Do you compiled ALL_YES? > > > > Am Dienstag, den 08.01.2019, 14:45 +0100 schrieb Oliver

Re: [ptxdist] [PATCHv1] openssl: version bump to 1.1.1a

2019-01-09 Thread Michael Olbrich
Hi, On Wed, Jan 09, 2019 at 12:31:12PM +, Denis OSTERLAND wrote: > AFAIK OpenSSL 1.0 -> 1.1 is a bigger step. > On which architectures have you tried it? > Do you compiled ALL_YES? > > Am Dienstag, den 08.01.2019, 14:45 +0100 schrieb Oliver Graute: > > this patch bump openssl to LTS version

[ptxdist] [PATCHv2] openssl: version bump to 1.1.1a

2019-01-09 Thread Oliver Graute
this patch bump openssl to LTS version 1.1.1a Signed-off-by: Oliver Graute --- changes in v2: - use the patches from  http://deb.debian.org/debian/pool/main/o/openssl/openssl_1.1.1a-1.debian.tar.xz - removed the old 1.02q patchset patches/openssl-1.0.2q/0001-debian-targets.patch | 85

Re: [ptxdist] [PATCHv1] openssl: version bump to 1.1.1a

2019-01-09 Thread Oliver Graute
On 09/01/19, Denis OSTERLAND wrote: > Hi Oliver, > > AFAIK OpenSSL 1.0 -> 1.1 is a bigger step. I know, so I started with this little changes to get feedback as early as possible. > On which architectures have you tried it? > Do you compiled ALL_YES? no, I just compiled for debian-armel, for

Re: [ptxdist] [PATCHv1] openssl: version bump to 1.1.1a

2019-01-09 Thread Ladislav Michl
On Wed, Jan 09, 2019 at 12:31:12PM +, Denis OSTERLAND wrote: > Hi Oliver, > > AFAIK OpenSSL 1.0 -> 1.1 is a bigger step. But it is worth doing as I could then finally drop local patches to enable crypodev ;-) > On which architectures have you tried it? Just tried on OMAP3 board only.

[ptxdist] [PATCH] libiio: new package

2019-01-09 Thread Ladislav Michl
Only local backend is supported for now. Signed-off-by: Ladislav Michl --- rules/libiio.in | 9 +++ rules/libiio.make | 68 +++ 2 files changed, 77 insertions(+) create mode 100644 rules/libiio.in create mode 100644 rules/libiio.make diff

Re: [ptxdist] [PATCHv1] openssl: version bump to 1.1.1a

2019-01-09 Thread Denis OSTERLAND
Hi Oliver, AFAIK OpenSSL 1.0 -> 1.1 is a bigger step. On which architectures have you tried it? Do you compiled ALL_YES? Am Dienstag, den 08.01.2019, 14:45 +0100 schrieb Oliver Graute: > this patch bump openssl to LTS version 1.1.1a > > Signed-off-by: Oliver Graute > --- > > first try to get

[ptxdist] ubsubscribe

2019-01-09 Thread Heydeck , Klaus-Jürgen
[Zur Kieback Karriereseite] Kieback GmbH & Co. KG Amtsgericht Charlottenburg, HRA 9371 Komplementärin: Laeger GmbH Tempelhofer Weg 50 12347 Berlin Amtsgericht Charlottenburg, HRB 6219 Geschäftsführer: Dipl.-Ing.

[ptxdist] [PATCH 1/2] wget: version bump 1.19.1 -> 1.20

2019-01-09 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/wget.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wget.make b/rules/wget.make index 4e62dd18c..9e17d410e 100644 --- a/rules/wget.make +++ b/rules/wget.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_WGET) += wget # # Paths

[ptxdist] [PATCH] v4l-utils: version bump 1.14.0 -> 1.16.0

2019-01-09 Thread Michael Tretter
Signed-off-by: Michael Tretter --- rules/v4l-utils.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/v4l-utils.make b/rules/v4l-utils.make index 79b69db36..29b105c83 100644 --- a/rules/v4l-utils.make +++ b/rules/v4l-utils.make @@ -16,8 +16,8 @@

[ptxdist] [PATCH] kernel: fix download url for release candidates

2019-01-09 Thread Michael Tretter
The check, if the release candidate needs to be downloaded from the git url, compares major and minor version numbers. It fails for Linux 5.0, because the minor is smaller than the minor of 4.12. Check for the minor version only if the major version is 4. Signed-off-by: Michael Tretter ---

[ptxdist] [PATCH] hostapd: version bump 2.6 -> 2.7

2019-01-09 Thread Ulrich Ölmann
Signed-off-by: Ulrich Ölmann --- config/hostapd/defconfig | 36 +--- rules/hostapd.make | 4 ++-- 2 files changed, 35 insertions(+), 5 deletions(-) diff --git a/config/hostapd/defconfig b/config/hostapd/defconfig index 28db7f31c04a..878daace0bea 100644 ---

[ptxdist] [PATCHv1] msmtp: version bump 1.4.30 -> 1.8.1

2019-01-09 Thread Oliver Graute
version bump from 1.4.30 to 1.81 - changed URL to project url - renamed SSL to TLS - dropped --without-gnome-keyring Signed-off-by: Oliver Graute --- rules/msmtp.in | 4 ++-- rules/msmtp.make | 11 +-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/rules/msmtp.in

[ptxdist] [PATCHv1] openssl: version bump to 1.1.1a

2019-01-09 Thread Oliver Graute
this patch bump openssl to LTS version 1.1.1a Signed-off-by: Oliver Graute --- first try to get LTS openssl into ptxdist - added debian-armel to Configurations/10-main.conf for compiling on arm - dropped the other patches, are these still necessary?