Commit graph

3090 commits

Author SHA1 Message Date
Alexandru Ardelean
af89de58f5 python: upgrade to 2.7.10
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-05-27 19:52:49 +03:00
Ted Hess
9589efa5bc Merge pull request #1294 from mar-kolya/add-bridge-utils
Move bridge-utils from oldpackages
2015-05-26 10:49:40 -04:00
Steven Barth
1fac3a0c3a Merge pull request #1307 from oneru/add-qrencode
libqrencode: This reverts some unwelcome changes and then fixes a typo in Makefile
2015-05-26 12:56:11 +02:00
Mislav Novakovic
387b3f751b netdiscover: add package
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2015-05-26 12:51:04 +02:00
Mislav Novakovic
235168192d libnet: add package
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2015-05-26 12:51:04 +02:00
Marko Ratkaj
669b44a50c clamav: bump to 0.98.7
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-05-26 12:51:04 +02:00
Steven Barth
d2670b43f2 Merge pull request #1298 from chris5560/master
radicale: fixed hotplug and init script
2015-05-26 08:50:51 +02:00
Jonathan Bennett
f51adfc331 libqrencode: fix typo in makefile
Fix compile error due to autoconf
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2015-05-25 23:25:36 -05:00
Jonathan Bennett
2c800f9519 Revert "qrencode: Fix build dependency (libpng)"
This commit was not made by the package maintainer and needs to be reverted.
This reverts commit 1e2cd3318b.
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2015-05-25 23:22:29 -05:00
Jonathan Bennett
402918835c Revert "qrencode: Completely remove libpng dependency from package configure"
This commit was not made by the package maintainer and needs to be reverted.
This reverts commit 5989f6ca0b.
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz.
2015-05-25 23:20:10 -05:00
Nikolay Martynov
4a343362da bridge-utils: copy from oldpackages
* update Makefile accoring to CONTRIBUTING.md, set maintainer
* fix file offset handling
* use https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git for source code

Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
2015-05-25 21:41:56 -04:00
Mislav Novakovic
ccd9752fb6 freeradius2: add mirror for older releases
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2015-05-26 00:37:51 +02:00
Nuno Goncalves
76f57ca7eb sshtunnel: fixes validation bug with dynamic port forwarding.
Thanks to Avi Alkalay <avi@unix.sh>

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-05-25 22:07:04 +01:00
Ted Hess
5989f6ca0b qrencode: Completely remove libpng dependency from package configure
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-05-25 16:31:36 -04:00
Ted Hess
8ed74d14f9 Merge pull request #1302 from equinox0815/ntpd-enable-pps
ntpd: enable ATOM (PPS) support
2015-05-25 14:01:53 -04:00
Christian Pointner
80396166a8 ntpd: enable ATOM (PPS) support
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2015-05-25 18:45:23 +02:00
Ted Hess
1e2cd3318b qrencode: Fix build dependency (libpng)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-05-25 11:50:14 -04:00
Nuno Goncalves
2de5acd6bd tcsh: update to 6.19.00
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-05-25 14:46:46 +01:00
Christian Schoenebeck
65fb23d515 radicale: fixed hotplug and init script
* fixed hotplug script (not restarting on "ifup")
* fixed init script (not stopping in 1 second)
* fixed PKG_MAINTAINER string
* removing not needed comments in config file

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-05-24 21:34:34 +02:00
Nicolas Thill
d8362b6d04 ipsec-tools: fix null dereference in racoon
* add a patch to fix a null pointer dereference in src/racoon/gssapi.c (CVE-2015-4047)
 * refresh patches
 * bumb release number

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-05-24 20:38:44 +02:00
Nico
75d8f0924c Merge pull request #1272 from ryzhovau/xz-utils-meta
xz: add xz-utils meta package
2015-05-24 19:48:49 +02:00
Ted Hess
56f7e852fb Merge pull request #1266 from antonlacon/libopus-1.1.x
libopus: disable building unused features
2015-05-24 13:39:26 -04:00
Ted Hess
0f8b49faaa Merge pull request #1289 from clehner/master
Fix emailrelay init script
2015-05-24 13:36:22 -04:00
Hauke Mehrtens
84c6815a9c openvswitch: fix build with kernel >= 3.18.13
This fixes a build problem with kernel >= 3.18.13.
This should close #1283.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-05-24 15:27:50 +02:00
Yousong Zhou
59f33d2aa7 xl2tpd: refactor for more resilience.
- Use netifd no_proto_task for notifying that xl2tpd does not have a
   protocol task running.
 - Use procd for xl2tpd service management.
 - Refreshed 2xx patches to

    - Prevent leftover regular type control result file.
    - Allow xl2tpd run as foreground process while logging via syslog.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>

 - bumped version
 - removed dependency on `ip` package as routes are setup by netifd
   if iproute2 is actually required, please depend on
   `@(PACKAGE_ip||PACKAGE_ip-full)` instead of `ip`

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-24 12:18:38 +02:00
Nikos Mavrogiannopoulos
15f744bb53 ocserv: corrected checksum
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-05-24 11:16:28 +02:00
Nikos Mavrogiannopoulos
0622e99f91 ocserv: updated to 0.10.5
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-05-24 11:00:10 +02:00
Steven Barth
38f5f10948 Merge pull request #1284 from oneru/key-gen
Fwknopd: Backport patch to enable keygen in fwknopd
2015-05-24 10:13:18 +02:00
Steven Barth
87e4a658a4 Merge pull request #1278 from thess/vim-build-fix
vim: Fix false broken package status (buildbot)
2015-05-24 10:12:35 +02:00
Steven Barth
f3df405f20 Merge pull request #1268 from dajhorn/liblz4
liblz4: add new package
2015-05-24 10:11:44 +02:00
Ted Hess
8a86f84259 Merge pull request #1286 from equinox0815/pps-tools-linux3.18
pps-tools: enable for Linux 3.18
2015-05-23 13:25:28 -04:00
Charles Lehner
e30b50f0a1 Fix emailrelay init script
Signed-off-by: Charles Lehner <cel@celehner.com>
2015-05-23 13:18:17 -04:00
Ted Hess
b91eff9859 Merge pull request #1280 from antonlacon/ffmpeg-2.6.x
ffmpeg: switch to included opus support for libffmpeg-audio-dec and option to libffmpeg-custom
2015-05-23 09:00:45 -04:00
Ian Leonard
ae13b1441d ffmpeg: libffmpeg-audio-dec and -custom use integrated opus decoder
For libffmpeg-audio-dec:

