[ptxdist] [PATCH] lighttpd: upgrade to 1.4.35

2014-03-13 Thread Alexander Dahl
Version 1.4.35 was released 2014-03-12 containing a security fix and several other bug fixes. See http://www.lighttpd.net/2014/3/12/1.4.35/ for details. Tarball format was changed from .tar.bz2 to .tar.xz in the package rule. Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/lighttpd.make

[ptxdist] [ANNOUNCE] PTXdist 2014.03.0 released

2014-03-13 Thread Michael Olbrich
Hi, I'm happy to announce that I've just released ptxdist-2014.03.0. We habe the usual mix of new packages, new versions and bugfixes. An I reworked the platform Kconfig files. It should be easier to overwrite/add things here. Thanks to all contributors and - as always - the shortlog below.

[ptxdist] [PATCH 1/2] host-cython: add new package

2014-03-13 Thread Alexander Aring
Signed-off-by: Alexander Aring alex.ar...@gmail.com --- Hi, I am not sure about the following points: i) helptext: it's a host package with noprompt, but I saw a helptext in host-python also. That's why I add a help text here. ii) Cython installs some site-packages which is needed by

[ptxdist] [PATCHv3] net-snmp: Improved SNMPv3 authentication and privacy support.

2014-03-13 Thread Bruno Thomsen
Enabled SHA authentication and AES privacy (encryption) using OpenSSL. Upgraded from libnl1 to libnl3 dependency, and explicitly request libnl3. Disable minimal agent when privacy is enabled. Tested SNMPv3 with USM (User-based Security Model) SHA auth + AES priv, minimal agent option disabled.

Re: [ptxdist] [PATCHv3] net-snmp: Improved SNMPv3 authentication and privacy support.

2014-03-13 Thread Michael Olbrich
On Thu, Mar 13, 2014 at 03:20:26PM +0100, Bruno Thomsen wrote: Enabled SHA authentication and AES privacy (encryption) using OpenSSL. Upgraded from libnl1 to libnl3 dependency, and explicitly request libnl3. Disable minimal agent when privacy is enabled. Tested SNMPv3 with USM (User-based

Re: [ptxdist] ptxdist-2012.03.00 python2.6, hashlib.py, flup.py install fails ImportError: No module named _sha256

2014-03-13 Thread jdwilson
Juergen, Thank you for the feedback. I have figured out what the issue is. The default options to build openssl for the *build-host* need to be set so that at least no-ssl2 is defined, and possibly shared. I think the latter is needed because python may be looking for the dynamic lib. The