Commit graph

6029 commits

Author SHA1 Message Date
champtar
e128a2c3d9 Merge pull request #3035 from jow-/luasec-no-compression-fix
luasec: fix build with OPENSSL_NO_COMP
2016-08-18 16:00:16 +02:00
champtar
b2c20d4f22 Merge pull request #3066 from hnyman/htop202
htop: update to 2.0.2
2016-08-18 15:41:44 +02:00
Yousong Zhou
ae8668ae88 qemu: remove the leftover --enable-qemu-agent option
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-08-18 11:33:01 +08:00
Yousong Zhou
ac0ea8b970 qemu: build only qemu-ga
This has two effects

 - Saves time and computing resources.  Non-relevant tools like
   qemu-img, qemu-io will not be built
 - Fixes packaging failure on octeon target caused by failure of
   building internal pixman library

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-08-18 11:28:21 +08:00
Hannu Nyman
2dc0eebc0b fwknop: bump PKG_RELEASE
Increase PKG_RELEASE due to the patch committed earlier today.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-08-17 18:52:10 +03:00
Hannu Nyman
ae8304f57f Merge pull request #3075 from jp-bennett/master
Updates to nano and fwknop
2016-08-17 18:38:37 +03:00
Jonathan Bennett
c57f915028 Nano: Update to 2.6.3, backport patch from trunk to fix compile
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2016-08-17 10:18:35 -05:00
Jonathan Bennett
f2e1de58e6 Fwknop: Set correct file permissions when generating config files
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2016-08-17 10:18:23 -05:00
Yousong Zhou
13014e3633 libffi: patch n32.S to fix mips64 soft-float build
This should fix openwrt/packages#2511

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-08-17 09:55:20 +08:00
Hannu Nyman
39c9c63ac6 Merge pull request #3069 from ianchi/libx264
libx264: update version
2016-08-16 17:32:12 +03:00
champtar
728a6358d3 Merge pull request #3071 from dibdot/adblock
adblock: update 1.4.5
2016-08-16 09:10:53 +02:00
Dirk Brenken
4e873aad3c adblock: update 1.4.5
* change the default hphosts list source to ad and tracking servers
only, the overall list includes to many false positives
* new optional config parm 'adb_hotplugif' to restrict hotplug support
to a certain wan interface or to disable it at all
* documentation update
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-08-16 08:59:34 +02:00
champtar
9157e228aa Merge pull request #3070 from ianchi/youtube-dl
youtube-dl: update version
2016-08-16 07:25:59 +02:00
Adrian Panella
bc774ad41a youtube-dl: update version
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2016-08-15 22:49:51 -05:00
Adrian Panella
118a0c8510 libx264: update version
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2016-08-15 22:42:36 -05:00
Hannu Nyman
823bdf5255 htop: update to 2.0.2
* update htop to 2.0.2
* patch the new libtool check to match libtool version in use.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-08-15 21:13:49 +03:00
Ted Hess
6994b98f5a Merge pull request #3028 from thess/tcpreplay-fixes
tcpreplay: Fix builds - musl compatibility
2016-08-15 09:33:10 -04:00
champtar
c59ee37850 Merge pull request #2943 from sdwalker/linuxptp
linuxptp: shrink binaries and fix musl compile error
2016-08-15 10:37:07 +02:00
Jonas Gorski
69be3d82ef znc: fix compilation without ssl compression
Update Csocket to a newer version with compile fixes for OpenSSL with
disabled compression support. Since we don't get zlib as an transitive
dependency anymore, also add zlib as an explicit dependency.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
2016-08-14 23:03:20 +02:00
Jo-Philipp Wich
200311a327 Merge pull request #3061 from hnyman/collectd552
collectd: bump version to 5.5.2
2016-08-14 18:29:16 +02:00
Hannu Nyman
a090061a91 Merge pull request #3062 from dibdot/adblock
adblock: update 1.4.4
2016-08-14 18:49:10 +03:00
Dirk Brenken
fcc93d75d0 adblock: update 1.4.4
* filter non-printable characters/binary data in input stream
* fix IPv4 adblock statistics in CC

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-08-14 17:34:34 +02:00
Hannu Nyman
4c83465b27 Merge pull request #2996 from jefferyto/python-enum34-1.1.6
python-enum34: update to 1.1.6
2016-08-14 14:19:05 +03:00
Hannu Nyman
5148a67262 collectd: bump version to 5.5.2
* Bump collectd version to 5.5.2.
* Refresh patches.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-08-14 12:10:26 +03:00
Yousong Zhou
4972489d8d Merge pull request #3054 from plntyk/fix_qemu
qemu: fix ccache enabled builds
2016-08-13 18:31:19 -05:00
Dirk Neukirchen
3ea0e56273 lftp: set readline location
configure tries to use host location
- fixes buildbot compile

Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
2016-08-13 18:50:52 +02:00
Dirk Neukirchen
1154f45501 qemu: fix ccache enabled builds
issue reported by buildbots
fix error:
ERROR: unknown option gcc

Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
2016-08-13 18:48:18 +02:00
Yousong Zhou
5ae3447d2c Merge pull request #3049 from dedeckeh/pr_l2tp_teardown_on_l3_link_down
xl2tpd: Enable netifd notification teardown_on_l3_link_down
2016-08-12 17:28:49 +08:00
Hans Dedecker
29311407ef xl2tpd: Enable netifd notification teardown_on_l3_link_down
Set teardown_on_l3_link_down notifying netifd xl2tpd wants to be
teared down when layer3 link loss is detected

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2016-08-12 09:47:01 +02:00
champtar
4bb3b82782 Merge pull request #3047 from t-umeno/update_klish-2.1.3
klish: update to latest version (2.1.3)
2016-08-11 17:20:32 +02:00
Takashi Umeno
9627c38700 klish: update to latest version (2.1.3)
Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
2016-08-11 22:57:29 +09:00
champtar
de9c03a600 Merge pull request #3046 from nitroshift/patch-4
Netdata: update to 1.2.0
2016-08-11 15:23:57 +02:00
nitroshift
0c5ec0ac92 Netdata: update to 1.2.0
Also added required dependency: libuuid

