feed/packages.git
8 years agoznc: update to 1.6.1 1676/head
Jonas Gorski [Thu, 20 Aug 2015 10:15:36 +0000 (12:15 +0200)]
znc: update to 1.6.1

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
8 years agoMerge pull request #1675 from sairon/python-setuptools-revamp-installation
Steven Barth [Thu, 20 Aug 2015 05:40:53 +0000 (07:40 +0200)]
Merge pull request #1675 from sairon/python-setuptools-revamp-installation

python-setuptools: revamp installation procedure, update to 18.1

8 years agoMerge pull request #1680 from yousong/strongswan
Steven Barth [Thu, 20 Aug 2015 05:40:25 +0000 (07:40 +0200)]
Merge pull request #1680 from yousong/strongswan

strongswan: split out libtls.so as a separate package.

8 years agostrongswan: split out libtls.so as a separate package. 1680/head
Yousong Zhou [Tue, 11 Aug 2015 05:26:03 +0000 (13:26 +0800)]
strongswan: split out libtls.so as a separate package.

When only strongswan-minimal is selected, libtls.so will not be built
yet package strongswan will still try to copy the file causing build
failure.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
8 years agoMerge pull request #1677 from luizluca/ruby_update
Ted Hess [Wed, 19 Aug 2015 17:49:59 +0000 (13:49 -0400)]
Merge pull request #1677 from luizluca/ruby_update

ruby: bump version to 2.2.3

8 years agoMerge pull request #1668 from plntyk/fix_gcc5_mocp
Ted Hess [Wed, 19 Aug 2015 17:48:42 +0000 (13:48 -0400)]
Merge pull request #1668 from plntyk/fix_gcc5_mocp

mocp: fix build with gcc5

8 years agoruby: bump version to 2.2.3 1677/head
Luiz Angelo Daros de Luca [Wed, 19 Aug 2015 17:04:03 +0000 (14:04 -0300)]
ruby: bump version to 2.2.3

This is a bug and security fix release, including:

- CVE-2015-3900 Request hijacking vulnerability in RubyGems 2.4.6 and earlier

http://svn.ruby-lang.org/repos/ruby/tags/v2_2_3/ChangeLog

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
8 years agoMerge pull request #1664 from sairon/python-pip-revamp-installation
Steven Barth [Wed, 19 Aug 2015 15:48:37 +0000 (17:48 +0200)]
Merge pull request #1664 from sairon/python-pip-revamp-installation

python-pip: revamp installation procedure (use setuptools machinery)

8 years agolighttpd: backport a fix for running out of filedescriptors
Rafał Miłecki [Thu, 13 Aug 2015 20:19:17 +0000 (22:19 +0200)]
lighttpd: backport a fix for running out of filedescriptors

It was breaking uploads of files 4 MiB+. This patch fixes:
https://github.com/openwrt/packages/issues/1658

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
8 years agopython-setuptools: revamp installation procedure, update to 18.1 1675/head
Jan Čermák [Wed, 19 Aug 2015 14:35:10 +0000 (16:35 +0200)]
python-setuptools: revamp installation procedure, update to 18.1

It's better to install setuptools-enabled Python packages with a special
flag that makes a flatter structure of the egg and does not create
site.py file. Already done for python-pip recently. Also, version was
bumped to 18.1.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
8 years agomocp: fix build with gcc5 1668/head
Dirk Neukirchen [Mon, 15 Jun 2015 09:45:13 +0000 (11:45 +0200)]
mocp: fix build with gcc5

change in default CPP settings lead to build errors
explicitly set flag to enable old behaviour

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
8 years agoMerge pull request #1666 from hnyman/collectd-simplify
Jo-Philipp Wich [Wed, 19 Aug 2015 09:03:04 +0000 (11:03 +0200)]
Merge pull request #1666 from hnyman/collectd-simplify

collectd: interface plugin: revert to Linux defaults from BSD-like operations

8 years agocollectd: interface plugin: revert to Linux defaults from BSD-like operations 1666/head
Hannu Nyman [Tue, 18 Aug 2015 21:34:03 +0000 (00:34 +0300)]
collectd: interface plugin: revert to Linux defaults from BSD-like operations

Change the interface plugin to operate with collectd's default way for Linux
instead of trying to use BSD functionality with patches.

