aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* shairplay: fix PKG_FIXUPNicolas Thill2015-02-08
| | | | | | PKG_FIXUP should be defined before including package.mk Signed-off-by: Nicolas Thill <nico@openwrt.org>
* libnetfilter-cttimeout: add new packageNicolas Thill2015-02-08
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* libnetfilter-cthelper: add new packageNicolas Thill2015-02-08
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* libnetfilter-queue: fix license, cleanupNicolas Thill2015-02-08
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* libnetfilter-acct: fix license, cleanupNicolas Thill2015-02-08
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* pen: update to 0.26.1Nicolas Thill2015-02-08
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Merge pull request #863 from danielg4/masterNikos Mavrogiannopoulos2015-02-08
|\ | | | | openconnect: separate out vpnc-scripts and import vpnc
| * vpnc: initial importDaniel Gimpelevich2015-02-06
| | | | | | | | Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
| * openconnect: fix a couple of minor things and add an interface optionDaniel Gimpelevich2015-02-06
| | | | | | | | Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
| * openconnect: separate out vpnc-scriptsDaniel Gimpelevich2015-02-06
| | | | | | | | Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
* | Merge pull request #876 from jow-/shairplay-autoconf-fixÁlvaro Fernández Rojas2015-02-08
|\ \ | | | | | | shairplay: use generic autoreconf fixup
| * | shairplay: use generic autoreconf fixupJo-Philipp Wich2015-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | Use the generic autoreconf facility to pickup proper variants of autoconf, automake and libtool. Remove the unneeded Build/Configure override. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | Merge pull request #880 from chris5560/masterTed Hess2015-02-08
|\ \ \ | | | | | | | | privoxy: modified initscript (remove killall)
| * | | privoxy: modified init scriptsChristian Schoenebeck2015-02-08
|/ / / | | | | | | | | | | | | | | | remove "killall" from initscript because it kills itself #867 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | Merge pull request #862 from chris5560/masterSteven Barth2015-02-08
|\ \ \ | | | | | | | | ddns-scripts: Update to version 2.2.0-1
| * | | ddns-scripts: Update to version 2.2.0-1Christian Schoenebeck2015-02-05
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified source directory structure - files for production files - samples for sample files (not installed in final build) modified Makefile - separate options for additional provider scripts - remove comments and empty lines from final build add IPv4 100.64/10 (RFC 6598) and 169.254/16 (RFC 5735) to the range of default blocked IP's. new option "bind_network" to force GNU Wget or cURL to use specific network/interface for communication new "domains.google.com" as IPv4 DDNS provider #822 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | 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>