aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | Merge pull request #486 from commodo/ovs-build-fix2champtar2014-10-30
|\ \ \ | | | | | | | | openvswitch: add patch "datapath: Backport __ip_select_ident() function"
| * | | openvswitch: add patch "datapath: Backport __ip_select_ident() function"Alexandru Ardelean2014-10-30
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <aa@ocedo.com>
* | | | Merge pull request #485 from commodo/ovs-build-fixchamptar2014-10-30
|\ \ \ \ | |/ / / |/| | | openvswitch: fix build for gcc versions below 4.9
| * | | openvswitch: fix build for gcc versions below 4.9Alexandru Ardelean2014-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems that while fixing the build for GCC 4.9 I broke the build for GCC 4.8, because that KCFLAG I added causes a build error (since it's not recognized). The fix is to add KCFLAG only when GCC 4.9 is used. OpenVSwitch now builds successfully with GCC 4.8 and 4.9. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #478 from sourceindex/added-new-kismet-packagesbyx2014-10-30
|\ \ \ \ | | | | | | | | | | kismet: new kismet wireless package
| * | | | kismet: added missing PKG_LICENSE tagSebastian Wendel2014-10-30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Sebastian Wendel<packages@sourceindex.de>
| * | | | kismet: added new version of the kismet wireless network systemSebastian Wendel2014-10-30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Sebastian Wendel <packages@sourceindex.de>
* | | | | Merge pull request #484 from MikePetullo/mastersbyx2014-10-30
|\ \ \ \ \ | | | | | | | | | | | | bogofilter: depend on libdb47, not libdb47-full (related to #459)
| * | | | | bogofilter: depend on libdb47, not libdb47-full (related to #459)W. Michael Petullo2014-10-30
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | luci-app-lxc: add package for luci lxc appPetar Koretic2014-10-30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
* | | | | lxc: move patchLuka Perkov2014-10-30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | | Merge pull request #483 from jow-/wget-1.16Jo-Philipp Wich2014-10-30
|\ \ \ \ \ | |_|/ / / |/| | | | wget: update to v1.16
| * | | | wget: update to v1.16Jo-Philipp Wich2014-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The update fixes CVE-2014-4877 which allows malicious FTP servers to modify local filesystem contents through specificially crafted symlinks. Please backport to for-14.07 too. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | luci-app-ocserv and luci-proto-openconnect were moved to openwrt/luci repoNikos Mavrogiannopoulos2014-10-29
|/ / / / | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | collectd: unbreak collectd-mod-sensorsJo-Philipp Wich2014-10-29
| | | | | | | | | | | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | db47: Drop -full variant and integrate it into the normal oneMarcel Denia2014-10-29
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | ffmpeg: Upgrade to 2.4.2. Supress libffmpeg-custom when ALL selectedTed Hess2014-10-29
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | Merge pull request #480 from Noltari/shairport-nextTed Hess2014-10-29
|\ \ \ \ | | | | | | | | | | shairport: improve config and init script
| * | | | shairport: improve config and init script (disabled, respawn, err file, meta ↵Álvaro Fernández Rojas2014-10-28
| | |/ / | |/| | | | | | | | | | | | | | | | | | dir, audio output options). Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | lxc: organize patchesLuka Perkov2014-10-29
| | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | lxc: fix lxc-destroyLuka Perkov2014-10-29
|/ / / | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | openconnect: use SIGINT to bring down openconnectNikos Mavrogiannopoulos2014-10-28
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | openconnect: forward SIGINT to appNikos Mavrogiannopoulos2014-10-28
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | Merge pull request #477 from commodo/openvswitch-gcc-4.9sbyx2014-10-28
|\ \ \ | | | | | | | | OpenVswitch GCC 4.9 build fix
| * | | openvswitch: add KCFLAGS="-Wno-error=date-time" to kernel modules buildAlexandru Ardelean2014-10-28
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | openvswitch: add patch for adding KCFLAGS var to the OVS buildAlexandru Ardelean2014-10-28
|/ / / | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #473 from Shulyaka/mailmansbyx2014-10-28
|\ \ \ | | | | | | | | mailman: New mailman package (mailing list manager)
| * | | mailman: New mailman package (mailing list manager)Denis Shulyaka2014-10-26
| | | | | | | | | | | | | | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* | | | Merge pull request #472 from Shulyaka/dnspythonsbyx2014-10-28
|\ \ \ \ | | | | | | | | | | python-dns: New python-dns package
| * | | | New python-dns packageDenis Shulyaka2014-10-26
| |/ / / | | | | | | | | | | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* | | | udpxy: rework init script and add disabled/respawn configs.Álvaro Fernández Rojas2014-10-27
| | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | shairplay: add respawn config.Álvaro Fernández Rojas2014-10-27
| | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | dump1090: remove interactive options, hardcode quiet and add respawn config.Álvaro Fernández Rojas2014-10-27
| | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | Merge pull request #422 from rcmcronny/patch-1Jo-Philipp Wich2014-10-26
|\ \ \ \ | | | | | | | | | | Update snmpd.init - add support for disk config option
| * | | | Update snmpd.initrcmcronny2014-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add support for "disk <partition> <size>" option example for /etc/config/snmpd =========== config disk option partition '/' option size '500' ===========
* | | | | ocserv: updated to 0.8.7Nikos Mavrogiannopoulos2014-10-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | Merge pull request #471 from Shulyaka/mastersbyx2014-10-26
|\ \ \ \ \ | | |_|_|/ | |/| | | postfix: version update to 2.11.3
| * | | | postfix 2.11.3Denis Shulyaka2014-10-25
| | |/ / | |/| | | | | | | | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* / | | shairplay: add new package.Álvaro Fernández Rojas2014-10-25
|/ / / | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | Merge pull request #465 from Noltari/avahi-nextTed Hess2014-10-25
|\ \ \ | | | | | | | | avahi: add libavahi-compat-libdnssd support.
| * | | avahi: add libavahi-compat-libdnssd support.Álvaro Fernández Rojas2014-10-25
| | | | | | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | libmpdclient: Add patch for musl libc compatibility (from upstream repo)Ted Hess2014-10-25
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | dump1090: update to latest version, add init script and config.Álvaro Fernández Rojas2014-10-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | Merge pull request #470 from commodo/python-fix-base-packagesbyx2014-10-25
|\ \ \ \ | | | | | | | | | | python: add _sysconfigdata.py to python base package
| * | | | python: add _sysconfigdata.py to python base packageAlexandru Ardelean2014-10-25
|/ / / / | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | dkjson: remove wrong PKG_BUILD_DIR overrideNicolas Thill2014-10-25
| | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | add espeak, a compact open source software speech synthesizerNicolas Thill2014-10-25
| | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | add portaudio, a portable cross-platform audio I/O libraryNicolas Thill2014-10-25
| | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | haserl: force rebuild when config changesNicolas Thill2014-10-25
| | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | dump1090: force rebuild when config changesNicolas Thill2014-10-25
| | | | | | | | | | | | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>