]>
git.99rst.org Git - openwrt-packages.git/log
Dov Murik [Fri, 25 Mar 2016 18:05:43 +0000 (14:05 -0400)]
net/rsyslog: Upgrade to 8.17.0
* From 8.17.0 rsyslog depends on libfastjson (instead of libjson-c).
Yousong Zhou [Mon, 28 Mar 2016 09:30:59 +0000 (04:30 -0500)]
Merge pull request #2561 from MikePetullo/krb5
krb5: update to 1.14.1
Álvaro Fernández Rojas [Mon, 28 Mar 2016 07:17:44 +0000 (09:17 +0200)]
flashrom: fix full and pci variants
Signed-off-by: Álvaro Fernández Rojas <redacted>
Álvaro Fernández Rojas [Mon, 28 Mar 2016 07:12:27 +0000 (09:12 +0200)]
Merge pull request #2549 from stintel/pciutils
pciutils: remove eudev dependency
Vasilis Tsiligiannis [Sun, 27 Mar 2016 12:39:40 +0000 (15:39 +0300)]
Merge branch 'master' of https://github.com/Wedmer/packages
champtar [Sun, 27 Mar 2016 11:58:22 +0000 (13:58 +0200)]
Merge pull request #2563 from stweil/master
admin/zabbix: Fix typos (found by codespell)
Stefan Weil [Sat, 26 Mar 2016 10:46:17 +0000 (11:46 +0100)]
admin/zabbix: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <redacted>
Stijn Tintel [Thu, 24 Mar 2016 06:42:20 +0000 (07:42 +0100)]
pciutils: remove eudev dependency
Disable udev hwdb support instead of depending on eudev. This restores
the old behavior of pciutils. It never depended on udev.
Signed-off-by: Stijn Tintel <redacted>
W. Michael Petullo [Sun, 27 Mar 2016 01:40:51 +0000 (21:40 -0400)]
krb5: update to 1.14.1
Signed-off-by: W. Michael Petullo <redacted>
Vasilis Tsiligiannis [Sun, 27 Mar 2016 01:18:47 +0000 (04:18 +0300)]
nsd: Update to v4.1.9
Signed-off-by: Vasilis Tsiligiannis <redacted>
Vasilis Tsiligiannis [Sat, 26 Mar 2016 17:19:04 +0000 (19:19 +0200)]
hamlib: Update to v3.0.1
Signed-off-by: Vasilis Tsiligiannis <redacted>
champtar [Sat, 26 Mar 2016 11:41:37 +0000 (12:41 +0100)]
Merge pull request #2558 from dibdot/adblock
adblock: update 1.0.2
Dirk Brenken [Sat, 26 Mar 2016 11:12:31 +0000 (12:12 +0100)]
adblock: update 1.0.2
* fix corner case during shallalist backup/restore
Signed-off-by: Dirk Brenken <redacted>
champtar [Sat, 26 Mar 2016 10:17:14 +0000 (11:17 +0100)]
Merge pull request #2557 from stweil/master
utils: Fix typos (found by codespell)
Stefan Weil [Sat, 26 Mar 2016 08:53:01 +0000 (09:53 +0100)]
utils: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <redacted>
Ted Hess [Fri, 25 Mar 2016 20:36:23 +0000 (16:36 -0400)]
libsoxr: Make dynamic libraries
Signed-off-by: Ted Hess <redacted>
Signed-off-by: Alexander Ryzhov <redacted>
Alexander Ryzhov [Tue, 22 Mar 2016 09:40:16 +0000 (12:40 +0300)]
libsoxr: make dynamic libraries
fixes https://github.com/openwrt/packages/issues/2533
Signed-off-by: Alexander Ryzhov <redacted>
Ted Hess [Fri, 25 Mar 2016 21:45:18 +0000 (17:45 -0400)]
pulseaudio: build without soxr, install configs with all read permissions
Signed-off-by: Ted Hess <redacted>
Ted Hess [Fri, 25 Mar 2016 21:22:43 +0000 (17:22 -0400)]
mpd: Update to 0.19.14, disable soxr
Signed-off-by: Ted Hess <redacted>
Dov Murik [Fri, 25 Mar 2016 18:03:53 +0000 (14:03 -0400)]
Add libs/libfastjson - required for rsyslog 8.17.0
Antony Antony [Fri, 25 Mar 2016 12:17:46 +0000 (13:17 +0100)]
isc-dhcp: update to 4.3.3. Migrate from oldplackages
Signed-off-by: Antony Antony <redacted>
Vladimir Ulrich [Fri, 25 Mar 2016 00:14:22 +0000 (03:14 +0300)]
[utils/zoneinfo] Updated to the latest release
Signed-off-by: Vladimir Ulrich <redacted>
Matthias Schiffer [Thu, 24 Mar 2016 23:07:35 +0000 (00:07 +0100)]
ethtool: update to v4.5
Signed-off-by: Matthias Schiffer <redacted>
Daniel Golle [Mon, 21 Mar 2016 22:02:35 +0000 (23:02 +0100)]
gnunet: update to r36953 and break-out peerstore
Signed-off-by: Daniel Golle <redacted>
Daniel Golle [Wed, 23 Mar 2016 22:50:50 +0000 (23:50 +0100)]
Merge pull request #2547 from mhei/fix-libinput
libinput: fix and optimize build
Hannu Nyman [Wed, 23 Mar 2016 21:27:34 +0000 (23:27 +0200)]
Merge pull request #2546 from dibdot/adblock
adblock: update 1.0.1
Michael Heimpold [Wed, 23 Mar 2016 20:32:08 +0000 (21:32 +0100)]
libinput: fix and optimize build
Buildbots are reporting the following build failure:
-snip-
CCLD test-build-linker
../src/.libs/libinput.so: undefined reference to `static_assert'
-snap-
Since this is the only call to static_assert within the library,
removing this assertion seems to be reasonable.
While at, speed up the build by not building tests and documentation.
Signed-off-by: Michael Heimpold <redacted>
Michael Heimpold [Wed, 23 Mar 2016 20:13:55 +0000 (21:13 +0100)]
php5: update to 5.6.19
Signed-off-by: Michael Heimpold <redacted>
Dirk Brenken [Wed, 23 Mar 2016 20:02:45 +0000 (21:02 +0100)]
adblock: update 1.0.1
* optimize list sort
* simplified block list removal
Signed-off-by: Dirk Brenken <redacted>
Daniel Dickinson [Sun, 13 Mar 2016 01:23:46 +0000 (20:23 -0500)]
net/vpnc: Add option to prevent retry on authentication failure
On some systems too many retries with authentication failure results
in IP or username being locked out, so add option to prevent retries
in the event of authentication failure
Signed-off-by: Daniel Dickinson <redacted>
Yousong Zhou [Wed, 23 Mar 2016 04:03:17 +0000 (23:03 -0500)]
Merge pull request #2058 from jefferyto/python-txsocksx
python-txsocksx: new package
Yousong Zhou [Wed, 23 Mar 2016 03:21:36 +0000 (22:21 -0500)]
Merge pull request #2540 from jefferyto/python-pyopenssl-16.0.0
python-pyopenssl: update to 16.0.0
Jeffery To [Tue, 1 Dec 2015 10:22:26 +0000 (18:22 +0800)]
python-txsocksx: new package
From the README:
txsocksx is SOCKS4/4a and SOCKS5 client endpoints for Twisted 10.1 or
greater.
Signed-off-by: Jeffery To <redacted>
Yousong Zhou [Wed, 23 Mar 2016 03:10:06 +0000 (22:10 -0500)]
Merge pull request #2040 from jefferyto/python-service-identity
python-service-identity: new package
Yousong Zhou [Wed, 23 Mar 2016 02:09:59 +0000 (21:09 -0500)]
Merge pull request #2067 from jefferyto/python-gmpy2
python-gmpy2: new package
Luka Perkov [Tue, 22 Mar 2016 22:32:29 +0000 (23:32 +0100)]
Merge pull request #2494 from cshore/pull-request-lxc-auto
Pull request lxc auto
Luka Perkov [Tue, 22 Mar 2016 22:30:37 +0000 (23:30 +0100)]
Merge pull request #2493 from cshore/pull-request-lxc-flock-dependency
utils/lxc: lxc-create templates depend on flock
Etienne CHAMPETIER [Tue, 22 Mar 2016 21:47:46 +0000 (21:47 +0000)]
zabbix: add missing dependency on libiconv ($(ICONV_DEPENDS))
this fixes #2507
thanks @gilfrade and @Noltari
Signed-off-by: Etienne CHAMPETIER <redacted>
Yousong Zhou [Tue, 22 Mar 2016 12:46:54 +0000 (07:46 -0500)]
Merge pull request #2056 from jefferyto/python-parsley
python-parsley: new package
Yousong Zhou [Tue, 22 Mar 2016 12:44:02 +0000 (07:44 -0500)]
Merge pull request #2051 from jefferyto/python-gmpy
python-gmpy: new package
Jeffery To [Tue, 22 Mar 2016 12:29:05 +0000 (20:29 +0800)]
python-pyopenssl: update to 16.0.0
Signed-off-by: Jeffery To <redacted>
Yousong Zhou [Tue, 22 Mar 2016 12:19:44 +0000 (07:19 -0500)]
Merge pull request #2039 from jefferyto/python-pyasn1-modules
python-pyasn1-modules: new package
Yousong Zhou [Tue, 22 Mar 2016 12:12:16 +0000 (07:12 -0500)]
Merge pull request #2517 from jefferyto/python-attrs
python-attrs: new package
Yousong Zhou [Tue, 22 Mar 2016 12:07:29 +0000 (07:07 -0500)]
Merge pull request #2053 from jefferyto/python-pyptlib
python-pyptlib: new package
Yousong Zhou [Tue, 22 Mar 2016 12:06:51 +0000 (07:06 -0500)]
Merge pull request #2052 from jefferyto/twisted
twisted: import from old packages feed
Hannu Nyman [Tue, 22 Mar 2016 12:01:56 +0000 (14:01 +0200)]
Merge pull request #2538 from jefferyto/python-ipaddress-1.0.16
python-ipaddress: update to 1.0.16
Jeffery To [Tue, 22 Mar 2016 12:00:01 +0000 (20:00 +0800)]
python-ipaddress: update to 1.0.16
Signed-off-by: Jeffery To <redacted>
Hannu Nyman [Tue, 22 Mar 2016 11:59:04 +0000 (13:59 +0200)]
Merge pull request #2537 from jefferyto/python-idna-2.1
python-idna: update to 2.1
Hannu Nyman [Tue, 22 Mar 2016 11:56:26 +0000 (13:56 +0200)]
Merge pull request #2536 from jefferyto/python-cffi-1.5.2
python-cffi: update to 1.5.2
Jeffery To [Tue, 22 Mar 2016 11:52:42 +0000 (19:52 +0800)]
python-idna: update to 2.1
Signed-off-by: Jeffery To <redacted>
Jeffery To [Tue, 22 Mar 2016 11:46:44 +0000 (19:46 +0800)]
python-cffi: update to 1.5.2
Signed-off-by: Jeffery To <redacted>
Hannu Nyman [Tue, 22 Mar 2016 10:26:54 +0000 (12:26 +0200)]
Merge pull request #2535 from jefferyto/python-cryptography-1.3.1
python-cryptography: update to 1.3.1
Jeffery To [Tue, 22 Mar 2016 10:20:42 +0000 (18:20 +0800)]
python-cryptography: update to 1.3.1
Signed-off-by: Jeffery To <redacted>
Jeffery To [Mon, 30 Nov 2015 13:13:23 +0000 (21:13 +0800)]
twisted: import from old packages feed
- update to latest version (16.0.0)
- change to one package containing all plugins/subprojects
- add license info
- add myself as maintainer
This builds one main package, instead of multiple packages like the old
packages feed, to match upstream. (Debian and Fedora are moving to a
single-package model as well.) The obvious downside is a larger install
size, but one main package should be easier to maintain in the future.
Signed-off-by: Jeffery To <redacted>
Daniel Golle [Mon, 21 Mar 2016 21:45:43 +0000 (22:45 +0100)]
postgresql: update source to 9.5.1 and refresh patches
Setting the additional include path for host-build of ecpg is no
longer required and started breaking the build (PostgeSQL BUG-14033),
remove it.
Also, pgsql-server no longer requires shadow-su since procd can take
care of starting it running under the appropriate user.
Moving the dependency to pgsql-cli makes sense as the 'su' command is
still needed to boot-strap a new data directory and also commonly used
for other administration tasks. However, in that way the CLI and
shadow-su can be removed during production once pgsql-server has been
setup.
Signed-off-by: Daniel Golle <redacted>
Nikos Mavrogiannopoulos [Mon, 21 Mar 2016 19:20:46 +0000 (20:20 +0100)]
ocserv: updated to 0.11.1
Signed-off-by: Nikos Mavrogiannopoulos <redacted>
Noah Meyerhans [Sun, 20 Mar 2016 20:54:24 +0000 (13:54 -0700)]
Merge pull request #2526 from DonkZZ/bind
net/bind: Update db.root
Hannu Nyman [Sun, 20 Mar 2016 15:38:21 +0000 (17:38 +0200)]
Merge pull request #2527 from commodo/ovs-kernel-patch-fix
openvswitch: fix kernel 4.4 patch for pre-4.4 kernels
DonkZZ [Sun, 20 Mar 2016 13:42:53 +0000 (14:42 +0100)]
net/bind: PKG_RELEASE increased
Signed-off-by: DonkZZ <redacted>
DonkZZ [Sun, 20 Mar 2016 13:38:15 +0000 (14:38 +0100)]
net/bind: Update db.root
The contents of the file "db.root" is very old (12 years).
Here's a new version downloaded from ftp://ftp.internic.net/domain/
Signed-off-by: DonkZZ <redacted>
DonkZZ [Sun, 20 Mar 2016 13:29:36 +0000 (14:29 +0100)]
net/bind: Little cleaning in named.init
The variable "config_file" appears twice.
Signed-off-by: DonkZZ donk@evhr.net
Alexandru Ardelean [Sun, 20 Mar 2016 10:19:43 +0000 (12:19 +0200)]
openvswitch: fix kernel 4.4 patch for pre-4.4 kernels
Signed-off-by: Alexandru Ardelean <redacted>
Jonathan McCrohan [Sat, 19 Mar 2016 17:52:50 +0000 (17:52 +0000)]
wavemon: update to v0.8.0
Requires small changes to the included header files in order to build
successfully using musl.
Signed-off-by: Jonathan McCrohan <redacted>
John Crispin [Sat, 19 Mar 2016 15:23:30 +0000 (16:23 +0100)]
Merge pull request #2513 from stintel/nodejs
Add node host dependency to node-* packages
Hannu Nyman [Sat, 19 Mar 2016 07:54:04 +0000 (09:54 +0200)]
Merge pull request #2520 from cyanidium/master
nut: upstream version bump
Marty R [Sat, 19 Mar 2016 05:41:47 +0000 (22:41 -0700)]
nut: upstream version bump
Version bump package to latest v2.7.4 code from upstream. No changes needed for packaging.
Álvaro Fernández Rojas [Fri, 18 Mar 2016 16:23:34 +0000 (17:23 +0100)]
Merge pull request #2464 from openwrt-es/bluez-next
bluez: add support for Raspberry Pi 3
Hannu Nyman [Fri, 18 Mar 2016 08:25:21 +0000 (10:25 +0200)]
Merge pull request #2485 from commodo/ovs-kernel-4.4
openvswitch: add support for kernel 4.4
Jeffery To [Fri, 27 Nov 2015 20:19:46 +0000 (04:19 +0800)]
python-service-identity: new package
From the README:
service_identity aspires to give you all the tools you need for
verifying whether a certificate is valid for the intended purposes.
Signed-off-by: Jeffery To <redacted>
Hannu Nyman [Thu, 17 Mar 2016 18:28:42 +0000 (20:28 +0200)]
Merge pull request #2518 from bk138/ola-0.10.1-try3
ola: fix dependency issues.
Christian Beier [Thu, 17 Mar 2016 18:18:36 +0000 (19:18 +0100)]
ola: fix dependency issues.
This adds one patch from the upcoming 0.10.2 release to exclude Avahi/DNS-SD from build time
detection and properly adds liblo as a dependency.
Signed-off-by: Christian Beier <redacted>
Jeffery To [Thu, 17 Mar 2016 18:02:26 +0000 (02:02 +0800)]
python-attrs: new package
From the README:
attrs is an MIT-licensed Python package with class decorators that ease
the chores of implementing the most common attribute-related object
protocols.
Signed-off-by: Jeffery To <redacted>
Hannu Nyman [Thu, 17 Mar 2016 14:38:23 +0000 (16:38 +0200)]
Merge pull request #2516 from hansmi/master
[Unbound] Update to 1.5.8
Michael Hanselmann [Thu, 17 Mar 2016 14:35:39 +0000 (15:35 +0100)]
[Unbound] Update to 1.5.8
Bump unbound to version 1.5.8 released on March 2, 2016.
Signed-off-by: Michael Hanselmann <redacted>
Jeffery To [Mon, 30 Nov 2015 11:38:32 +0000 (19:38 +0800)]
python-gmpy: new package
From the PyPi description:
gmpy is a C-coded Python extension module that provides access to the
GMP (or MPIR) multiple-precision arithmetic library.
Signed-off-by: Jeffery To <redacted>
Jeffery To [Thu, 17 Mar 2016 13:13:01 +0000 (21:13 +0800)]
tor: remove tor-fw-helper
The "internal pure-C" tor-fw-helper was removed in 0.2.7.5. This removes
the tor-fw-helper package and references to its dependencies.
Signed-off-by: Jeffery To <redacted>
Stijn Tintel [Thu, 17 Mar 2016 09:37:10 +0000 (10:37 +0100)]
node-serialport: add node host dependency
Signed-off-by: Stijn Tintel <redacted>
Stijn Tintel [Thu, 17 Mar 2016 09:36:47 +0000 (10:36 +0100)]
node-hid: add node host dependency
Signed-off-by: Stijn Tintel <redacted>
Stijn Tintel [Thu, 17 Mar 2016 09:35:53 +0000 (10:35 +0100)]
node-cylon: add node host dependency
Signed-off-by: Stijn Tintel <redacted>
Stijn Tintel [Thu, 17 Mar 2016 09:34:56 +0000 (10:34 +0100)]
node-arduino-firmata: add node host dependency
Signed-off-by: Stijn Tintel <redacted>
Karl Palsson [Wed, 16 Mar 2016 10:36:55 +0000 (10:36 +0000)]
lua-mosquitto: update to v0.2
Adds support for TLS settings in libmosquitto.
Signed-off-by: Karl Palsson <redacted>
Hannu Nyman [Wed, 16 Mar 2016 07:27:54 +0000 (09:27 +0200)]
Merge pull request #2510 from Wedmer/master
[utils/zoneinfo] Updated to the latest release
Vladimir Ulrich [Wed, 16 Mar 2016 00:34:53 +0000 (03:34 +0300)]
[utils/zoneinfo] Updated to the latest release
Signed-off-by: Vladimir Ulrich <redacted>
Toke Høiland-Jørgensen [Tue, 15 Mar 2016 20:29:41 +0000 (21:29 +0100)]
radsecproxy: Update to v1.6.7.
Signed-off-by: Toke Høiland-Jørgensen <redacted>
Hannu Nyman [Tue, 15 Mar 2016 11:55:43 +0000 (13:55 +0200)]
python: bump PKG_RELEASE
Bump PKG_RELEASE of python 2.7.11 after the recent fixes.
Signed-off-by: Hannu Nyman <redacted>
Hannu Nyman [Tue, 15 Mar 2016 08:39:55 +0000 (10:39 +0200)]
Merge pull request #2498 from cshore/pull-request-collectd-encrypted-networking
utils/collectd: Add option to enable encrypted network output
Hannu Nyman [Tue, 15 Mar 2016 08:28:18 +0000 (10:28 +0200)]
Merge pull request #2502 from lukbaj/master
Update libimobiledevice, libplist, libusbmuxd and usbmuxd
Lukasz Baj [Mon, 14 Mar 2016 09:30:15 +0000 (10:30 +0100)]
Update libimobiledevice, libplist, libusbmuxd and usbmuxd
Updated libraries and tools to support connectivity of Apple devices,
such as iPads, iPods and iPhones.
Signed-off-by: Lukasz Baj <redacted>
Hannu Nyman [Mon, 14 Mar 2016 20:21:44 +0000 (22:21 +0200)]
Merge pull request #2489 from jefferyto/host-python-rpath
python: add rpath for host Python extension modules
Ted Hess [Mon, 14 Mar 2016 19:50:38 +0000 (15:50 -0400)]
Merge pull request #2505 from openwrt-es/shairport-sync-next
shairport-sync: update to v2.8.1
Álvaro Fernández Rojas [Mon, 14 Mar 2016 18:03:22 +0000 (19:03 +0100)]
flashrom: update to v0.9.9
Signed-off-by: Álvaro Fernández Rojas <redacted>
Álvaro Fernández Rojas [Mon, 14 Mar 2016 17:32:35 +0000 (18:32 +0100)]
shairport-sync: update to v2.8.1
Signed-off-by: Álvaro Fernández Rojas <redacted>
Álvaro Fernández Rojas [Mon, 14 Mar 2016 16:37:06 +0000 (17:37 +0100)]
pciutils: add missing udev dependency
Fixes https://github.com/openwrt/packages/issues/2471
Signed-off-by: Álvaro Fernández Rojas <redacted>
Álvaro Fernández Rojas [Mon, 14 Mar 2016 16:36:50 +0000 (17:36 +0100)]
libxerces-c: update to v3.1.3
Signed-off-by: Álvaro Fernández Rojas <redacted>
Ted Hess [Mon, 14 Mar 2016 15:52:07 +0000 (11:52 -0400)]
giflib: Update to 5.1.2, remove doc build
docbook breaks build on some hosts, skip it (in a not very elegant way)
Signed-off-by: Daniel Golle daniel@makrotopia.org
Signed-off-by: Ted Hess <redacted>
Hannu Nyman [Mon, 14 Mar 2016 14:20:15 +0000 (16:20 +0200)]
Merge pull request #2503 from dibdot/mc
mc: update to 4.8.16
Hannu Nyman [Mon, 14 Mar 2016 14:19:48 +0000 (16:19 +0200)]
Merge pull request #2504 from Zokormazo/master
grep: update to 2.24
Dirk Brenken [Mon, 14 Mar 2016 14:04:39 +0000 (15:04 +0100)]
mc: update to 4.8.16
* update midnight commander to latest stable release
* refresh subshell patch to support minimal openwrt environment
* switch to sha256 based package fingerprint
* compile & functional tested with ar71xx and x86
Signed-off-by: Dirk Brenken <redacted>
Julen Landa Alustiza [Mon, 14 Mar 2016 12:13:17 +0000 (13:13 +0100)]
grep: update to 2.24
Signed-off-by: Julen Landa Alustiza <redacted>
Yousong Zhou [Mon, 14 Mar 2016 02:23:41 +0000 (10:23 +0800)]
qemu: bump to 2.5.0
ChangeLog/2.5: http://wiki.qemu.org/ChangeLog/2.5
Signed-off-by: Yousong Zhou <redacted>