Signed-off-by: Sebastian Careba <nitroshift@yahoo.com>
2016-08-11 15:05:35 +03:00
Takashi Umeno
e97d3c9f1a klish: update to latest version (2.1.2)
Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
2016-08-09 21:56:04 +00:00
champtar
e034a1c09b Merge pull request #2997 from jefferyto/python-cryptography-1.4
python-cryptography: update to 1.4, fixed lede compilation
2016-08-09 23:50:27 +02:00
champtar
3175d65aab Merge pull request #2999 from jefferyto/zope-interface-4.2.0
zope-interface: update to 4.2.0
2016-08-09 23:49:37 +02:00
champtar
80a8f4b139 Merge pull request #2998 from jefferyto/python-gmpy2-2.0.8
python-gmpy2: update to 2.0.8
2016-08-09 23:49:15 +02:00
champtar
d86f8a317f Merge pull request #3019 from mickeprag/python-pyserial
python-pyserial: update to 3.1.1
2016-08-09 23:45:46 +02:00
Daniel Golle
599ae9207d gnunet: update to r37672
while at it, also fix post-install script and no longer ship
gnunet-download-manager.scm, we ain't got guile anyway and it wasn't
touched for 12 years.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-08-09 22:50:55 +02:00
Etienne CHAMPETIER
847ebdc909 sqlite3: --disable-editline
sqlite3 can now use editline or readline,
most package use readline, and we were using it,
so continue using readline and disable editline

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2016-08-09 19:15:49 +00:00
Peter Wagner
7ad9eb6703 openssh: update to 7.3p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-08-09 18:58:22 +02:00
Jo-Philipp Wich
32f6b85a52 luasec: fix build with OPENSSL_NO_COMP
Currently luasec fails to build if OpenSSL was built without compression
support due to an undefined COMP_METHOD type:

    ssl.c: In function 'meth_compression':
    ssl.c:404:9: error: unknown type name 'COMP_METHOD'
       const COMP_METHOD *comp;
             ^
    <builtin>: recipe for target 'ssl.o' failed
    make[6]: *** [ssl.o] Error 1

Add a local patch to stub the `meth_compression()` function if there is no
compression support available in the OpenSSL library in order to allow
luasec to build.

A similar fix has been added upstream with
https://github.com/brunoos/luasec/pull/30

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-08-09 09:35:21 +02:00
Ted Hess
39f0b6f067 msmtp: Add nls.mk, . Fix build when BUILD_NLS not specified
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-08-08 15:44:04 -04:00
Ted Hess
b3e1b589d7 libnfc: Moved to packages-abandoned - needs MAINTAINER
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-08-08 15:21:59 -04:00
Ted Hess
a867ef2098 Merge pull request #2967 from padre-lacroix/bandwidthd-php
bandwidthd-php: PHP files to graph bandwidthd data in a postgresql database
2016-08-08 14:12:43 -04:00
Ted Hess
e96a676f9c Merge pull request #3007 from jefferyto/twisted-16.3.0
twisted: update to 16.3.0
2016-08-08 14:03:30 -04:00
Ted Hess
e542a905f1 Merge pull request #3029 from padre-lacroix/master-kismet
kismet: Update to 2016-07-R1 and new maintainer
2016-08-08 13:58:09 -04:00
Jean-Michel Lacroix
5b169c2518 kismet: Update to 2016-07-R1 and new maintainer
This is an update to the latest version of kismet
New maintainer.
Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
2016-08-07 18:00:32 -04:00
Ted Hess
e2e222871c tcpreplay: Fix builds - musl compatibility
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-08-07 16:14:09 -04:00
Ted Hess
2d2fd56a81 git: Fix build dependencies
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-08-07 15:49:20 -04:00