Commit Graph

9106 Commits

Author SHA1 Message Date
Marko Ratkaj 44d68c9efc yara: bump to 3.7.0
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2017-11-29 11:20:06 +01:00
Ted Hess 91cf4e7025
Merge pull request #5177 from dibdot/mc
mc: release 4.8.20
2017-11-27 18:52:56 -05:00
Peter Wagner 6e2007c59d glib2: update to 2.55.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-11-27 00:13:35 +01:00
Dirk Brenken 3f9d2472aa mc: release 4.8.20
release notes: http://midnight-commander.org/wiki/NEWS-4.8.20

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-11-26 22:10:12 +01:00
Michael Heimpold 9a901e05e9 php7: try to fix compilation on LEDE buildbots
Detection of U8T_DECOMPOSE seems to be broken when cross-compiling,
so needs to be preseeded.

-snip-
checking for utf8_mime2text signature... new
checking for U8T_DECOMPOSE...
configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL
 is missing. This should not happen. Check config.log for additional information.
-snap-

This requires also a patch for PHP to make the preseeding working.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-11-26 22:07:45 +01:00
Daniel Golle 19653e57bf auc: update to version 0.0.7
* implement using GET instead of POST requests when waiting for image

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-11-26 18:25:07 +01:00
Hannu Nyman 0d27134922 haveged: update to 1.9.2
Update haveged to 1.9.2

Release notes:
http://www.issihosts.com/haveged/downloads.html
  Version 1.9.2
  I am no longer active as a developer but have decided to push out
  contributor fixes I have accumulated since the last release. Two
  oustanding bugs are not addressed: 1) Failure to build on IA64 due
  to busted cpuid and 2) Incorrect exit status when terminate by signal.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-11-26 18:53:45 +02:00
Michael Heimpold 9e24f18a5a php7: update to 7.1.12
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-11-25 13:08:50 +01:00
Michael Heimpold 020807de9b php7-pecl-http: add dependency to php7-mod-hash
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-11-25 13:08:18 +01:00
Michael Heimpold 0809a949f2
Merge pull request #5066 from lucize/php7imap
php7: add php7-mod-imap
2017-11-25 07:31:52 +01:00
Michael Heimpold 5812df23de
Merge pull request #5065 from lucize/uwimap
uw-imap: add uw-imap toolkit, prereq for php7-mod-imap
2017-11-25 07:30:19 +01:00
Noah Meyerhans 462ffc1580
Merge pull request #5157 from halmartin/bind_statistics
bind: Add support for building with libxml2 or libjson
2017-11-24 17:36:21 -08:00
Daniel Golle 78c699daa6 auc: update to version 0.0.6
* handle newly introduced 'initialize' server status
 * cosmetics

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-11-24 17:24:16 +01:00
Michael Heimpold 4625398eac ser2net: update to 3.5
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-11-23 22:40:32 +01:00
Daniel Golle 7620a0d60c auc: update to version 0.0.5
* use HTTP headers to know ImageBuilder status and queue position
 * use pretty (ie. indented) JSON output for debugging

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-11-23 18:56:58 +01:00
Daniel Golle dbcfa1618e auc: update to version 0.0.4
* implement '-d' cmdline option to output json requests
 * switch to new server API
 * implement upgrade_packages

Read upgrade_packages UCI option and ask for either only release
upgrades or also builds based on updated packages depending on whether
upgrade_packages is '0' or '1'.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-11-23 18:01:13 +01:00
Hal Martin 66231b6d24 bind: add support for building bind with libxml2 or libjson
At least one of libjson|libxml2 is required for bind
statistics to function.

Selecting libjson|libxml2 will result in an additional
dependency required to build and install bind-libs.

Signed-off-by: Hal Martin <hal.martin@gmail.com>
2017-11-23 15:15:40 +00:00
champtar 27d31a2596
Merge pull request #5154 from neheb/patch-5
btrfs-progs: Update to 4.13.3
2017-11-22 14:55:54 -08:00
champtar 7345395b2b
Merge pull request #5163 from neheb/mangix
transmission: Update to latest git and fix syslog.
2017-11-22 14:54:37 -08:00
Rosen Penev 812051af49 btrfs-progs: Update to 4.13.3
Tested on ramips (mt7621)

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2017-11-22 14:43:44 -08:00
Rosen Penev c11bb018e5 transmission: Update to latest git and fix syslog.
The init script runs transmission with the foreground parameter for procd to control it. However, if transmission is ran in the foreground, nothing is logged to syslog. Added a patch to remove this restriction.

