[ptxdist] Antwort: Re: Antwort: Re: [PATCH] openvpn: version bump 2.3.11 -> 2.3.13

2016-12-02 Thread Tobias Schmidl
ce.tar.xz, even though the source itself[2] *can* be reached by curl. Maybe some weird caching issue. Regards, Tobias Schmidl [1] https://openvpn.net/index.php/download/community-downloads.html [2] https://swupdate.openvpn.org/community/releases/openvpn-2.3.13.tar.xz 0001-openvpn:-versionbump

[ptxdist] Antwort: Re: [PATCH] openvpn: version bump 2.3.11 -> 2.3.13

2016-11-30 Thread Tobias Schmidl
Hello all, -"ptxdist" schrieb: - > > This patch does not apply. Something (Your mail client?) replaced all tabs > with spaces. > are patches in attachments accepted on this mailing list? Best regards, Tobias

[ptxdist] [PATCH] openvpn: version bump 2.3.11 -> 2.3.13

2016-11-30 Thread Tobias Schmidl
Signed-off-by: Tobias Schmidl <t.schm...@erhardt-leimer.com> diff --git a/rules/openvpn.make b/rules/openvpn.make index 532809d..be84ee8 100644 --- a/rules/openvpn.make +++ b/rules/openvpn.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_OPENVPN) += openvpn # # Paths and names # -OPENVPN_V

[ptxdist] Added support for boost.python

2016-02-10 Thread Tobias Schmidl
This works both against python2 and python3. Signed-off-by: Tobias Schmidl <t.schm...@erhardt-leimer.com> --- rules/boost.in | 30 +++--- rules/boost.make | 10 ++ 2 files changed, 37 insertions(+), 3 deletions(-) diff --git a/rules/boost.in b/rules/bo

[ptxdist] Antwort: Re: [PATCH 2/2] Improved support for boost.python

2016-02-10 Thread Tobias Schmidl
Hello all, -"ptxdist" <ptxdist-boun...@pengutronix.de> schrieb: - >> On Tue, Jan 26, 2016 at 02:22:19PM +0100, Tobias Schmidl wrote: >> This works both against python2 and python3. >> > This wont work. You need a choice here with BOOST_NOPY

Re: [ptxdist] [PATCH] libboost: version bump 1.59.0 -> 1.60.0

2016-02-02 Thread Tobias Schmidl
Hello all, > > We have one patch for 1_59_0. Please check if it was applied or is still > needed. > > Michael > yup, still applies. I've attached the corrected patch Best regards, Tobias Schmidl boost-version-bump-1.59.0-1.60.0.patch Descri

[ptxdist] [PATCH] libpoco: version bump 1.4.6p2 -> 1.6.1

2016-02-02 Thread Tobias Schmidl
See https://raw.githubusercontent.com/pocoproject/poco/poco-1.6.1-release/CHANGELOG for more information. Signed-off-by: Tobias Schmidl <t.schm...@erhardt-leimer.com> --- ...ke-Linux-configuration-crosscompile-aware.patch | 38 -- patches/poco-1.4.6p2/

[ptxdist] [PATCH 1/2] Added cross library dependencies

2016-01-26 Thread Tobias Schmidl
Lots of boost repositories cannot be built if another boost lib isn't present. This patch adds some checks against this. Signed-off-by: Tobias Schmidl <t.schm...@erhardt-leimer.com> --- rules/boost.in | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a

[ptxdist] [PATCH 2/2] Improved support for boost.python

2016-01-26 Thread Tobias Schmidl
This works both against python2 and python3. Signed-off-by: Tobias Schmidl <t.schm...@erhardt-leimer.com> --- rules/boost.in | 4 ++-- rules/boost.make | 15 ++- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/rules/boost.in b/rules/boost.in index f1ceeb0..d

[ptxdist] [PATCH] libboost: version bump 1.59.0 -> 1.60.0

2016-01-26 Thread Tobias Schmidl
Signed-off-by: Tobias Schmidl <t.schm...@erhardt-leimer.com> --- rules/boost.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/boost.make b/rules/boost.make index 3bc3efb..95887f6 100644 --- a/rules/boost.make +++ b/rules/boost.make @@ -17,8 +17,8 @@ PA

Re: [ptxdist] [PATCH] ipkg.control: allow IPKG's Source field to be populated by users

2015-08-10 Thread Tobias Schmidl
Hello, do you have any comments on this? Best regards, Tobias An: ptxdist@pengutronix.de Von: Tobias Schmidl Gesendet von: ptxdist Datum: 22.07.2015 14:36 Betreff: [ptxdist] [PATCH] ipkg.control: allow IPKG's Source field to be populated by users We want to be able to set

[ptxdist] [PATCH] ipkg.control: allow IPKG's Source field to be populated by users

2015-07-22 Thread Tobias Schmidl
We want to be able to set the Source field in ipkg's control block by ourself, so that we're able to distinguish different package sources. Additionally, this is the only left hard coded option, so now the control block is fully customizable. --- config/xpkg/ipkg.control | 2 +- 1 file changed,