1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-20 15:48:40 +02:00
Commit Graph

9183 Commits

Author SHA1 Message Date
Lucian Cristian
60aa236519 uw-imap: copy actual files in devel folder
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-12-01 21:53:28 +02:00
Michael Heimpold
e23e83a3ea
Merge pull request #5201 from lucize/php7imap
php7: try fix imap build-bot build
2017-12-01 18:25:12 +01:00
Ted Hess
a62ef2dfe5 gst1-libav: Fix ARM builds (remove forcing CPU_TYPE)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-12-01 11:53:22 -05:00
Ted Hess
32c61d658c
Merge pull request #5194 from dedeckeh/pr-gstreamer
gstreamer: bump to 1.10.5
2017-12-01 11:43:35 -05:00
Lucian Cristian
ab82aa0997 php7: try fix imap build-bot build
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-12-01 01:28:27 +02:00
Ted Hess
cdf301dc36
Merge pull request #5191 from thess/ffmpeg-config
ffmpeg: Adjusting some build dependencies. Update to 3.2.9
2017-11-30 10:52:27 -05:00
Hans Dedecker
06de4d450f gstreamer: bump to 1.10.5
Update gstreamer to the 1.10 stable branch; select latest stable 1.10.5
See https://gstreamer.freedesktop.org/releases/1.10/ for major new features
and bugfixes

Fix dependencies
Refresh patches

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2017-11-30 16:24:53 +01:00
Rosen Penev
e09f1996cd
btrfs-progs: Update to 4.14
Disabled zstd as it needs a new package. zstd needs a more recent kernel than 4.9 to be used.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2017-11-29 21:20:37 -08:00
Daniel Golle
b514587011 auc: update to version 0.0.8
* fix multiple read_data_cb calls from uclient, otherwise hickups
   happend when receiving a large JSON reply
 * add minimal help message (-h)
 * pretify package update output
 * fix infinite retry of upgrade-check which happened in some cases
 * add sleep in case of check-request retry
 * lots of cosmetics

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-11-30 02:33:13 +01:00
Stijn Tintel
e247b66790 strongswan: bump to 5.6.1
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-11-30 02:01:24 +01:00
Ted Hess
7fd7ea45fa ffmpeg: Adjusting some build dependencies. Update to 3.2.9
Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-11-29 17:31:31 -05:00
Marko Ratkaj
25905cb392 libuv: bump to 1.17.0
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2017-11-29 13:42:28 +01:00
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
Val Kulkov
6c6a40ab57 pigeonhole: fix runtime dependency on dovecot's ABI
Closes #5062. With ABI_VERSION declaration in dovecot's Makefile
introduced in PR #5182, pigeonhole plugin will now be rebuilt on every
dovecot upgrade. To announce the rebuilt pigeonhole plugin to opkg,
introduce a different model of version numbering. The new version
numbering now includes both dovecot and pigeonhole plugin version
numbers. Therefore, the rebuilt pigeonhole plugin will be visible to
opkg whenever dovecot or pigeonhole plugin version changes.

Rename "pigeonhole" to "dovecot-pigeonhole". There are several reasons
for renaming the package:

1. pigeonhole is a plugin. There seems to be a convention to name
plugins by adding corresponding suffixes to the parent package name,
such as lua-*, luci-*, php7-mod-*, perlbase-*, transmission-* etc.

2. When named as "dovecot-pigeonhole", the pigeonhole plugin is
displayed right next to dovecot in config manager ("make menuconfig")
and is therefore highly visible to anyone who explores the available
modules for dovecot.

3. When named as "dovecot-pigeonhole", the package version number
consisting of both dovecot and pigeonhole version numbers makes more
sense: "dovecot-pigeonhole_2.2.33.2-0.4.20-2" looks more comprehensible
than "pigeonhole_2.2.33.2-0.4.20-2", however admittedly both variants
look rather ugly.

Add ManageSieve to the package. Adding managesieve-login and its
libraries increases the size of the package by about 11% from 702061
bytes to 781294 bytes on the bcm53xx platform. As dovecot is unlikely
to be used on a low-end LEDE/OpenWrt box, the addition of ~80KB to
the package size is not likely to make a noticeable difference but it
will add the capability to use pigeonhole plugin for dovecot with
systems that talk ManageSieve, such as the RoundCube.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2017-11-28 02:00:42 -05:00
Val Kulkov
12f0caf3b4 dovecot: prepare for runtime dependency by plugins
Add ABI_VERSION declaration in order to tell dovecot plugins that are
runtime-dependent on dovecot's Application Binary Interface (ABI)
version, such as the pigeonhole mail filter, that they need to be
rebuilt each time the dovecot's ABI version changes.

This PR is not yet closing issue #5062. A forthcoming PR for pigeonhole
package will close the issue.

Introduce a new configuration parameter to enable ICU (i18n) support.
Make the ICU disabled by default.

Introduce PKG_CONFIG_DEPENDS with the list of configuration parameters
triggering rebuild of dovecot.

Declare the conffiles section to save dovecot's configuration files and
its init.d script on sysupgrade.

Introduce a new package, dovecot-utils, to contain doveadm and dsync
utilities: closes #4912.

Correct the destination directory for the installation of
example-config files. At present, the example files are installed into
/usr/share/doc/dovecot/example-config/example-config.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2017-11-28 01:34:28 -05: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
Jo-Philipp Wich
afaceadeda polipo: forcibly enable IPv6 support
Currently `polipo.h` uses the conditional
`(__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)` to decide
whether to enable IPv6 support.

This used to work for OpenWrt CC which uses uClibc disguising itself
as Glibc 2.x but it does not work with Musl libc anymore as this library
does not export any Glibc defines.

Forcibly enable IPv6 support by passing `-DHAVE_IPv6` unconditionally
through the build flags in the OpenWrt/LEDE Makefile.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-11-23 20:54:45 +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
Florian Eckert
c33853dd6d net/mwan3: update to version 2.6.8
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-11-22 13:04:14 +01: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