aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | tar: import from oldpackages and upgrade to 1.28Álvaro Fernández Rojas2015-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | strongswan: fix IKEv1 supportSteven Barth2015-03-09
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | | | Merge pull request #994 from kissg1988/seafileSteven Barth2015-03-09
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | seafile: fix download issue with python dependencies
| * | | | | | | seafile: fix download issue with python dependenciesGergely Kiss2015-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | | | Merge pull request #1006 from commodo/python-rt-lib-dirsSteven Barth2015-03-09
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python: add patches to disable runtime lib dirs
| * | | | | | | | python: add patches to disable runtime lib dirsAlexandru Ardelean2015-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | Merge pull request #995 from plntyk/gammu_fixesSteven Barth2015-03-09
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Gammu fixes
| * | | | | | | | | gammu: fix dependenciesDirk Neukirchen2015-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - disable libdbi via CMAKE - fix libpq dependency reported by buildbot.openwrt.org Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
| * | | | | | | | | gammu: use cmake.mkDirk Neukirchen2015-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* | | | | | | | | | Merge pull request #1007 from commodo/ovs-fix2Steven Barth2015-03-09
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | openvswitch: limit kernel package to supported kernel versions
| * | | | | | | | | | openvswitch: limit kernel package to supported kernel versionsAlexandru Ardelean2015-03-08
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | kmod: fix pkgconfig fileNicolas Thill2015-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | flashrom: add config optionsÁlvaro Fernández Rojas2015-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | | Merge pull request #1005 from kissg1988/valaTed Hess2015-03-08
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | vala: update to version 0.27.1 + fix build issue
| * | | | | | | | | | vala: update to 0.27.1Gergely Kiss2015-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
| * | | | | | | | | | vala: add glib2 as a build dependency, fixes #702Gergely Kiss2015-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | | | | | | | | | | flashrom: update to v0.9.8Álvaro Fernández Rojas2015-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | | | pciutils: fix libkmod depedencyÁlvaro Fernández Rojas2015-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | | | pen: update to 0.27.2Nicolas Thill2015-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | | | | | | lttng-tools: fix build failure with libkmod (closes: #1004)Nicolas Thill2015-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | | | | | | lvm2: bump versionDaniel Golle2015-03-08
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | pciutils: add libkmod dependencyÁlvaro Fernández Rojas2015-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/openwrt/packages/issues/1003 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | | unrar: update to v5.2.6Álvaro Fernández Rojas2015-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | | udpxy: bump PKG_VERSION in order to fix build issues and refresh patchesÁlvaro Fernández Rojas2015-03-08
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | | | | | | Merge pull request #1001 from probonopd/patch-1Ted Hess2015-03-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | announce: Update Makefile to 1.0.1
| * | | | | | | | | announce: Update Makefile to 1.0.1probonopd2015-03-08
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Simon Peter <probono@puredarwin.org>
* | | | | | | | | Merge pull request #989 from plntyk/fix_libcrypt_prefixNikos Mavrogiannopoulos2015-03-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ocserv: fix libcrypt location
| * | | | | | | | | ocserv: fix libcrypt locationDirk Neukirchen2015-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | gnupg: update to 1.4.19Nicolas Thill2015-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | | | | | msmtp: prevent use of IDN support on uClibcNicolas Thill2015-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | | | | | msmtp: use proper configure optionsNicolas Thill2015-03-07
| |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some configure options were renamed during last upstream update: use them! Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | | | | mmc-utils: fix typo in MakefileMichael Heimpold2015-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | Merge remote-tracking branch 'tru7/knxd'Michael Heimpold2015-03-07
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | / / / / | | |_|_|/ / / / | |/| | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | | | | | knxd: follow new respositoryOthmar Truniger2015-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | | libugpio: import from oldpackages and upgrade to 0.0.6Michael Heimpold2015-03-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | mmc-utils: add new packageMichael Heimpold2015-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | squid: update to 3.5.2Marko Ratkaj2015-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | Merge pull request #991 from thess/gst-workTed Hess2015-03-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | gstreamer: Update to 1.4.5
| * | | | | | | | gst1-plugins-ugly: Update to 1.4.5, refresh patchesTed Hess2015-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
| * | | | | | | | gst1-plugins-good: Update to 1.4.5, refresh patchesTed Hess2015-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
| * | | | | | | | gst1-plugins-bad: Update to 1.4.5, fix build deps, refresh patchesTed Hess2015-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
| * | | | | | | | gst1-plugins-base: Update to 1.4.5, refresh patchesTed Hess2015-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
| * | | | | | | | gstreamer1: Update to 1.4.5, refresh patchesTed Hess2015-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
| * | | | | | | | gst1-libav: Update to 1.4.5Ted Hess2015-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | Merge pull request #992 from commodo/python-patch-updatesSteven Barth2015-03-06
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python: patch updates
| * | | | | | | | | python: add '_python_*' env vars to host pythonAlexandru Ardelean2015-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | | | python: add patch for distutils to add support for the '_python_sysroot' env varAlexandru Ardelean2015-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | | | | | python: re-number patchesAlexandru Ardelean2015-03-06
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | Merge pull request #988 from commodo/python-modularizationSteven Barth2015-03-06
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python: packetize some python modules
| * | | | | | | | | python: packetize some python modulesAlexandru Ardelean2015-03-06
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>