Commit Graph

8810 Commits

Author SHA1 Message Date
Gergely Kiss 69d3e1fbc4 vala: bump to version 0.34.5
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2017-10-18 21:58:38 +02:00
Hannu Nyman d57926cfea Merge pull request #4954 from kissg1988/django
django: update to 1.8.18
2017-10-18 19:16:15 +03:00
Hannu Nyman 358354e3bd Merge pull request #4958 from sartura/libuv_bump_to_1.15.0
libuv: bump to 1.15.0
2017-10-18 19:15:52 +03:00
Hannu Nyman 617eea5362 Merge pull request #4959 from philenotfound/mutt-bump
mutt: bump version
2017-10-18 19:15:23 +03:00
Hannu Nyman 409f8c26b3 Merge pull request #4966 from sartura/clamav_fix_build_issues
clamav: fix build issues
2017-10-18 19:14:33 +03:00
Marko Ratkaj ce66ecde24 clamav: fix invalid zlib version error
ClamAV's configure script uses grep to check for bugy zlib version
1.2.1. Since current OpenWrt zlib version is 1.2.11 this check passes
and build fails. This patch will disable this unneeded check and make
sure we are looking for zlib on the right location.

clamdtop was beeing built without it's ncurses dependency. Build system
would link it to the host's ncurses making the program fail at run time.
This patch will disable building of optional clamdtop, otherwise we need
to add ncurses as a dependency and fix the search path.

Increase PKG_RELEASE to reflect changes.

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2017-10-18 17:21:40 +02:00
Ted Hess ddc98ba6f6 Merge pull request #4965 from lucize/doveup
dovecot: update to 2.2.33.1
2017-10-18 10:55:45 -04:00
Ted Hess 84c820e1cd Merge pull request #4962 from diizzyy/patch-96
sound/lame: Update to 3.100
2017-10-18 10:51:54 -04:00
Ted Hess 569a8f5956 Merge pull request #4967 from dibdot/adblock
adblock: update 3.0.3
2017-10-18 10:48:06 -04:00
Phil Eichinger ad25e99fef mutt: bump version
* no-po-no-docs patch reworked, docs are disabled via ./configure now
* drop CVE patch, fix already in upstream
* autoreconf to fix CI build

Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2017-10-18 16:27:25 +02:00
Dirk Brenken 5c934e5352 adblock: update 3.0.3
* add new list source to default config to block browser-based
  crypto mining

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-10-18 12:50:12 +02:00
Lucian Cristian 635567c66e dovecot: update to 2.2.33.1
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-10-18 02:10:21 +03:00
Gergely Kiss 326c336bd9 django: update to 1.8.18
Fixes CVE-2017-7233 and CVE-2017-7234

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2017-10-17 22:15:30 +02:00
Daniel Engberg 9a9e71e533 sound/lame: Update to 3.100
* Update LAME to 3.100

* Switch to shared library instead of static binary as it adds very little
  overhead if you only need LAME binary but saves space if you need both
  library and binary.

  Static / Shared:
  LAME binary: ~252kbyte / ~72kbyte - IPK: ~138kbyte / ~34kbyte
  LAME library: ~216kbyte / ~216kbyte - IPK: ~117kbyte / ~117kbyte

