Steven Barth
704e2f8d89
kmod: fixup automadness
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-03-11 08:56:44 +01:00
Jo-Philipp Wich
5035ac4079
Merge pull request #975 from hnyman/collectd542
...
collectd: update to 5.4.2
2015-03-11 00:18:19 +01:00
Álvaro Fernández Rojas
8d196b7c4f
tar: add libacl and libattr dependencies
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-10 23:46:24 +01:00
Etienne CHAMPETIER
f1c3a03ff6
zabbix: update to 2.4.4
...
run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-03-10 22:28:26 +01:00
Etienne CHAMPETIER
1ded28bde9
monit: update to 5.12.1
...
refresh patches
run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-03-10 22:28:26 +01:00
Etienne CHAMPETIER
4f5b0b6a74
sqlite3: update to 3.8.8.3
...
run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-03-10 22:28:26 +01:00
Steven Barth
158612912f
Merge pull request #998 from mhei/knxd
...
knxd: streamline makefile
2015-03-10 22:21:45 +01:00
Steven Barth
600d43816a
Merge pull request #1016 from jdub/kmod
...
kmod: Update to kmod 20, enable parallel build
2015-03-10 16:19:33 +01:00
Steven Barth
b59def2299
Merge pull request #1013 from commodo/python-updates
...
python: remove PyPackage rules for python package
2015-03-10 09:22:26 +01:00
Álvaro Fernández Rojas
94e7fbdda1
tar: import from oldpackages and upgrade to 1.28
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-09 19:57:57 +01:00
Alexandru Ardelean
ac311e9801
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>
2015-03-09 16:52:52 +02:00
Steven Barth
7e68031372
strongswan: fix IKEv1 support
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-03-09 13:40:29 +01:00
Steven Barth
bfb8077f1c
Merge pull request #994 from kissg1988/seafile
...
seafile: fix download issue with python dependencies
2015-03-09 06:57:47 +01:00
Steven Barth
755da9e409
Merge pull request #1006 from commodo/python-rt-lib-dirs
...
python: add patches to disable runtime lib dirs
2015-03-09 06:55:38 +01:00
Steven Barth
250327e75b
Merge pull request #995 from plntyk/gammu_fixes
...
Gammu fixes
2015-03-09 06:54:25 +01:00
Steven Barth
d16808ae95
Merge pull request #1007 from commodo/ovs-fix2
...
openvswitch: limit kernel package to supported kernel versions
2015-03-09 06:52:38 +01:00
Nicolas Thill
1f3925de20
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>
2015-03-09 03:44:26 +01:00
Álvaro Fernández Rojas
3879265ffd
flashrom: add config options
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-09 03:39:57 +01:00
Ted Hess
1c04337fe4
Merge pull request #1005 from kissg1988/vala
...
vala: update to version 0.27.1 + fix build issue
2015-03-08 16:42:16 -04:00
Álvaro Fernández Rojas
16fe278cf5
flashrom: update to v0.9.8
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-08 19:58:39 +01:00
Álvaro Fernández Rojas
64fbed7b84
pciutils: fix libkmod depedency
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-08 19:58:03 +01:00
Nicolas Thill
d18e118ba5
pen: update to 0.27.2
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-03-08 17:40:48 +01:00
Nicolas Thill
2224d60af4
lttng-tools: fix build failure with libkmod ( closes : #1004 )
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-03-08 17:40:48 +01:00
Daniel Golle
3c5dff963e
lvm2: bump version
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-03-08 17:34:15 +01:00
Alexandru Ardelean
fff95cd4f4
openvswitch: limit kernel package to supported kernel versions
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-08 18:10:11 +02:00
Alexandru Ardelean
c8c509bdad
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>
2015-03-08 17:57:26 +02:00
Álvaro Fernández Rojas
2ac8acaffd
pciutils: add libkmod dependency
...
Fixes https://github.com/openwrt/packages/issues/1003
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-08 15:32:10 +01:00
Álvaro Fernández Rojas
ae65b9c781
unrar: update to v5.2.6
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-08 15:26:34 +01:00
Gergely Kiss
a63b51fa40
vala: update to 0.27.1
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-03-08 15:14:30 +01:00
Álvaro Fernández Rojas
b58d21c5ab
udpxy: bump PKG_VERSION in order to fix build issues and refresh patches
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-08 15:09:21 +01:00
Gergely Kiss
7b95d72631
vala: add glib2 as a build dependency, fixes #702
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-03-08 14:51:28 +01:00
Ted Hess
16b6c895fa
Merge pull request #1001 from probonopd/patch-1
...
announce: Update Makefile to 1.0.1
2015-03-08 08:06:13 -04:00
probonopd
10ed69026f
announce: Update Makefile to 1.0.1
...
Signed-off-by: Simon Peter <probono@puredarwin.org>
2015-03-08 10:12:52 +00:00
Nikos Mavrogiannopoulos
a6ee37ebfa
Merge pull request #989 from plntyk/fix_libcrypt_prefix
...
ocserv: fix libcrypt location
2015-03-08 10:05:21 +01:00
Nicolas Thill
09f4d6b549
gnupg: update to 1.4.19
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-03-07 23:28:06 +01:00
Nicolas Thill
0a05c1340c
msmtp: prevent use of IDN support on uClibc
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-03-07 23:28:06 +01:00
Nicolas Thill
3681f30c78
msmtp: use proper configure options
...
Some configure options were renamed during last upstream update: use them!
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-03-07 23:28:06 +01:00
Michael Heimpold
a3f364b32b
knxd: streamline makefile
...
- use https URL for fetching sources from GitHub, otherwise cloning
sources could stall buildbots by asking to accept a/the SSH host key
- do not _depend_ on DEPENDS but _select_ them, so the package(s) always
appear in menuconfig, not only when all dependencies are already
selected --> dependencies are automatically pulled in when package
is selected by user
- use PKG_INSTALL
- factor out the libeibclient library as own package
- use CONFIGURE_ARGS instead of dedicated Build/Configure
- same for TARGET_CFLAGS and Build/Compile
- do not include /etc/functions, already included by /etc/rc.common
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-07 22:50:56 +01:00
Michael Heimpold
ec44072a4c
mmc-utils: fix typo in Makefile
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-07 22:47:51 +01:00
Michael Heimpold
30e90215b8
Merge remote-tracking branch 'tru7/knxd'
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-07 21:47:29 +01:00
Othmar Truniger
95dce8fd6b
knxd: follow new respository
...
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-03-07 12:32:27 +01:00
Dirk Neukirchen
7c68afaf4a
gammu: fix dependencies
...
- disable libdbi via CMAKE
- fix libpq dependency
reported by buildbot.openwrt.org
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-03-07 10:39:53 +01:00
Dirk Neukirchen
5819a55155
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>
2015-03-07 10:39:44 +01:00
Gergely Kiss
68530b4475
seafile: fix download issue with python dependencies
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-03-07 01:17:18 +01:00
Michael Heimpold
f9aed6ae3f
libugpio: import from oldpackages and upgrade to 0.0.6
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-07 00:10:20 +01:00
Michael Heimpold
a05ece16a9
mmc-utils: add new package
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-06 23:31:54 +01:00
Marko Ratkaj
c05980909c
squid: update to 3.5.2
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-03-06 23:29:26 +01:00
Ted Hess
0e6069854f
Merge pull request #991 from thess/gst-work
...
gstreamer: Update to 1.4.5
2015-03-06 11:39:31 -05:00
Steven Barth
66331c6de2
Merge pull request #992 from commodo/python-patch-updates
...
python: patch updates
2015-03-06 15:29:30 +01:00
Steven Barth
05dbcba3d7
Merge pull request #988 from commodo/python-modularization
...
python: packetize some python modules
2015-03-06 15:29:22 +01:00