Openwrt's collectd Makefile has set "enable-getifaddrs" option since r7980
(in 2007, no explanations given for the reasons to add that config option),
causing the addition of 110-net-device-stats.patch in 2010 to fix things,
and then later (with 5.4.1 upgrade in 2014) 150-fix-interface-af-link
to undo BSD-specific changes in collectd code meant for only BSD systems
(as AF_LINK does not exist in Linux).

Revert to collectd's intended way in Linux by removing the config option
and deleting the two corresponding patches.

The same data fieds should be provided, so there is no visbile change to users.

References:
===========

Collectd changes introducing/explaining the option and later breaking things:
http://git.verplant.org/?p=collectd.git;a=commit;h=a05e34a0d4fdb2c15db8226689268a27f6f7163d
http://git.verplant.org/?p=collectd.git;a=commit;h=14740db4b415655abc58307352e406442f9933a0
http://git.verplant.org/?p=collectd.git;a=commitdiff;h=645dadb3fcc466e8880fda4eb23b21ad433631fc

Openwrt:
intro at r7980: https://dev.openwrt.org/changeset/7980
fix1 due to kernel 2.6.36 at r23467: https://dev.openwrt.org/changeset/23467
fix2 due to collectd 5.4.1: https://github.com/openwrt/packages/pull/298

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years agoMerge pull request #1662 from thess/crelay-import
Ted Hess [Tue, 18 Aug 2015 16:10:50 +0000 (12:10 -0400)]
Merge pull request #1662 from thess/crelay-import

crelay: import usb relay control daemon

8 years agopython-pip: revamp installation procedure (use setuptools machinery) 1664/head
Jan Čermák [Tue, 18 Aug 2015 10:55:39 +0000 (12:55 +0200)]
python-pip: revamp installation procedure (use setuptools machinery)

PIP's installation procedure was too complicated, requiring obscure
postinstall and prerm scripts to move files created by setup procedure.
But since setuptools is required anyway, it's better to use a special
flag created for the purpose of package creation. Resulting directory
structure is flatter and unnecessary files that had to be moved by
prerm/postinstall scripts are not created anymore.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
8 years agoMerge pull request #1663 from hnyman/vsftpd303
Steven Barth [Tue, 18 Aug 2015 05:58:38 +0000 (07:58 +0200)]
Merge pull request #1663 from hnyman/vsftpd303

vsftpd: update to 3.0.3

8 years agoMerge pull request #1596 from danielg4/master
Luka Perkov [Mon, 17 Aug 2015 21:59:10 +0000 (23:59 +0200)]
Merge pull request #1596 from danielg4/master

squid: version bump and dependency fixes

8 years agovsftpd: update to 3.0.3 1663/head
Hannu Nyman [Mon, 17 Aug 2015 19:21:23 +0000 (22:21 +0300)]
vsftpd: update to 3.0.3

Update vsftpd to 3.0.3 released in July 2015.

Changelog: https://security.appspot.com/vsftpd/Changelog.txt
Release blog: http://scarybeastsecurity.blogspot.fi/2015/07/vsftpd-303-released-and-horrors-of-ftp.html

- Increase VSFTP_AS_LIMIT to 200MB; various reports.
- Make the PWD response more RFC compliant; report from Barry Kelly
<barry@modeltwozero.com>.
- Remove the trailing period from EPSV response to work around BT Internet
issues; report from Tim Bishop <tdb@mirrorservice.org>.
- Fix syslog_enable issues vs. seccomp filtering. Report from Michal Vyskocil
<mvyskocil@suse.cz>. At least, syslogging seems to work on my Fedora now.
- Allow gettimeofday() in the seccomp sandbox. I can't repro failures, but I
probably have a different distro / libc / etc. and there are multiple reports.
- Some kernels support PR_SET_NO_NEW_PRIVS but not PR_SET_SECCOMP, so handle
this case gracefully. Report from Vasily Averin <vvs@odin.com>.
- List the TLS1.2 cipher AES128-GCM-SHA256 as first preference by default.
- Make some compile-time SSL defaults (such as correct client shutdown
handling) stricter.
- Disable Nagle algorithm during SSL data connection shutdown, to avoid 200ms
delays. From Tim Kosse <tim.kosse@filezilla-project.org>.
- Kill the FTP session if we see HTTP protocol commands, to avoid
cross-protocol attacks. A report from Jann Horn <jann@thejh.net>.
- Kill the FTP session if we see session re-use failure. A report from
Tim Kosse <tim.kosse@filezilla-project.org>.
(vsftpd-3.0.3pre1)
- Enable ECDHE, Tim Kosse <tim.kosse@filezilla-project.org>.
- Default cipher list is now just ECDHE-RSA-AES256-GCM-SHA384.
- Minor SSL logging improvements.
- Un-default tunable_strict_ssl_write_shutdown again. We still have
tunable_strict_ssl_read_eof defaulted now, which is the important one to prove
upload integrity.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
8 years agocrelay: import usb relay control daemon 1662/head
Ted Hess [Mon, 3 Aug 2015 00:08:34 +0000 (20:08 -0400)]
crelay: import usb relay control daemon