* Drop patch, not needed

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-10-17 22:01:57 +02:00
Hannu Nyman dc39d7963d Merge pull request #4955 from kissg1988/sudo
sudo: update to 1.8.21p2
2017-10-17 21:32:55 +03:00
Hannu Nyman 202b60a28c Merge pull request #4957 from sartura/vim_bump_to_8.0.586
vim: bump to 8.0.586
2017-10-17 21:32:29 +03:00
Hannu Nyman ffff75dc6b Merge pull request #4960 from philenotfound/at-bump
at: bump version
2017-10-17 21:31:02 +03:00
Phil Eichinger c9420d6b3b at: bump version
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2017-10-17 16:44:36 +02:00
Marko Ratkaj 949f7f1947 libuv: bump to 1.15.0
Update libuv to version 1.15.0

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2017-10-17 15:28:17 +02:00
Marko Ratkaj 93feea7ffa vim: bump to 8.0.586
Upgrade vim to version 8.0.586

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2017-10-17 15:18:08 +02:00
Philip Prindeville 4317fe0a10 Merge pull request #4953 from pprindeville/perl-move-rdynamic
Perl move -rdynamic
2017-10-17 00:50:19 +01:00
Etienne Champetier 211f446d8d build,travis: fix SDK filename
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-10-16 19:25:08 -04:00
Etienne Champetier 867a5c91a1 build,travis: fix gpg verification warning
commit gpg keys into the repo (it sometimes timeout)
trust the keys ultimately

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-10-16 19:24:14 -04:00
Gergely Kiss ddc8b334d0 sudo: update to 1.8.21p2
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2017-10-17 00:56:29 +02:00
Philip Prindeville d58ac19c9f perl: put -rdynamic in proper build variable
The standard way to pass -rdynamic (or -Wl,--dynamic-export) is via
the $ccdlflags variable.  Do what is best practice.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-10-16 16:40:22 -06:00
Philip Prindeville b392cd595a perl: simplify passing in ldflags
Originally as PR #2383 but rewritten.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2017-10-16 16:40:22 -06:00
Hannu Nyman 35f971fa78 Merge pull request #4952 from jp-bennett/master
qrencode:  Update to 4.0.0
2017-10-16 20:50:02 +03:00
Jonathan Bennett 14af50642c qrencode: Update to 4.0.0
Adds a minor patch to optionally omit the XML tag when including svg inline.
Singed-off-by: Jonathan Bennett <JBennett@Incomsystems.biz>
2017-10-16 12:08:10 -05:00
Hannu Nyman df72a84986 Merge pull request #4948 from ldir-EDB0/remwireguard
wireguard: drop wireguard
2017-10-16 19:34:07 +03:00
Hannu Nyman 150d328cee Merge pull request #4951 from jp-bennett/master
Fwknopd: Bump PKG_RELEASE and minor fix
2017-10-16 19:28:17 +03:00
Jonathan Bennett 5a69b9c08f Fwknopd: Bump PKG_RELEASE and minor fix
An unneccesary include in the init file was causing problems when using the package builder.
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
2017-10-16 11:20:18 -05:00
Hannu Nyman 7e1ab2dd95 Merge pull request #4924 from oldium/fwknopd-init-script
fwknop: Add start-up dependency on network interface for fwknopd.
2017-10-16 19:17:16 +03:00
Hannu Nyman f550fe4ad8 Merge pull request #4942 from DocLM/gphoto2
ibgphoto2 and gphoto2: Update to 2.5.16 and 2.5.15
2017-10-16 18:11:12 +03:00
Hannu Nyman e3a1b62274 Merge pull request #4949 from commodo/python-lxml-update
python-lxml: update to version 4.1.0
2017-10-16 17:36:00 +03:00
Hannu Nyman 58ebbb7a49 Merge pull request #4947 from commodo/tcpreplay-update
tcpreplay: update to version 4.2.5
2017-10-16 17:35:38 +03:00
Hannu Nyman 8a0e5c4008 Merge pull request #4950 from StevenHessing/noddos
noddos: noddos v0.5.3
2017-10-16 17:34:54 +03:00
Steven Hessing 330768a409 noddos: noddos v0.5.3
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
2017-10-16 06:09:33 -07:00
Alexandru Ardelean 8d011baf89 python-lxml: update to version 4.1.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-10-16 16:01:04 +03:00
Kevin Darbyshire-Bryant ff07e0c835 wireguard: drop wireguard
WireGuard was added to LEDE core. See discussion at
lede-project/source#1409

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2017-10-16 13:01:12 +01:00
Hannu Nyman 9457e9fa6a Merge pull request #4732 from hashashin/bash-4.4.12
bash: version bump to 4.4.12
2017-10-16 10:06:29 +03:00
Alexandru Ardelean d8f7818311 tcpreplay: update to version 4.2.5
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-10-16 09:58:22 +03:00
Leonardo Medici 64d55d410d gphoto2: update package to 2.5.15
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
2017-10-15 20:30:22 +02:00
Leonardo Medici 52879d761c libgphoto2: update package to 2.5.16
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
2017-10-15 20:29:40 +02:00
Peter Wagner d889a619af pulseaudio: update to 11.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-15 19:47:03 +02:00
Peter Wagner ec1fe2f190 glib2: update to 2.54.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-15 19:47:03 +02:00
Thomas Heil f75385588b memcached: update to version 1.5.2
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-10-15 19:10:59 +02:00
Thomas Heil 2ef52e041b haproxy: disable lua on mips
- to fix  #4606 we disable to lua build for haproxy
   depending on CONFIG_mips = y

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-10-15 18:48:29 +02:00
Thomas Heil 1feb0bae0f haproxy update to 1.7.9 and pending patches
- update lua to 5.3.4

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-10-15 17:25:38 +02:00
Thomas Heil 970adea169 acpid: update to 2.0.28
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-10-15 17:15:08 +02:00
Thomas Heil 923b4558a6 apache: update to 2.4.28
- fix CVE-2017-9798
 - fix #4926
  make http2 support configurable, in case of enables libnghttp2
  package dont build http2. instead use CONFIG_APACHE_HTTP2 to
  enable http2 support

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-10-15 16:59:50 +02:00