aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | domoticz: remove additional files from packageStijn Tintel2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | git: update to 2.14.0Peter Wagner2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | Merge pull request #4675 from dibdot/dnscrypt-proxyHannu Nyman2017-08-07
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | dnscrypt-proxy: start from procd interface trigger, not in init
| * | | | | | | dnscrypt-proxy: start from procd interface trigger, not in initDirk Brenken2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start dnscrypt-proxy from procd interface trigger rather than immediately in init, to fix a possible race condition during boot and get rid of rc.local restarts. You can restrict trigger interface(s) by 'procd_trigger' in new global config section. * tab/whitespace cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | net/nmap: Update to 7.60Daniel Engberg2017-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update nmap-suite to 7.60 * Use PKG_HASH as PKG_MD5SUM is deprecated * Switch download URL to HTTPS * Add zlib as dependency and link libpcre dynamically Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | Merge pull request #4674 from diizzyy/patch-80champtar2017-08-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | utils/gptfdisk: Remove from tree
| * | | | | | | | utils/gptfdisk: Remove from treeDaniel Engberg2017-08-07
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | linux-utils (fdisk) provides the functionality I need and I have no interest in maintaining this package as it more or less overlaps the functionality of the previously mentioned alternative. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | build,travis: don't try to test deleted packagesEtienne Champetier2017-08-06
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | | build,travis: fix return code when "No new or modified packages found!"Etienne Champetier2017-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | | Merge pull request #4672 from chris5560/masterHannu Nyman2017-08-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | radicale: Update to 1.1.6
| * | | | | | | radicale: Update to 1.1.6Christian Schoenebeck2017-08-05
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | | Merge pull request #4671 from ejurgensen/forked-daapd_builderrorHannu Nyman2017-08-05
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | forked-daapd: Fix build error and use xz dist method
| * | | | | | forked-daapd: Fix build error and use xz distribution method (ref pr #4628)ejurgensen2017-08-04
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The release .tar.xz includes the gperf and antlr generated files, so the patch is no longer required. The build error was from the patch being outdated. Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | | | | shadowsocks-libev: support disable_sni for ss_server sectionYousong Zhou2017-08-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | Merge pull request #4669 from dibdot/adblockHannu Nyman2017-08-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | adblock: update 2.8.5
| * | | | | | adblock: update 2.8.5Dirk Brenken2017-08-04
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add preliminary kresd dns backend support for turris devices, see readme (experimental / untested!) * use tld compression for overall list, too * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | Merge pull request #4629 from marcin1j/pr/20170725-mwan3-tracking-methodsHannu Nyman2017-08-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | mwan3: support various interface tracking methods
| * | | | | | mwan3: support various interface tracking methodsMarcin Jurkowski2017-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for interface tracking using either ping, arping or httping. This allows to track interface status on networks with filtered ICMP traffic or simply to monitor data link layer etc. To facilitate binding to a specified interface its IP address is passed as a new mwan3track parameter. It's currently required by httping and possibly by other tools that may be added in the future. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | | | | | | Merge pull request #4664 from Shulyaka/postfixHannu Nyman2017-08-02
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | postfix: less overlayfs rewrites
| * | | | | | postfix: less overlayfs rewritesDenis Shulyaka2017-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* | | | | | | nlbwmon: update to latest versionJo-Philipp Wich2017-08-02
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since last update: 32fc092 build: remove extraneous _GNU_SOURCE defines 096aaa3 build: compile with -D_GNU_SOURCE 76487b5 transform to source-only repository Fixes build with uClibc and eglibc toolchains. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | Merge pull request #4663 from Shulyaka/postfix_4333Hannu Nyman2017-08-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | postfix: fix sendmail symlink
| * | | | | | postfix: fix sendmail symlinkDenis Shulyaka2017-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* | | | | | | Merge pull request #4662 from commodo/ovs-updateHannu Nyman2017-08-02
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | openvswitch: bump to version 2.7.2
| * | | | | | openvswitch: bump to version 2.7.2Alexandru Ardelean2017-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | shadowsocks-libev: backport patch for logging with daemon facilityYousong Zhou2017-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | shadowsocks-libev: add ipv6_first option supportYousong Zhou2017-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | Merge pull request #4631 from marcin1j/pr/20170725-httpingHannu Nyman2017-08-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | httping: import from oldpackages and upgrade to version 2.5
| * | | | | | | httping: import from oldpackages and upgrade to version 2.5Marcin Jurkowski2017-07-26
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package version upgraded to 2.5 with patches: - Fixed compiler warnings - Fixed miscalculated response time - Reduced binary size by stripping unused code Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | | | | | | Merge pull request #4658 from pprindeville/acpica-tools-updatePhilip Prindeville2017-08-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | acpica-unix: update to 20170728
| * | | | | | | acpica-unix: update to 20170728Philip Prindeville2017-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | Merge pull request #4180 from michael-dev/features/libpq-pkgconfig-filesDaniel Golle2017-08-01
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | postgresql: InstallDev pkg-config files for libpq
| * | | | | | | postgresql: InstallDev pkg-config files for libpqMichael Braun2017-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Braun <michael-dev@fami-braun.de>
* | | | | | | | Merge pull request #4660 from zx2c4/patch-8Hannu Nyman2017-07-31
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | wireguard: version bump
| * | | | | | | | wireguard: version bumpJason A. Donenfeld2017-07-31
|/ / / / / / / / | | | | | | | | | | | | | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* | | | | | | | domoticz: bump to 3.8153Stijn Tintel2017-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | | shadowsocks-libev: bump to version 3.0.8Yousong Zhou2017-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable changes since 3.0.7 - ss-local, ss-redir: ipv6_first awareness - ss-server: ppbloom_add only after 1st decryption succeeds Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | Merge pull request #4656 from micmac1/mastertripolar2017-07-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libs/speex and libs/speexdsp: fix configure params
| * | | | | | | | libs/speex and libs/speexdsp: fix configure paramsSebastian Kemper2017-07-30
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove ogg params from speex configure as it doesn't know about them. - Remove --enable-sse=no from both speex and speexdsp. The configure scripts do actually not add items to our CFLAGS like previously assumed. - When --disable-float-api is used VBR needs to be disabled as well, as VBR has not been implemented with fixed-point math in speex (yet). So add --disable-vbr when --disable-float-api is used. - In speexdsp 1.2rc2 optimizations for NEON were added. Unfortunately the ASM does not work for 64bit ARM. So force NEON optimizations off when compiling for AARCH64. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | Merge pull request #4648 from jp-bennett/masterchamptar2017-07-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nano: Update to 2.8.6
| * | | | | | | | Nano: Update to 2.8.6Jonathan Bennett2017-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
* | | | | | | | | Merge pull request #4653 from micmac1/mastertripolar2017-07-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libs/speex: version bump and refactoring Signed-off-by: Peter Wagner <tripolar@gmx.at>
| * | | | | | | | | libs/speex: version bump and refactoringSebastian Kemper2017-07-30
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - speexdsp has been broken out of the speex package by upstream. The released versions of both aren't aligned (speex is at 1.2.0, speexdsp at 1.2rc3). Break out speexdsp into its own Makefile accordingly. - Don't disable VBR anymore as it has its applications (i.e. can be used with freeswitch-stable). - Prevent build system from changing our CFLAGS (--enable-sse=no). - Make integer mode depend on SOFT_FLOAT symbol so it doesn't get enabled on devices with FPUs. - Use PKG_INSTALL and remove custom Build/Compile as there is no need for this. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | | Merge pull request #4646 from jow-/introduce-nlbwmonJo-Philipp Wich2017-07-30
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | nlbwmon: add package
| * | | | | | | | nlbwmon: add packageJo-Philipp Wich2017-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit introduces nlbwmon, the lightweight NetLink BandWidth Montor. The nlbwmon daemon gathers per-host traffic statistics by querying netlink accounting data. Due to this approach, the executable is very small and does not rely on libpcap and CPU intensive raw sockets to monitor traffic. Besides raw per-host traffic counters, nlbwmon also support rudimentary traffic classification by observing IP protocols and used port numbers. Gathered accounting data is stored into a series of database files which are regularily committed to persistent storage. Refresh, commit and accounting intervals are freely configurable as well as the layer7 protocol mapping rules and observed source subnets. This package also bundles a cli client which can be used to dump the gathered traffic data as JSON, CSV or plaintext data. A pull request to add a graphical LuCI frontend for nlbwmon is pending. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | Merge pull request #4652 from haraldg/lcdproc-0.5.9champtar2017-07-29
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | lcdproc: Update to 0.5.9
| * | | | | | | | | lcdproc: Update to 0.5.9Harald Geyer2017-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop the makefile code to compile versions directly from git. Signed-off-by: Harald Geyer <harald@ccbib.org>
* | | | | | | | | | Merge pull request #4651 from dibdot/travelmatechamptar2017-07-29
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | / / | | |_|_|_|_|_|/ / | |/| | | | | | | travelmate: update 0.9.1
| * | | | | | | | travelmate: update 0.9.1Dirk Brenken2017-07-29
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0.9.1 backend: * load procd reload trigger only in 'manual' mode * documentation update frontend: * further optimized Station Overview & Scan page, especially for mobile devices * add a "Rescan" button in manual mode on overview page * XHTML fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | Merge pull request #4469 from chris5560/masterchamptar2017-07-29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | privoxy: clear PKG_MAINTAINER