Signed-off-by: Ted Hess <thess@kitschensync.net>
8 years agoapache: bump to version 2.2.31
heil [Mon, 17 Aug 2015 12:34:29 +0000 (14:34 +0200)]
apache: bump to version 2.2.31

Signed-off-by: heil <heil@terminal-consulting.de>
8 years agosqm-scripts: Bump to v1.0.1.
Toke Høiland-Jørgensen [Mon, 17 Aug 2015 11:23:57 +0000 (12:23 +0100)]
sqm-scripts: Bump to v1.0.1.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
8 years agobind: update to version 9.9.7-p2
Noah Meyerhans [Fri, 14 Aug 2015 15:29:01 +0000 (08:29 -0700)]
bind: update to version 9.9.7-p2

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
8 years agosqm-scripts: Fix dependency on tc.
Toke Høiland-Jørgensen [Thu, 13 Aug 2015 22:55:22 +0000 (00:55 +0200)]
sqm-scripts: Fix dependency on tc.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
8 years agoMerge pull request #1655 from dangowrt/update-postgresql
Jo-Philipp Wich [Thu, 13 Aug 2015 21:52:41 +0000 (23:52 +0200)]
Merge pull request #1655 from dangowrt/update-postgresql

update postgresql

8 years agolibinput: update source
Daniel Golle [Thu, 13 Aug 2015 08:47:22 +0000 (10:47 +0200)]
libinput: update source

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agopcsc-lite: update source
Daniel Golle [Thu, 13 Aug 2015 08:44:56 +0000 (10:44 +0200)]
pcsc-lite: update source

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agoccid: update source
Daniel Golle [Thu, 13 Aug 2015 08:42:07 +0000 (10:42 +0200)]
ccid: update source

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agognunet: update source, add iptables dependency
Daniel Golle [Tue, 4 Aug 2015 20:15:54 +0000 (22:15 +0200)]
gnunet: update source, add iptables dependency

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agognurl: update source to 7.43.0
Daniel Golle [Thu, 13 Aug 2015 08:24:14 +0000 (10:24 +0200)]
gnurl: update source to 7.43.0

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agopostgresql: update source to 9.4.4 and refresh scripts 1655/head
Daniel Golle [Mon, 29 Jun 2015 14:40:06 +0000 (16:40 +0200)]
postgresql: update source to 9.4.4 and refresh scripts

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agopostgresql: update to 9.4.1
Dirk Neukirchen [Fri, 22 May 2015 16:17:47 +0000 (18:17 +0200)]
postgresql: update to 9.4.1

- supports arm64/aarch64

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
8 years agoxl2tpd: transfer maintainership to Yousong Zhou
Daniel Golle [Wed, 12 Aug 2015 15:17:09 +0000 (17:17 +0200)]
xl2tpd: transfer maintainership to Yousong Zhou

@openwrt/owners : please invite @yousong to @openwrt/package-maintainers

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agophp5-pecl-raphf: update to 1.1.0
Michael Heimpold [Tue, 11 Aug 2015 20:17:42 +0000 (22:17 +0200)]
php5-pecl-raphf: update to 1.1.0

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years agophp5: update to 5.6.12
Michael Heimpold [Tue, 11 Aug 2015 20:17:09 +0000 (22:17 +0200)]
php5: update to 5.6.12

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
8 years agoMerge pull request #1651 from Wedmer/master
Ted Hess [Tue, 11 Aug 2015 19:55:10 +0000 (15:55 -0400)]
Merge pull request #1651 from Wedmer/master

