aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* mdnsresponder: add spdx tagSteven Barth2014-11-03
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* Merge pull request #496 from roger-/micropythonsbyx2014-11-03
|\ | | | | micropython(-lib): update and add package category
| * micropython-lib: update and add package categoryRoger2014-11-02
| | | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
| * micropython: update and add package categoryRoger2014-11-02
| | | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* | Merge pull request #495 from hnyman/sqm-updateToke Høiland-Jørgensen2014-11-02
|\ \ | |/ |/| sqm-scripts: use masks with markings
| * sqm-scripts: use masks with markingsHannu Nyman2014-11-02
|/ | | | | | Apply mask for markings to enable co-existence with multiwan, mwan3 etc. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* sox: update ffmpeg patches for 2.4.x (deprecated functions), add myself as ↵Ted Hess2014-11-01
| | | | | | pkg maintainer Signed-off-by: Ted Hess <thess@kitschensync.net>
* forked-daapd: Shorten title so it displaysTed Hess2014-11-01
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* libavahi: Don't build libdns_sd if not selectedTed Hess2014-11-01
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Merge pull request #490 from Shulyaka/mastersbyx2014-11-01
|\ | | | | postfix: Added experimental support for Berkeley DB (btree files).
| * postfix: Added experimental support for Berkeley DB (btree files).Denis Shulyaka2014-11-01
| | | | | | | | | | | | | | Note that hash files are currently not supported by OpenWRT package of Berkeley DB. CDB is still default. Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* | Merge pull request #489 from MikePetullo/masterTed Hess2014-10-31
|\ \ | | | | | | bogofilter: set BOGOFILTER_DIR to /etc/bogofilter, as /var/lib is wiped ...
| * | bogofilter: set BOGOFILTER_DIR to /etc/bogofilter, as /var/lib is wiped on ↵W. Michael Petullo2014-10-31
|/ / | | | | | | | | | | reboot Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Merge pull request #488 from commodo/ovs-fix-kernel-3.12champtar2014-10-31
|\ \ | | | | | | openvswitch: add +kmod-vxlan dependency for kernels >= 3.12
| * | openvswitch: add +kmod-vxlan dependency for kernels >= 3.12Alexandru Ardelean2014-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When OVS detects a kernel version >= 3.12 it does not build it's own vxlan module and tries to use the kernel's, when building the OVS kernel module. I also pushed a patch to the OpenWRT trunk to add a +kmod-vxlan package. This will add the kernel's vxlan.ko kernel module if it exists. So, for kernel >= 3.12, this package should exist and be installed when installing OVS. Tested on OpenWRT trunk with kernel 3.14.18. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #481 from zorun/mastersbyx2014-10-31
|\ \ \ | |/ / |/| | Import bmon from oldpackages
| * | bmon: Bump to 3.5 and add myself as maintainerBaptiste Jonglez2014-10-31
| | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
| * | bmon: Import from oldpackagesBaptiste Jonglez2014-10-31
| | | | | | | | | | | | Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
* | | luci-app-lxc: code cleanupPetar Koretic2014-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Number of suggested rewrites: * use lua ubus bindings instead of os.execute * combine multiple actions to use same handler 'lxc_action' and pass actions as arguments to consolidate code * read openwrt version from lua directly * start using String.prototype.format for string formatting Also, drop 'rename' and 'clone' until they are fully functional on all platforms. Thanks Jo-Philipp for suggestions on how to improve the code. Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
* | | 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>