Also added a sysctl file that removes these warnings:

UDP Failed to set receive buffer: requested 4194304, got 262142 (tr-udp.c:75)
UDP Please add the line "net.core.rmem_max = 4194304" to /etc/sysctl.conf (tr-udp.c:80)
UDP Failed to set send buffer: requested 1048576, got 262142 (tr-udp.c:86)
UDP Please add the line "net.core.wmem_max = 1048576" to /etc/sysctl.conf (tr-udp.c:91)

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2017-11-22 14:36:41 -08:00
Philip Prindeville c77e8098d4
Merge pull request #5165 from tmn505/perl-uri
perl-uri: upgrade to 1.72
2017-11-22 12:28:55 +00:00
Tomasz Maciej Nowak ccfc8ed013 perl-uri: upgrade to 1.72
Fixes #5089

Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
2017-11-22 12:57:08 +01:00
Steven Barth 6b375d816b
Merge pull request #5140 from lynxis/rb_mdnsresponder
mdnsresponder: fix reproducible builds
2017-11-22 09:53:20 +01:00
champtar 49f4ea5fd7
Merge pull request #5152 from val-kulkov/postfix-package
postfix: version update, fix file descriptor passing
2017-11-22 00:47:00 -08:00
Gavin Ni 5d216df6cd openconnect: re-introduce config: interface
In some cases, it's useful to specify which interface to establish the VPN connection

Signed-off-by: Gavin Ni <gisngy@gmail.com>
2017-11-22 10:10:22 +08:00
Peter Wagner ba9fcb1fe0 alsa-lib: update to 1.1.5
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-11-21 21:10:32 +01:00
Michael Heimpold 80e12d2525
Merge pull request #5156 from val-kulkov/libfreetype-package
libfreetype: restore host build
2017-11-21 20:34:34 +01:00
Yousong Zhou 3ef23b9ebe shadowsocks-libev: bump to version 3.1.1
Notable changes since 3.1.0

    26ae365: fix possible socks5 exchange corruption caused by bad
             state transition when parsing responses
    f19a96e: fix segfault when presented with config {"mode": null}

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-11-21 17:29:53 +08:00
Val Kulkov d71da65581 libfreetype: restore host build
Restore host building on request from a user. Apparently, packages
outside of openwrt/packages feed rely on Freetype 2 building on host.

While at it, remove sed-editing of freetype-config that is no longer
necessary. The current version of freetype-config correctly identifies
prefix, exec_prefix, includedir and libdir.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2017-11-20 15:42:18 -05:00
Ted Hess 1b8d8770ff
Merge pull request #5138 from lynxis/rb_horst
horst: remove build time to fix reproducible builds
2017-11-20 12:08:24 -05:00
Ted Hess 228218689b
Merge pull request #5153 from neheb/patch-4
hdparm: Update to 9,52
2017-11-20 08:39:20 -05:00
Nikos Mavrogiannopoulos 4a65fe7d74
Merge pull request #5076 from non7top/juniper
openconnect: add options to support juniper
2017-11-20 13:11:06 +01:00
Vladimir Berezhnoy d710c629e8
openconnect: add options to support juniper
Signed-off-by: Vladimir Berezhnoy <non7top@gmail.com>
2017-11-20 14:03:28 +03:00
Rosen Penev 5323f139c1
hdparm: Update to 9,52
Tested on ramips (mt7621)

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2017-11-19 18:10:11 -08:00
Michael Heimpold f569495832
Merge pull request #5150 from val-kulkov/php7-package
php7-mod-gd: add Freetype 2 support
2017-11-19 21:55:09 +01:00
Val Kulkov e4d3afeabd postfix: version update, fix file descriptor passing
Update to the latest stable release.