[utils/zoneinfo] Updated to the latest release.

8 years agoMerge pull request #1650 from sairon/tvheadend-fix-config-install
Ted Hess [Tue, 11 Aug 2015 19:49:30 +0000 (15:49 -0400)]
Merge pull request #1650 from sairon/tvheadend-fix-config-install

tvheadend: add missing install of default Uci config file

8 years ago[utils/zoneinfo] Updated to the latest release. 1651/head
Vladimir Ulrich [Tue, 11 Aug 2015 16:16:00 +0000 (19:16 +0300)]
[utils/zoneinfo] Updated to the latest release.

Signed-off-by: Vladimir Ulrich <admin@evl.su>
8 years agotvheadend: add missing install of default Uci config file 1650/head
Jan Čermák [Tue, 11 Aug 2015 13:29:11 +0000 (15:29 +0200)]
tvheadend: add missing install of default Uci config file

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
8 years agognutls: updated to 3.4.4
Nikos Mavrogiannopoulos [Mon, 10 Aug 2015 17:50:20 +0000 (19:50 +0200)]
gnutls: updated to 3.4.4

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
8 years agoperl-dbi: Depend on perl/host for host build
Marcel Denia [Sat, 8 Aug 2015 22:21:22 +0000 (00:21 +0200)]
perl-dbi: Depend on perl/host for host build

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-xml-parser: New package
Marcel Denia [Tue, 28 Apr 2015 18:12:02 +0000 (20:12 +0200)]
perl-xml-parser: New package

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agortl-ais: bump version, add init script, add uci config
Nuno Goncalves [Sun, 9 Aug 2015 10:52:22 +0000 (11:52 +0100)]
rtl-ais: bump version, add init script, add uci config

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
8 years agokplex: add init script
Nuno Goncalves [Sun, 9 Aug 2015 10:50:11 +0000 (11:50 +0100)]
kplex: add init script

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
8 years agoperl-dbi: Update to 1.634
Marcel Denia [Sat, 8 Aug 2015 21:58:49 +0000 (23:58 +0200)]
perl-dbi: Update to 1.634

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agompg123: add package with release 1.22.3
Zoltan HERPAI [Sat, 8 Aug 2015 16:30:56 +0000 (18:30 +0200)]
mpg123: add package with release 1.22.3

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
8 years agoMerge pull request #1647 from mstorchak/lualanes
Steven Barth [Sat, 8 Aug 2015 02:59:27 +0000 (04:59 +0200)]
Merge pull request #1647 from mstorchak/lualanes

lualanes: fix musl compatibility

8 years agosqm-scripts: Bump to v1.0.
Toke Høiland-Jørgensen [Thu, 6 Aug 2015 09:40:54 +0000 (11:40 +0200)]
sqm-scripts: Bump to v1.0.

sqm-scripts and luci-app-sqm now live in the same Makefile and are built
from the upstream git repository, rather than having the files included
here.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
8 years agolualanes: fix musl compatibility 1647/head
Maxim Storchak [Sun, 2 Aug 2015 22:16:51 +0000 (01:16 +0300)]
lualanes: fix musl compatibility

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
8 years agoNetperf: Remove musl compatibility patch.
Toke Høiland-Jørgensen [Wed, 5 Aug 2015 13:36:33 +0000 (15:36 +0200)]
Netperf: Remove musl compatibility patch.

Turns out that is not needed anymore for v2.7.0.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
8 years agoMerge pull request #1640 from commodo/ovs-upgrade
Steven Barth [Tue, 4 Aug 2015 18:43:29 +0000 (20:43 +0200)]
Merge pull request #1640 from commodo/ovs-upgrade

openvswitch: upgrade to version 2.4.0

8 years agoopenvswitch: upgrade to version 2.4.0 1640/head
Alexandru Ardelean [Tue, 4 Aug 2015 11:18:35 +0000 (14:18 +0300)]
openvswitch: upgrade to version 2.4.0

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
8 years agoMerge pull request #1639 from psycho-nico/up-liburcu
Steven Barth [Tue, 4 Aug 2015 07:05:35 +0000 (09:05 +0200)]
Merge pull request #1639 from psycho-nico/up-liburcu

liburcu: update to 0.8.7

