1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 20:33:58 +02:00
Commit Graph

9151 Commits

Author SHA1 Message Date
Alexander Couzens
d36447fde4
lua-rs232: 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-12-03 14:26:45 +01:00
champtar
411b85b664
Merge pull request #4869 from apatrushev/master
micropython: updated to v1.9.2, micropython-lib: updated to v1.9
2017-12-02 15:13:09 -08:00
Ted Hess
901777195b gst1-libav: Fix Makefile syntax error.
gstreamer1: Fix failures on buildbot mips platforms (accidently finds libunwind)

Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-12-02 17:53:13 -05:00
champtar
8dc8716e74
Merge pull request #5183 from val-kulkov/pigeonhole-package
pigeonhole: fix runtime dependency on dovecot's ABI
2017-12-02 14:09:39 -08:00
champtar
a9f30ca5a6
Merge pull request #5134 from p-wassi/emailrelay
mail/emailrelay: rework init script and introduce config
2017-12-02 14:08:25 -08:00
champtar
a999828a64
Merge pull request #5148 from mach327/openwrt_519
python3-idna: Fix openwrt/openwrt#519, opkg package list segfault.
2017-12-02 12:50:04 -08:00
champtar
3e36a8e6ea
Merge pull request #5172 from jow-/polipo-enable-ipv6-support
polipo: forcibly enable IPv6 support
2017-12-02 12:44:31 -08:00
champtar
e5941655c9
Merge pull request #5182 from val-kulkov/dovecot-package
dovecot: prepare for runtime dependency by plugins
2017-12-02 11:43:10 -08:00
champtar
bde181ac8e
Merge pull request #5187 from sartura/yara_bump_to_3.7.0
yara: bump to 3.7.0
2017-12-02 10:45:04 -08:00
champtar
15505bb8e8
Merge pull request #5188 from sartura/libuv_bump_to_1.17.0
libuv: bump to 1.17.0
2017-12-02 10:44:00 -08:00
champtar
5c41383202
Merge pull request #5192 from neheb/patch-1
btrfs-progs: Update to 4.14
2017-12-02 10:39:16 -08:00
champtar
98de87c534
Merge pull request #5210 from commodo/travis_branch_build
build,travis: build only last commit in a branch build
2017-12-02 10:20:38 -08:00
champtar
66bc9e8cd0
Merge pull request #5211 from dibdot/adblock
adblock: update 3.1.1
2017-12-02 10:12:43 -08:00
Dirk Brenken
f831d54d90 adblock: update 3.1.1
* new function to set/delete options in external uci config files
  * kresd: automated 'rpz_file' handling in /etc/config/resolver
  * firewall: automated 'force_dns' handling if you
              enable or disable adblock
* support sha256sum (default) and md5sum for blocklist
  comparison & conditional dns restarts
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-12-02 18:46:53 +01:00
Ted Hess
5dff1fd03c
Merge pull request #5144 from lynxis/rb_zip
zip/unzip: remove build timestamps
2017-12-02 10:02:32 -05:00
Ted Hess
586623139c
Merge pull request #5141 from lynxis/rb_minicom
minicom: remove build time to fix reproducible builds
2017-12-02 09:59:47 -05:00
Ted Hess
80e23adc76
Merge pull request #5137 from lynxis/rb_apache
apache: fix reproducible builds
2017-12-02 09:59:00 -05:00
Alexandru Ardelean
a52aecd8da build,travis: build only last commit in a branch build
This started out as me trying to fix my Python build
in a local Travis CI env.
After 40+ minutes, the build still did not stop:
https://travis-ci.org/commodo/packages/builds/310413628

There is a bug, where the `.travis_do.sh` script does exit early,
and enters an endless loop, when doing a branch build.
It tries to continuously fetch 50 more revisions.
So, I decided to add some limited support for branch builds.

This also allows a simpler testing with Travis before
opening a PR.

This scope of testing is limited to whatever the last
commit touches, but it's still better than nothing.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-12-02 12:42:52 +02:00
Michael Heimpold
2abc95402a php7-mod-imap: add missing dependency for libpam
When libpam is selected, then mod_imap pulls in a dep to libpam,
and there seems no way to disable it via configure arguments.
So add this dep here conditionally.

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-12-02 10:00:05 +01:00
Ted Hess
a841e34457
Merge pull request #5139 from lynxis/rb_openocd
openocd: use release tar.bz2 instead of git
2017-12-01 19:07:30 -05:00
Michael Heimpold
b87645ad01
Merge pull request #5203 from lucize/uwimaplink
uw-imap: copy actual files in devel folder
2017-12-01 21:05:43 +01:00
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