Remove @DEVEL flag from libffmpeg-audio-dec. Reasoning for this is
that choosing this package does not rquire any further action by the
builder in what codecs or formats should be built in.
libffmpeg-custom, the other libffmpeg to require @DEVEL, does need
further interaction.

Add @BUILD_PATENTED as at least one of the audio codecs is likely
patent protected.

Add ffmpeg's native Opus decoder to libffmpeg-audio-dec

Remove libopus dependency to libffmpeg-audio-dec as libopus provides
decode and encode support for Opus audio. Since FFmpeg can decode
Opus audio on its own, and libffmpeg-audio-dec is intended for audio
decoding, libopus is no longer required for Opus audio support.

For libffmpeg-custom:

Add in options for ffmpeg's integrated Opus decoder

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2015-05-22 22:43:08 -07:00
Ted Hess
0429e223d9 Merge pull request #1281 from fededim/master
lftp: added mirror directory old to avoid build disruption on new version releases
2015-05-22 17:57:55 -04:00
Christian Pointner
a7a015fb72 pps-tools: enable for Linux 3.18
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2015-05-22 23:08:01 +02:00
Nikos Mavrogiannopoulos
01851966b8 ocserv: silence warnings and set group default value
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-05-22 21:56:29 +02:00
Jonathan Bennett
b0a605c1c3 Fwknopd: Backport patch to enable keygen in fwknopd
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2015-05-22 13:21:55 -05:00
Rupan
5b045bd1f1 lftp: added mirror directory old to avoid build disruption on new version releases
Signed-off-by: Federico Di Marco fededim@gmail.com
2015-05-22 17:29:03 +02:00
Steven Barth
95949a8124 Merge pull request #1277 from fededim/master
lftp: updated to 4.6.2
2015-05-22 11:12:46 +02:00
Marcel Denia
5fa4fc4884 bash: Update to 4.3.39
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-05-22 07:16:26 +02:00
Ted Hess
89a45fce95 Merge pull request #1270 from fatbob313/master
uMurmur: Update to 0.2.16.
2015-05-21 17:48:03 -04:00
Martin Johansson
6c004eb0a2 umurmur: Update to 0.2.16. Also fix build breakage since PolarSSL/MbedTLS's version module was disabled.
Signed-off-by: Martin Johansson <martin@fatbob.nu>
2015-05-21 22:33:46 +02:00
Ted Hess
87f1259fda vim: Fix false broken package status (buildbot)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-05-21 16:02:31 -04:00
Guillaume Déflache
869bab445d protobuf: Update version to 2.6.1
- Unbroke MIPS support which got entirely lost since the upgrade from 2.4.1:
  now all ISAs should work (MIPS1 would need kernel emulation though, untested)
- Fixed host installation which was broken on all targets
- Updated source origin to github and related variables
- Kept mipseb patch exception and MIPS16:=0 exclusion (needed for BB and CC compilation)

Only tested on a ZyXEL NBG6716 router which is MIPS32 (MIPS74Kc), ar71xx target.

Signed-off-by: Guillaume Déflache <guillaume.deflache@ibwag.com>
2015-05-21 14:41:23 +02:00
Guillaume
22b220bc77 protobuf: Add licensing info and update copyright
Signed-off-by: Guillaume Déflache <guillaume.deflache@ibwag.com>
2015-05-21 14:41:11 +02:00
Rupan
0a8f277853 lftp: updated to 4.6.2
Signed-off-by: Federico Di Marco fededim@gmail.com
2015-05-21 11:00:11 +02:00
Imre Kaloz
4b7237a8aa Merge pull request #1269 from teslamint/patch-2
coova-chilli: fix stat failed error when compile without kmod
2015-05-20 22:39:39 -07:00
Nuno Goncalves
c87334ff72 usbip: move to github (closes #1259)
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
[nunojpg@gmail.com: Added PKG License and changed commit message]
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-05-20 23:41:36 +01:00
Michael Heimpold
78c36dfdd6 php5: update to 5.6.9
This fixes CVE-2006-7243, a multipart/form-data remote dos vulnerability,
a heap buffer overflow in unpack and a integer overflow in ftp_genlist,
which also results in a heap overflow.
For more details, see http://php.net/ChangeLog-5.php#5.6.9

Also sync the timezone patch with latest version from Debian and
adopt this patch for the changes in this php release.

Refresh 950-Fix-dl-cross-compiling-issue.patch.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-05-20 20:57:31 +02:00