8 years agoMerge branch 'PR1638'
Nicolas Thill [Tue, 4 Aug 2015 02:15:18 +0000 (04:15 +0200)]
Merge branch 'PR1638'

8 years agoMerge branch 'bluez' of git://github.com/hauke/packages into PR1638
Nicolas Thill [Tue, 4 Aug 2015 01:59:54 +0000 (03:59 +0200)]
Merge branch 'bluez' of git://github.com/hauke/packages into PR1638

8 years agoliburcu: update to 0.8.7 1639/head
Nicolas Thill [Tue, 4 Aug 2015 01:03:51 +0000 (03:03 +0200)]
liburcu: update to 0.8.7

Signed-off-by: Nicolas Thill <nico@openwrt.org>
8 years agopen: update to 0.29.0
Nicolas Thill [Tue, 4 Aug 2015 00:53:42 +0000 (02:53 +0200)]
pen: update to 0.29.0

Signed-off-by: Nicolas Thill <nico@openwrt.org>
8 years agoulogd: update to 2.0.5
Nicolas Thill [Tue, 4 Aug 2015 00:47:06 +0000 (02:47 +0200)]
ulogd: update to 2.0.5

Signed-off-by: Nicolas Thill <nico@openwrt.org>
8 years agofreetype: -config & .pc files cleanup & fixes
Nicolas Thill [Tue, 4 Aug 2015 00:28:36 +0000 (02:28 +0200)]
freetype: -config & .pc files cleanup & fixes

Fix libdir as well in freetype-config, merge both freetype2.pc fixes into a single one

Signed-off-by: Nicolas Thill <nico@openwrt.org>
8 years agoMerge branch 'PR1591'
Nicolas Thill [Tue, 4 Aug 2015 00:15:40 +0000 (02:15 +0200)]
Merge branch 'PR1591'

8 years agoMerge branch 'freetype-config-include-path-fix' of git://github.com/paulfertser/packa...
Nicolas Thill [Tue, 4 Aug 2015 00:14:56 +0000 (02:14 +0200)]
Merge branch 'freetype-config-include-path-fix' of git://github.com/paulfertser/packages into PR1591

8 years agobluez: update to version 5.33 1638/head
Hauke Mehrtens [Mon, 3 Aug 2015 20:35:56 +0000 (22:35 +0200)]
bluez: update to version 5.33

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
8 years agoMerge pull request #1630 from hiviah/tor-0.2.6
Hauke Mehrtens [Mon, 3 Aug 2015 20:36:52 +0000 (22:36 +0200)]
Merge pull request #1630 from hiviah/tor-0.2.6

tor: update to 0.2.6.10

8 years agognunet: update source, read config from UCI, add defaults
Daniel Golle [Mon, 3 Aug 2015 08:18:10 +0000 (10:18 +0200)]
gnunet: update source, read config from UCI, add defaults

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agoMerge pull request #1566 from hauke/dhcpcd
Steven Barth [Mon, 3 Aug 2015 11:43:22 +0000 (13:43 +0200)]
Merge pull request #1566 from hauke/dhcpcd

dhcpcd: fix build with musl

8 years agoMerge pull request #1565 from hauke/liblo
Steven Barth [Mon, 3 Aug 2015 11:43:12 +0000 (13:43 +0200)]
Merge pull request #1565 from hauke/liblo

liblo: fix build with musl

8 years agoMerge pull request #1564 from hauke/kismet
Steven Barth [Mon, 3 Aug 2015 11:43:00 +0000 (13:43 +0200)]
Merge pull request #1564 from hauke/kismet

kismet: fix build with musl

8 years agoMerge pull request #1559 from hauke/bluez-btmgmt
Steven Barth [Mon, 3 Aug 2015 11:42:50 +0000 (13:42 +0200)]
Merge pull request #1559 from hauke/bluez-btmgmt

bluez: add btmgmt tool

8 years agoMerge pull request #1558 from hauke/pps-tools
Steven Barth [Mon, 3 Aug 2015 11:42:38 +0000 (13:42 +0200)]
Merge pull request #1558 from hauke/pps-tools

pps-tools: remove kernel dependencies

8 years agoMerge pull request #1541 from hauke/bluez
Steven Barth [Mon, 3 Aug 2015 11:41:22 +0000 (13:41 +0200)]
Merge pull request #1541 from hauke/bluez

bluez: update to version 5.31

