aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | libnetfilter-log: remove (added to core)Nicolas Thill2015-02-08
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | | lxc: update to 1.1.0Marko Ratkaj2015-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr> Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | | | Merge pull request #877 from jow-/libmms-autoconf-fixTed Hess2015-02-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | libmms: remove useless autogen call
| * | | | | | libmms: remove useless autogen callJo-Philipp Wich2015-02-08
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package already uses the generic autoreconf fixup so the additional call to autogen.sh is unneeded and might even introduce wrong versions of the required autotools into the build. Remove the unneeded Build/Configure override to simplify the Makefile. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | | perl: Bump PKG_RELEASEMarcel Denia2015-02-07
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | perl: Provide correct CFLAGS through perlmod.mkMarcel Denia2015-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case threading is enabled, perl is compiled with -D_REENTRANT and -D_GNU_SOURCE, which, apart from other things, enables usage of off64_t. As we override module CFLAGS manually, we'll have to pass that flags as well. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | | Merge pull request #872 from ZeroChaos-/aircrack-ng_v2Ted Hess2015-02-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | aircrack-ng: import from old packages
| * | | | | | aircrack-ng: import from old packagesRick Farina (Zero_Chaos)2015-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cleanup, update to latest version, mark myself maintainer Signed-off-by: Rick Farina (Zero_Chaos) <zerochaos@gentoo.org>
* | | | | | | muninlite: correctly parse ifname with - charFabio Capriati2015-02-07
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jonathan McCrohan: Squashed Fabio Capriati and Jo-Philipp Wich's patches. Closes #701 Signed-off-by: Fabio Capriati <faxcpr@tiscali.it> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | | | libdmapsharing: make check library optionnalNicolas Thill2015-02-07
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | check: import from old packages feedNicolas Thill2015-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update to latest version (v0.9.14) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | openobex: add new package (v1.7.1)Nicolas Thill2015-02-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | keepalived: import from old packages feedNicolas Thill2015-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update to latest version (v1.2.15) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | bluez: update to 5.28Nicolas Thill2015-02-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | | libgd: update to v2.1.1Jo-Philipp Wich2015-02-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | Merge pull request #851 from paulfertser/masterSteven Barth2015-02-06
|\ \ \ \ \ | | | | | | | | | | | | openocd: fix package dependencies
| * | | | | openocd: fix package dependenciesPaul Fertser2015-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenOCD autoselects libftdi1 when it's present, and should explicitly depend on it, same about libusb-0.1 API which is provided by libusb-compat. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* | | | | | Merge pull request #854 from Naoir/perl-threadsSteven Barth2015-02-06
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | perl: Add initial threading support
| * | | | | perl: Bump PKG_RELEASEMarcel Denia2015-02-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | | | | perl: CleanupMarcel Denia2015-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update copyright notice - Make perlbase-experimental's TITLE show up in menuconfig again - Formatting changes Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | | | | perl: Add threading configuration for all remaining architecturesMarcel Denia2015-02-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | | | | perl: Add i486 threading configurationMarcel Denia2015-02-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | | | | perl: Add new CONFIG_PERL_THREADS option for enabling threading supportMarcel Denia2015-02-04
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | Merge pull request #856 from thess/shairplay-moveÁlvaro Fernández Rojas2015-02-05
|\ \ \ \ \ | |_|/ / / |/| | | | shairplay: Move to sound menu and sub-directory
| * | | | shairplay: Move to sound menu and sub-directoryTed Hess2015-02-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | Merge pull request #849 from zxdavb/masterTed Hess2015-02-04
|\ \ \ \ \ | | | | | | | | | | | | dosfstools: import from oldpackages, bump to new upstream version 3.0.27
| * | | | | dosfstools: bump to v3.0.27 & add ICONV supportDavid Bonnes2015-02-04
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: David Bonnes <david.bonnes@gmail.com>
* | | | | CONTRIBUTING: Add paragraph about the use of PKG_RELEASE tag.Ted Hess2015-02-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | Merge pull request #855 from thess/upmpdcli-moveTed Hess2015-02-04
|\ \ \ \ \ | |/ / / / |/| | | | upmpdcli: Move to sound menu and sub-directory
| * | | | upmpdcli: Move to sound menu and sub-directoryTed Hess2015-02-04
|/ / / / | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | shairport: Move to sound menu and sub-directoryTed Hess2015-02-04
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | ffmpeg: Update to 2.5.3. Fix mips64 build failuresTed Hess2015-02-04
|/ / / | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #848 from chris5560/masterSteven Barth2015-02-03
|\ \ \ | | | | | | | | privoxy: new upstream version 3.0.23
| * | | privoxy: new upstream version 3.0.23Christian Schoenebeck2015-02-02
| | | | | | | | | | | | | | | | | | | | | | | | new upstream version 3.0.23 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | Merge pull request #850 from mstorchak/luaposixSteven Barth2015-02-03
|\ \ \ \ | |/ / / |/| | | luaposix: remove deprecated/compatibility modules, remove dependency on luabitop
| * | | luaposix: remove deprecated/compatibility modules, remove dependency on luabitopMaxim Storchak2015-02-03
|/ / / | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | libftdi1: fix pkgconfig fileNicolas Thill2015-02-02
| | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | libftdi: fix pkgconfig fileNicolas Thill2015-02-02
| | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | freetype: fix pkgconfig fileNicolas Thill2015-02-02
| | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | nfs-kerne-server: fix host/buildNicolas Thill2015-02-02
| | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | opencv: disable unwanted components/features explicitlyNicolas Thill2015-02-02
| | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | Merge pull request #844 from RussellSenior/patch-2.7.4Steven Barth2015-02-02
|\ \ \ | | | | | | | | patch: bump version to 2.7.4
| * | | patch: bump version to 2.7.4Russell Senior2015-02-01
| | | | | | | | | | | | | | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* | | | Merge pull request #840 from cjkoenig/update_liburcuSteven Barth2015-02-02
|\ \ \ \ | |/ / / |/| | | liburcu: Update to 0.8.6
| * | | liburcu: Update to 0.8.6Christoph König2015-01-31
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
* | | | nfs-kernel-server: update to 1.3.2Peter Wagner2015-02-02
| | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | squid: disable netfilter-conntrack explicitlyNicolas Thill2015-02-01
| | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | libdmapsharing: add a patch to disable testsNicolas Thill2015-02-01
| | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | libdmapsharing: fix typo in patch name, refresh patchNicolas Thill2015-02-01
| | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | davfs2: add 'gettext-version' fixupNicolas Thill2015-02-01
| | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>