Fix check for file descriptor passing that causes libmilter's runtime
error when libmilter/OpenDKIM are used with Postfix:
"unix_send_fd: your system has no support for file descriptor passing"

The issue with the file descriptor passing has been fixed upstream in
20170618 update to Postfix v3.3 experimental release. The patch must
therefore be removed before compiling Postfix v3.3.*

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2017-11-19 11:50:18 -05:00
Val Kulkov e5d785ca3b php7-mod-gd: add Freetype 2 support
Add Freetype 2 support to php7-mod-gd. Introduce a configuration
parameter to disable Freetype 2 support if the increased package
size is a concern.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2017-11-19 10:30:31 -05:00
champtar 5e42ef5178
Merge pull request #5077 from TDT-GmbH/20171030-keepalived-update-version
net/keepalived: update version and add hotplug.d notify handling
2017-11-18 17:55:30 -08:00
Michael Heimpold 1c4f928f92 libiio: add patch to fix build on buildbots
On buildbots, the building directory seems to be not a subdir of
a git repo, so a variable expands into an empty string which in turn
results in a syntax error:

--snip--
  -- Looking for in6addr_any - found
  -- Found Git: /data/bowl-builder/arm_cortex-a5/build/sdk/staging_dir/host/bin/git (found version "2.1.4")
  fatal: Not a git repository (or any parent up to mount point /data)
  Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
  CMake Error at CMakeLists.txt:114 (if):
    if given arguments:

      "STREQUAL" "/data/bowl-builder/arm_cortex-a5/build/sdk/build_dir/target-arm_cortex-a5_musl_eabi/libiio-0.11"

    Unknown arguments specified

  -- Configuring incomplete, errors occurred!
--snap--

The patch quotes the if arguments and thus fixes the build.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-11-18 22:06:19 +01:00
Mirko Vogt acef284695 libs/libudev-fbsd: add patch to surround symbols with extern C
Signed-off-by: Mirko Vogt <mirko-openwrt@nanl.de>
2017-11-18 17:08:25 +01:00
Ted Hess aa4440ff4c
Merge pull request #5135 from nxhack/change_installdev
avahi: Changed the condition of InstallDev
2017-11-18 07:48:35 -05:00
Ted Hess 8c5b99e178
Merge pull request #5143 from lynxis/rb_sox
sox: remove build timestamp
2017-11-17 11:07:27 -05:00
Ted Hess 3eec5e7b9d
Merge pull request #5142 from lynxis/rb_socat
socat: set BUILD_DATE to SOURCE_DATE_EPOCH
2017-11-17 10:46:50 -05:00
Alexander Couzens b556ca8192
sox: remove build timestamp
Build timestamp prevents reproducible builds [0].

[0] https://reproducible-builds.org/docs/timestamps/

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-11-17 13:18:21 +01:00
Alexander Couzens 379afb45ef
socat: set BUILD_DATE to SOURCE_DATE_EPOCH
Build timestamp prevents reproducible builds [0].
SOURCE_DATE_EPOCH allows to use a timestamp which depends
on deterministic behaviour [1].
Fixes reproducible builds.

[0] https://reproducible-builds.org/docs/timestamps/
[1] https://reproducible-builds.org/specs/source-date-epoch/

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-11-17 13:15:48 +01:00
Ted Hess 8170176bc0
Merge pull request #5136 from lynxis/rb_avrdude
avrdude: add no timestamp patch to make it reproducible
2017-11-17 06:48:38 -05:00
Alexander Couzens cb1dcbe4e2
mdnsresponder: remove build timestamp to fix reproducible builds
Build timestamps prevents reproducible builds [0].

[0] https://reproducible-builds.org/docs/timestamps/

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-11-17 12:45:56 +01:00
Alexander Couzens a6d437c40e horst: remove build time to fix reproducible builds
Build timestamp are not reproducible [0].

[0] https://reproducible-builds.org/docs/timestamps/

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-11-17 12:20:42 +01:00
Alexander Couzens 35bf4d15d4 avrdude: add no timestamp patch to make it reproducible
The no-cpp-timestamp patch taken from debian and is
already accepted upstream.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-11-17 11:52:23 +01:00