8 years agoMerge pull request #1527 from roger-/rtl-sdr
Steven Barth [Mon, 3 Aug 2015 11:40:55 +0000 (13:40 +0200)]
Merge pull request #1527 from roger-/rtl-sdr

rtl-sdr: update to latest

8 years agolibidn: Update to 1.32
Marcel Denia [Mon, 3 Aug 2015 11:07:12 +0000 (13:07 +0200)]
libidn: Update to 1.32

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoMerge pull request #1612 from changeway/libstrophe
Steven Barth [Mon, 3 Aug 2015 06:04:27 +0000 (08:04 +0200)]
Merge pull request #1612 from changeway/libstrophe

Add libstrophe : XMPP client library

8 years agoMerge pull request #1615 from mhaas/stunnel-5.20
Steven Barth [Mon, 3 Aug 2015 06:03:48 +0000 (08:03 +0200)]
Merge pull request #1615 from mhaas/stunnel-5.20

stunnel: Update from 5.14 to 5.20

8 years agopython: add correct host expat
Steven Barth [Mon, 3 Aug 2015 06:01:14 +0000 (08:01 +0200)]
python: add correct host expat

Signed-off-by: Steven Barth <steven@midlink.org>
8 years agoAdd libstrophe : XMPP client library 1612/head
changeway [Fri, 24 Jul 2015 03:54:40 +0000 (11:54 +0800)]
Add libstrophe : XMPP client library
Config.in for libxml2/expat XML library choice

Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
8 years agoMerge pull request #1627 from dangowrt/update-sqlite3
champtar [Sun, 2 Aug 2015 22:02:43 +0000 (00:02 +0200)]
Merge pull request #1627 from dangowrt/update-sqlite3

sqlite3: update source

compile tested on ar71xx

8 years agoMerge pull request #1634 from mstorchak/transmission
Ted Hess [Sun, 2 Aug 2015 19:54:00 +0000 (15:54 -0400)]
Merge pull request #1634 from mstorchak/transmission

transmission: add nice and ionice support, store config persistently

8 years agotransmission: add nice and ionice support, store persistent config, add transmission... 1634/head
Maxim Storchak [Sat, 1 Aug 2015 16:48:00 +0000 (19:48 +0300)]
transmission: add nice and ionice support, store persistent config, add transmission user and group

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
8 years agoperl-uri: Update to 1.69
Marcel Denia [Sat, 1 Aug 2015 16:39:36 +0000 (18:39 +0200)]
perl-uri: Update to 1.69

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agoperl-http-message: Update to 6.10
Marcel Denia [Sat, 1 Aug 2015 16:39:13 +0000 (18:39 +0200)]
perl-http-message: Update to 6.10

Signed-off-by: Marcel Denia <naoir@gmx.net>
8 years agotor: bump to 0.2.6.10 1630/head
Ondrej Mikle [Fri, 31 Jul 2015 11:21:38 +0000 (13:21 +0200)]
tor: bump to 0.2.6.10

Signed-off-by: Ondrej Mikle <ondrej.mikle@nic.cz>
8 years agoMerge pull request #1622 from lijpsummer/master
Steven Barth [Thu, 30 Jul 2015 04:55:26 +0000 (06:55 +0200)]
Merge pull request #1622 from lijpsummer/master

opencv:update to version 3.0.0

8 years agoMerge pull request #1626 from proidiot/proidiot
Steven Barth [Thu, 30 Jul 2015 04:54:40 +0000 (06:54 +0200)]
Merge pull request #1626 from proidiot/proidiot

Adds YAJL

8 years agoMerge pull request #1628 from ClaymorePT/master
Steven Barth [Thu, 30 Jul 2015 04:53:12 +0000 (06:53 +0200)]
Merge pull request #1628 from ClaymorePT/master

Boost Makefile Update - Release 6

8 years agoBoost Makefile Update - Release 6 1628/head
claymore [Thu, 30 Jul 2015 03:02:18 +0000 (04:02 +0100)]
Boost Makefile Update - Release 6
 This update solves two issues:
 1) Incompatibility with the combination of using Target mpc85xx and uclibc at the same time[1].
   - For now, Boost is disabled when the respective combination is detected.
 2) The selection of Boost.Locale was not activating the build with full language support.

 [1] - https://github.com/openwrt/packages/issues/1621

