Michael Haas [Tue, 10 Mar 2015 08:54:17 +0000 (09:54 +0100)]
stunnel: Bring it back at v5.10
From: Michael Haas <haas@computerlinguist.org>
* init script no longer creates certificates (consider client mode as use
case)
* patches/010_fix_getnameinfo.patch: Fix getnameinfo signature
* patches/011_disable_ssp_linking.patch: Disable -fstack-protector as it
is not always available in OpenWRT
* old patches (in oldpackages) no longer necessary
* remove libwrap dependency
* remove libpthread dependency
* respect CONFIG_IPV6
* init script uses procd
* sample stunnel.conf runs in client mode - prevents start failure,
does not require cert
Possible enhancement: automatically generate certificate as done in
uhttpd. However, as client mode is a possible use case, I'd rather not.
Additionally, stunnel may use several certs with user-defined locations
and we can't easily set a cert location via command-line args.
The package is based on
https://sites.google.com/site/twisteroidambassador/openwrt/stunnel
Signed-off-by: Michael Haas <haas@computerlinguist.org>
Steven Barth [Tue, 10 Mar 2015 08:22:26 +0000 (09:22 +0100)]
Merge pull request #1013 from commodo/python-updates
python: remove PyPackage rules for python package
Álvaro Fernández Rojas [Mon, 9 Mar 2015 18:57:57 +0000 (19:57 +0100)]
tar: import from oldpackages and upgrade to 1.28
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Alexandru Ardelean [Mon, 9 Mar 2015 12:20:37 +0000 (14:20 +0200)]
python: remove PyPackage rules for python package
Calling `PyPackage` will install some default install rules for
python packages that are not required for the `python` package specifically
are not required.
That will lead to some conflicts with `python-light` because the
`/usr/lib/python2.7/site-packages` folder (+contents) will be
available in both packages.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Steven Barth [Mon, 9 Mar 2015 12:40:29 +0000 (13:40 +0100)]
strongswan: fix IKEv1 support
Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth [Mon, 9 Mar 2015 05:57:47 +0000 (06:57 +0100)]
Merge pull request #994 from kissg1988/seafile
seafile: fix download issue with python dependencies
Steven Barth [Mon, 9 Mar 2015 05:55:38 +0000 (06:55 +0100)]
Merge pull request #1006 from commodo/python-rt-lib-dirs
python: add patches to disable runtime lib dirs
Steven Barth [Mon, 9 Mar 2015 05:54:25 +0000 (06:54 +0100)]
Merge pull request #995 from plntyk/gammu_fixes
Gammu fixes
Steven Barth [Mon, 9 Mar 2015 05:52:38 +0000 (06:52 +0100)]
Merge pull request #1007 from commodo/ovs-fix2
openvswitch: limit kernel package to supported kernel versions
Nicolas Thill [Mon, 9 Mar 2015 02:38:58 +0000 (03:38 +0100)]
kmod: fix pkgconfig file
The pkgconfig file is generated at make-time, leading to absolute /usr/include & /usr/lib search paths.
The patch lets autoconf handle pkgconfig file subst, like other packages do.
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Álvaro Fernández Rojas [Mon, 9 Mar 2015 02:39:57 +0000 (03:39 +0100)]
flashrom: add config options
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Ted Hess [Sun, 8 Mar 2015 20:42:16 +0000 (16:42 -0400)]
Merge pull request #1005 from kissg1988/vala
vala: update to version 0.27.1 + fix build issue
Álvaro Fernández Rojas [Sun, 8 Mar 2015 18:58:39 +0000 (19:58 +0100)]
flashrom: update to v0.9.8
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Sun, 8 Mar 2015 18:58:03 +0000 (19:58 +0100)]
pciutils: fix libkmod depedency
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Nicolas Thill [Sun, 8 Mar 2015 16:40:03 +0000 (17:40 +0100)]
pen: update to 0.27.2
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Sun, 8 Mar 2015 16:38:31 +0000 (17:38 +0100)]
lttng-tools: fix build failure with libkmod (closes: #1004)
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Daniel Golle [Sun, 8 Mar 2015 16:34:15 +0000 (17:34 +0100)]
lvm2: bump version
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Alexandru Ardelean [Sun, 8 Mar 2015 16:10:11 +0000 (18:10 +0200)]
openvswitch: limit kernel package to supported kernel versions
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Sun, 8 Mar 2015 15:55:13 +0000 (17:55 +0200)]
python: add patches to disable runtime lib dirs
When cross-compiling, we do not need to add runtime lib dirs.
Also, the cross compilers that are used on OpenWRT do not support
the '-R' option, which causes build failures.
These build failures existed before, but were not noticed,
because it fails only on some setups.
This is because Python's `setup.py` does a lot of voo-doo
automagic that needs handling for some cross-compilation cases.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Álvaro Fernández Rojas [Sun, 8 Mar 2015 14:32:10 +0000 (15:32 +0100)]
pciutils: add libkmod dependency
Fixes https://github.com/openwrt/packages/issues/1003
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Sun, 8 Mar 2015 14:26:34 +0000 (15:26 +0100)]
unrar: update to v5.2.6
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Gergely Kiss [Sun, 8 Mar 2015 14:14:30 +0000 (15:14 +0100)]
vala: update to 0.27.1
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Álvaro Fernández Rojas [Sun, 8 Mar 2015 13:59:03 +0000 (14:59 +0100)]
udpxy: bump PKG_VERSION in order to fix build issues and refresh patches
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Gergely Kiss [Sun, 8 Mar 2015 13:51:28 +0000 (14:51 +0100)]
vala: add glib2 as a build dependency, fixes #702
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Ted Hess [Sun, 8 Mar 2015 12:06:13 +0000 (08:06 -0400)]
Merge pull request #1001 from probonopd/patch-1
announce: Update Makefile to 1.0.1
probonopd [Sun, 8 Mar 2015 10:12:52 +0000 (10:12 +0000)]
announce: Update Makefile to 1.0.1
Signed-off-by: Simon Peter <probono@puredarwin.org>
Nikos Mavrogiannopoulos [Sun, 8 Mar 2015 09:05:21 +0000 (10:05 +0100)]
Merge pull request #989 from plntyk/fix_libcrypt_prefix
ocserv: fix libcrypt location
Nicolas Thill [Sat, 7 Mar 2015 22:20:21 +0000 (23:20 +0100)]
gnupg: update to 1.4.19
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Sat, 7 Mar 2015 22:16:37 +0000 (23:16 +0100)]
msmtp: prevent use of IDN support on uClibc
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Sat, 7 Mar 2015 21:57:04 +0000 (22:57 +0100)]
msmtp: use proper configure options
Some configure options were renamed during last upstream update: use them!
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Michael Heimpold [Sat, 7 Mar 2015 21:47:51 +0000 (22:47 +0100)]
mmc-utils: fix typo in Makefile
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sat, 7 Mar 2015 20:47:09 +0000 (21:47 +0100)]
Merge remote-tracking branch 'tru7/knxd'
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Othmar Truniger [Sat, 7 Mar 2015 11:32:27 +0000 (12:32 +0100)]
knxd: follow new respository
Signed-off-by: Othmar Truniger <github@truniger.ch>
Dirk Neukirchen [Thu, 5 Mar 2015 11:31:14 +0000 (12:31 +0100)]
gammu: fix dependencies
- disable libdbi via CMAKE
- fix libpq dependency
reported by buildbot.openwrt.org
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Dirk Neukirchen [Thu, 5 Mar 2015 09:19:24 +0000 (10:19 +0100)]
gammu: use cmake.mk
- remove not needed legacy stuff
- fix lib64 suffix when installing
fixes build error when target is x86_64
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Gergely Kiss [Sat, 7 Mar 2015 00:17:18 +0000 (01:17 +0100)]
seafile: fix download issue with python dependencies
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Michael Heimpold [Fri, 6 Mar 2015 23:10:20 +0000 (00:10 +0100)]
libugpio: import from oldpackages and upgrade to 0.0.6
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Fri, 6 Mar 2015 22:31:10 +0000 (23:31 +0100)]
mmc-utils: add new package
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Marko Ratkaj [Fri, 6 Mar 2015 15:52:50 +0000 (16:52 +0100)]
squid: update to 3.5.2
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Ted Hess [Fri, 6 Mar 2015 16:39:31 +0000 (11:39 -0500)]
Merge pull request #991 from thess/gst-work
gstreamer: Update to 1.4.5
Steven Barth [Fri, 6 Mar 2015 14:29:30 +0000 (15:29 +0100)]
Merge pull request #992 from commodo/python-patch-updates
python: patch updates
Steven Barth [Fri, 6 Mar 2015 14:29:22 +0000 (15:29 +0100)]
Merge pull request #988 from commodo/python-modularization
python: packetize some python modules
Marcel Denia [Fri, 6 Mar 2015 13:36:25 +0000 (14:36 +0100)]
libidn: Update to 1.30
Signed-off-by: Marcel Denia <naoir@gmx.net>
Alexandru Ardelean [Mon, 2 Mar 2015 17:53:19 +0000 (19:53 +0200)]
python: packetize some python modules
Packetize some Python modules to reduce size of the overall Python package.
Basically, a new package is introduced, call `python-light`,
and everything that's extra (or big) is put in other packages.
The `python` package becomes a metapackage that installs `python-light`
along with the rest of the packages.
Base work started by Jan Čermák.
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Fri, 6 Mar 2015 09:29:23 +0000 (11:29 +0200)]
python: add '_python_*' env vars to host python
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Fri, 6 Mar 2015 09:13:25 +0000 (11:13 +0200)]
python: add patch for distutils to add support for the '_python_sysroot' env var
Patch taken from buildroot:
http://git.buildroot.net/buildroot/tree/package/python/python-008-distutils-use-python-sysroot.patch
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Fri, 6 Mar 2015 09:11:18 +0000 (11:11 +0200)]
python: re-number patches
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Ted Hess [Thu, 5 Mar 2015 19:04:21 +0000 (14:04 -0500)]
gst1-plugins-ugly: Update to 1.4.5, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Thu, 5 Mar 2015 19:02:26 +0000 (14:02 -0500)]
gst1-plugins-good: Update to 1.4.5, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Thu, 5 Mar 2015 18:59:19 +0000 (13:59 -0500)]
gst1-plugins-bad: Update to 1.4.5, fix build deps, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Thu, 5 Mar 2015 18:58:03 +0000 (13:58 -0500)]
gst1-plugins-base: Update to 1.4.5, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Thu, 5 Mar 2015 18:56:56 +0000 (13:56 -0500)]
gstreamer1: Update to 1.4.5, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Thu, 5 Mar 2015 18:54:51 +0000 (13:54 -0500)]
gst1-libav: Update to 1.4.5
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Thu, 5 Mar 2015 16:44:20 +0000 (11:44 -0500)]
Merge pull request #972 from luizluca/gst1-enable_videorate_videoscale
gst1-plugins-base: add videorate and videoscale
Ted Hess [Thu, 5 Mar 2015 16:42:04 +0000 (11:42 -0500)]
Merge pull request #971 from luizluca/gst1_enable_shm
Gstreamer1.x enable shm in gst1-plugins-bad
Sebastian Moeller [Thu, 5 Mar 2015 09:42:26 +0000 (10:42 +0100)]
sqm-scripts: make run.sh ignore spurious incomplete hotplug ifups
During system start up pppoe devices seem to receice ifup events before
the interface actually exists. This commit makes sqm's run.sh script
test whether the sys files for an interface exist before actually trying
to start an SQM instance on an interface. This seems to nicely avoid
starting on an not fully established pppoe interface and avoids a number
of error messages during startup.
In addition, debug logging is disabled.
Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
Álvaro Fernández Rojas [Thu, 5 Mar 2015 12:52:38 +0000 (13:52 +0100)]
udpxy: fix build on OS X and clean up Makefile
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
tripolar [Wed, 4 Mar 2015 23:15:53 +0000 (00:15 +0100)]
Merge pull request #930 from plntyk/nfs_libblkid
nfs-kernel-server: fix build with libblkid, libuuid
Ted Hess [Wed, 4 Mar 2015 21:52:02 +0000 (16:52 -0500)]
mailsend: split into 2 packages - with SSL and without SSL
Signed-off-by: Ted Hess <thess@kitschensync.net>
Luka Perkov [Wed, 4 Mar 2015 13:41:56 +0000 (14:41 +0100)]
libuv: add package
Signed-off-by: Luka Perkov <luka@openwrt.org>
Dirk Neukirchen [Wed, 4 Mar 2015 20:25:37 +0000 (21:25 +0100)]
ocserv: fix libcrypt location
fix build errors on Arch Linux/Fedora 20
config.log trying to link with /usr/lib/libcrypt.so
/usr/lib/libcrypt.so: undefined reference to `memset@GLIBC_2.2.5'
linkage is AC_LIB_HAVE_LINKFLAGS macro behaviour
see http://marc.info/?l=gnulib-bug&m=
129660262901148
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Ted Hess [Wed, 4 Mar 2015 19:59:32 +0000 (14:59 -0500)]
Merge pull request #987 from plntyk/gnutls-fixes-v2
Gnutls fixes v2
Dirk Neukirchen [Thu, 19 Feb 2015 14:07:18 +0000 (15:07 +0100)]
nfs-kernel-server: fix build with libblkid, libuuid
config.log reports
WARNING: uuid support disabled as libblkid is too old
because the test macro AC_BLKID_VERS is not cross compile friendly
resulting in libblkid_cv_is_recent=unknown
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Dirk Neukirchen [Thu, 19 Feb 2015 18:04:57 +0000 (19:04 +0100)]
gnutls: cleanup old code
- rpath is not necessary (buildroot does not use it too)
- SED of paths in configure does not seem needed (from pre 3.x version)
- remove configure section
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Dirk Neukirchen [Thu, 19 Feb 2015 17:05:14 +0000 (18:05 +0100)]
gnutls: fix build with librt
compile errors in config phase with ArchLinux and Fedora 20
config.log trying to link with -I/usr/lib/librt.so:
/usr/lib/librt.so: undefined reference to `gettimeofday@GLIBC_2.2.5'
or Fedora20:
/usr/lib/librt.so: error adding symbols: File in wrong format
linkage is AC_LIB_HAVE_LINKFLAGS macro behaviour
see http://marc.info/?l=gnulib-bug&m=
129660262901148
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Steven Barth [Wed, 4 Mar 2015 07:23:54 +0000 (08:23 +0100)]
Merge pull request #985 from BerlinMeshnet/dkjson-update
Update dkjson
Lars Gierth [Tue, 3 Mar 2015 21:26:13 +0000 (22:26 +0100)]
dkjson: bump release
Signed-off-by: Lars Gierth <larsg@systemli.org>
Lars Gierth [Tue, 3 Mar 2015 21:25:17 +0000 (22:25 +0100)]
dkjson: update PKG_MD5SUM
Signed-off-by: Lars Gierth <larsg@systemli.org>
Steven Barth [Tue, 3 Mar 2015 20:05:56 +0000 (21:05 +0100)]
Merge pull request #983 from Shulyaka/master
mailman: version upgrade to 2.1.19
Luiz Angelo Daros de Luca [Tue, 3 Mar 2015 19:09:19 +0000 (16:09 -0300)]
Merge pull request #984 from luizluca/ruby-update_to_2.2.1
ruby: update to 2.2.1
Luiz Angelo Daros de Luca [Tue, 3 Mar 2015 19:03:33 +0000 (16:03 -0300)]
ruby: update to 2.2.1
For ruby changes since 2.2.0:
http://svn.ruby-lang.org/repos/ruby/tags/v2_2_1/ChangeLog
No relevant changes for OpenWRT.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Sebastian Moeller [Tue, 3 Mar 2015 12:23:53 +0000 (13:23 +0100)]
Teach SQM hotplug tricks
Some interfaces like wan-pppoe go away, when the ppp connection is lost
and get recreated once the link is established again. SQM now
has its own hotplug script to re-enable itself on the interfae just hotplugged.
SQM will not touch other instances of itself running on other interfaces
if called by hotplug.d. The implementation now allows this functionality by
calling run.sh like:
/usr/lib/sqm/run.sh interface YOUR_INTERFACE_NAME_HERE
e.g.: /usr/lib/sqm/run.sh interface ge00-pppoe
If called with a specific interface SQM will only try to disable itself
on that interface to clean up all left over state and the re-enable
itself on just that interface. Hopefully that allows for better service
with instable interfaces like pppoe. The current code passes a simple manual
stop start test of the ge00-pppoe interface from the GUI and does seem
to do the right thing, at least on cerowrt 3.10.50-1...
Denis Shulyaka [Tue, 3 Mar 2015 15:11:09 +0000 (18:11 +0300)]
mailman: version upgrade to 2.1.19
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
Ted Hess [Tue, 3 Mar 2015 12:58:05 +0000 (07:58 -0500)]
Merge pull request #976 from thess/boost-work
boost: reorganize menus, fix some build dependencies and ABI selections
Ted Hess [Tue, 3 Mar 2015 12:57:43 +0000 (07:57 -0500)]
Merge pull request #982 from jszakmeister/update-socat
Upgrade socat to 1.7.3.0.
John Szakmeister [Tue, 3 Mar 2015 11:37:18 +0000 (06:37 -0500)]
Upgrade socat to 1.7.3.0.
The cross-compiling patch is no longer necessary. Also added librt as a
dependency, since it is required. This also fixes an issue where
support for linux/errqueue.h was not being detected correctly and
causing a build failure with 3.18.
Signed-off-by: John Szakmeister <john@szakmeister.net>
Ted Hess [Mon, 2 Mar 2015 23:44:36 +0000 (18:44 -0500)]
Merge pull request #979 from mstorchak/attr
attr: update to
20150220
Maxim Storchak [Mon, 2 Mar 2015 22:17:36 +0000 (00:17 +0200)]
attr: update to
20150220
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Ted Hess [Mon, 2 Mar 2015 21:49:46 +0000 (16:49 -0500)]
libv4l: Update to latest version 1.6.2
Signed-off-by: Ted Hess <thess@kitschensync.net>
Steven Barth [Mon, 2 Mar 2015 20:53:45 +0000 (21:53 +0100)]
Merge pull request #956 from fissie/master
fix aiccu requiretls option handling
Jan Sembera [Wed, 25 Feb 2015 21:05:49 +0000 (22:05 +0100)]
aiccu: fix requiretls option handling
requiretls is a boolean value in aiccu config that only accepts true and
false as values, not "1" or "0" that UCI provides.
Signed-off-by: Jan Sembera <jsembera@google.com>
Steven Barth [Mon, 2 Mar 2015 20:18:25 +0000 (21:18 +0100)]
Merge pull request #974 from lijpsummer/master
update opencv version as 2.4.11
Steven Barth [Mon, 2 Mar 2015 20:17:44 +0000 (21:17 +0100)]
Merge pull request #978 from roger-/master
micropython: update to latest
Roger [Mon, 2 Mar 2015 19:30:16 +0000 (13:30 -0600)]
micropython-lib: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
Roger [Mon, 2 Mar 2015 19:27:35 +0000 (13:27 -0600)]
micropython: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
Marko Ratkaj [Mon, 2 Mar 2015 15:52:12 +0000 (16:52 +0100)]
vim: import from old packages
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Ted Hess [Mon, 2 Mar 2015 18:21:30 +0000 (13:21 -0500)]
boost: reorganize menus, fix some build dependencies and ABI selections
Add meta-package with all libraries when CONFIG_ALL selected.
Signed-off-by: Ted Hess <thess@kitschensync.net>
Jianping Li [Mon, 2 Mar 2015 16:59:52 +0000 (16:59 +0000)]
update opencv version as 2.4.11
Signed-off-by: Jianping Li <summer@wrtnode.com>
Ted Hess [Mon, 2 Mar 2015 12:53:53 +0000 (07:53 -0500)]
Merge pull request #973 from mstorchak/wget
wget: update to 1.16.2
Marcel Denia [Mon, 2 Mar 2015 09:18:00 +0000 (10:18 +0100)]
perl-uri: Update to 1.67
Signed-off-by: Marcel Denia <naoir@gmx.net>
Steven Barth [Mon, 2 Mar 2015 09:01:47 +0000 (10:01 +0100)]
libsigc++: bump to 2.4.1
Signed-off-by: Steven Barth <steven@midlink.org>
Maxim Storchak [Mon, 2 Mar 2015 08:22:05 +0000 (10:22 +0200)]
wget: update to 1.16.2
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Steven Barth [Mon, 2 Mar 2015 07:01:00 +0000 (08:01 +0100)]
Merge pull request #958 from aTanW/master
gammu: change startup/config file names to avoid potential conflict
Steven Barth [Mon, 2 Mar 2015 07:00:03 +0000 (08:00 +0100)]
Merge pull request #938 from kissg1988/seafile
seafile: deleted outdated patch
Steven Barth [Mon, 2 Mar 2015 06:59:27 +0000 (07:59 +0100)]
Merge pull request #969 from kissg1988/libevhtp
libevhtp: update to version 1.2.10
Steven Barth [Mon, 2 Mar 2015 06:58:37 +0000 (07:58 +0100)]
Merge pull request #878 from jow-/lxc-autoconf-fix
lxc: use generic autoreconf fixup
Steven Barth [Mon, 2 Mar 2015 06:58:20 +0000 (07:58 +0100)]
Merge pull request #873 from jow-/umurmur-autoconf-fix
umurmur: use generic autoreconf fixup
Steven Barth [Mon, 2 Mar 2015 06:47:20 +0000 (07:47 +0100)]
Merge pull request #962 from sairon/python-fix-distutils-adjusting-path
python: patch distutils adjusting path in scripts' shebang
Steven Barth [Mon, 2 Mar 2015 06:46:40 +0000 (07:46 +0100)]
Merge pull request #963 from commodo/python-compileall-reduce
python: reduce size of patch 130
Steven Barth [Mon, 2 Mar 2015 06:46:11 +0000 (07:46 +0100)]
Merge pull request #964 from mstorchak/haserl
haserl: update to 0.9.34