Signed-off-by: Carlos Ferreira <carlosmf.pt@gmail.com>
8 years agosqlite3: update source 1627/head
Daniel Golle [Thu, 30 Jul 2015 02:16:31 +0000 (04:16 +0200)]
sqlite3: update source

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agoyajl: add yajl 1626/head
Charles Southerland [Wed, 29 Jul 2015 14:46:58 +0000 (09:46 -0500)]
yajl: add yajl

Adds YAJL (Yet Another JSON Library), a C library for parsing JSON.
Includes patches for uClibc support.
Improved from version used internally at Who's On My WiFi since Feb 2014.
Adds myself as maintainer.

Signed-off-by: Charles Southerland <charlie@stuphlabs.com>
8 years agognunet: update source, enable local iperf and echo services
Daniel Golle [Wed, 29 Jul 2015 07:05:01 +0000 (09:05 +0200)]
gnunet: update source, enable local iperf and echo services

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agoadd kplex: NMEA-0183 multiplexer and router
Nuno Goncalves [Tue, 28 Jul 2015 21:58:18 +0000 (22:58 +0100)]
add kplex: NMEA-0183 multiplexer and router

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
8 years agoopencv:update to version 3.0.0 1622/head
lijpsummer [Tue, 28 Jul 2015 13:58:12 +0000 (13:58 +0000)]
opencv:update to version 3.0.0

Signed-off-by: lijpsummer <summer@wrtnode.com>
8 years agoMerge pull request #1623 from Zokormazo/bwm-ng
Steven Barth [Tue, 28 Jul 2015 09:57:27 +0000 (11:57 +0200)]
Merge pull request #1623 from Zokormazo/bwm-ng

bwm-ng: update to 0.6.1

8 years agobwm-ng: update to 0.6.1 1623/head
Julen Landa Alustiza [Tue, 28 Jul 2015 07:30:10 +0000 (09:30 +0200)]
bwm-ng: update to 0.6.1
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
8 years agoMerge pull request #1617 from MikePetullo/master
Jo-Philipp Wich [Mon, 27 Jul 2015 16:39:20 +0000 (18:39 +0200)]
Merge pull request #1617 from MikePetullo/master

lighttpd: update to 1.4.36

8 years agolvm2: update source, refresh patch
Daniel Golle [Sun, 26 Jul 2015 21:35:10 +0000 (23:35 +0200)]
lvm2: update source, refresh patch

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agognunet: update source, forcestart dns2gns, fix typo
Daniel Golle [Thu, 23 Jul 2015 18:18:22 +0000 (20:18 +0200)]
gnunet: update source, forcestart dns2gns, fix typo

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agolighttpd: update to 1.4.36 1617/head
W. Michael Petullo [Sun, 26 Jul 2015 16:56:12 +0000 (12:56 -0400)]
lighttpd: update to 1.4.36

Signed-off-by: W. Michael Petullo <mike@flyn.org>
8 years agostunnel: Update from 5.14 to 5.20 1615/head
Michael Haas [Sat, 25 Jul 2015 07:24:39 +0000 (09:24 +0200)]
stunnel: Update from 5.14 to 5.20

* 010_fix_getnameinfo.patch is no longer needed
* 011-cron-without-pthread-fix.patch added, fixes incorrect
  ifdef when building without pthreads

Signed-off-by: Michael Haas <haas@computerlinguist.org>
8 years agonetperf: update to v2.7.0
Toke Høiland-Jørgensen [Sat, 25 Jul 2015 12:51:28 +0000 (14:51 +0200)]
netperf: update to v2.7.0

8 years agoMerge pull request #1588 from oskar456/gitfix
tripolar [Fri, 24 Jul 2015 20:20:59 +0000 (22:20 +0200)]
Merge pull request #1588 from oskar456/gitfix

git: Fix broken git symlink, add IPv6 support

8 years agogit: ship with absolute symlink to git (#10221) 1588/head
Ondřej Caletka [Sat, 18 Jul 2015 13:32:58 +0000 (15:32 +0200)]
git: ship with absolute symlink to git (#10221)

Fixes regression already fixed in oldpackages commit
012eec3f60a24db1a568d64868a48ea95aedcc87
but re-introduced in commit 6636e13f2ab8992d4eb03a48919ae9ae8da98cee.

This patch also enables IPv6 support.

Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>