feed/packages.git
10 years agofdm: fix musl compile
Dirk Neukirchen [Thu, 13 Aug 2015 16:43:13 +0000 (18:43 +0200)]
fdm: fix musl compile

musl does not define some macros so define them ourselves

Signed-off-by: Dirk Neukirchen <[email protected]>
10 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

10 years agocollectd: interface plugin: revert to Linux defaults from BSD-like operations
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 <[email protected]>
10 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

10 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

10 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

10 years agovsftpd: update to 3.0.3
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
<[email protected]>.
- Remove the trailing period from EPSV response to work around BT Internet
issues; report from Tim Bishop <[email protected]>.
- Fix syslog_enable issues vs. seccomp filtering. Report from Michal Vyskocil
<[email protected]>. 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 <[email protected]>.
- 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 <[email protected]>.
- Kill the FTP session if we see HTTP protocol commands, to avoid
cross-protocol attacks. A report from Jann Horn <[email protected]>.
- Kill the FTP session if we see session re-use failure. A report from
Tim Kosse <[email protected]>.
(vsftpd-3.0.3pre1)
- Enable ECDHE, Tim Kosse <[email protected]>.
- 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 <[email protected]>
10 years agocrelay: import usb relay control daemon
Ted Hess [Mon, 3 Aug 2015 00:08:34 +0000 (20:08 -0400)]
crelay: import usb relay control daemon

Signed-off-by: Ted Hess <[email protected]>
10 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 <[email protected]>
10 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 <[email protected]>
10 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 <[email protected]>
10 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 <[email protected]>
10 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

10 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 <[email protected]>
10 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 <[email protected]>
10 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 <[email protected]>
10 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 <[email protected]>
10 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 <[email protected]>
10 years agopostgresql: update source to 9.4.4 and refresh scripts
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 <[email protected]>
10 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 <[email protected]>
10 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 <[email protected]>
10 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 <[email protected]>
10 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 <[email protected]>
10 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.

10 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

10 years ago[utils/zoneinfo] Updated to the latest release.
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 <[email protected]>
10 years agotvheadend: add missing install of default Uci config file
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 <[email protected]>
10 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 <[email protected]>
10 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 <[email protected]>
10 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 <[email protected]>
10 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 <[email protected]>
10 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 <[email protected]>
10 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 <[email protected]>
10 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 <[email protected]>
10 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

10 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 <[email protected]>
10 years agolualanes: fix musl compatibility
Maxim Storchak [Sun, 2 Aug 2015 22:16:51 +0000 (01:16 +0300)]
lualanes: fix musl compatibility

Signed-off-by: Maxim Storchak <[email protected]>
10 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 <[email protected]>
10 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

10 years agoopenvswitch: upgrade to version 2.4.0
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 <[email protected]>
10 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

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

10 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

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

Signed-off-by: Nicolas Thill <[email protected]>
10 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 <[email protected]>
10 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 <[email protected]>
10 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 <[email protected]>
10 years agoMerge branch 'PR1591'
Nicolas Thill [Tue, 4 Aug 2015 00:15:40 +0000 (02:15 +0200)]
Merge branch 'PR1591'

10 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

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

Signed-off-by: Hauke Mehrtens <[email protected]>
10 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

10 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 <[email protected]>
10 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

10 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

10 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

10 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

10 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

10 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

10 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

10 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 <[email protected]>
10 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

10 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

10 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 <[email protected]>
10 years agoAdd libstrophe : XMPP client library
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 <[email protected]>
10 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

10 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

10 years agotransmission: add nice and ionice support, store persistent config, add transmission...
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 <[email protected]>
10 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 <[email protected]>
10 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 <[email protected]>
10 years agotor: bump to 0.2.6.10
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 <[email protected]>
10 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

10 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

10 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

10 years agoBoost Makefile Update - Release 6
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 <[email protected]>
10 years agosqlite3: update source
Daniel Golle [Thu, 30 Jul 2015 02:16:31 +0000 (04:16 +0200)]
sqlite3: update source

Signed-off-by: Daniel Golle <[email protected]>
10 years agoyajl: add yajl
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 <[email protected]>
10 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 <[email protected]>
10 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 <[email protected]>
10 years agoopencv:update to version 3.0.0
lijpsummer [Tue, 28 Jul 2015 13:58:12 +0000 (13:58 +0000)]
opencv:update to version 3.0.0

Signed-off-by: lijpsummer <[email protected]>
10 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

10 years agobwm-ng: update to 0.6.1
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 <[email protected]>
10 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

10 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 <[email protected]>
10 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 <[email protected]>
10 years agolighttpd: update to 1.4.36
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 <[email protected]>
10 years agostunnel: Update from 5.14 to 5.20
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 <[email protected]>
10 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

10 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

10 years agogit: ship with absolute symlink to git (#10221)
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 <[email protected]>
10 years agogit: update to 2.4.6
Peter Wagner [Thu, 23 Jul 2015 19:39:56 +0000 (21:39 +0200)]
git: update to 2.4.6

Signed-off-by: Peter Wagner <[email protected]>
10 years agounrar: update to v5.3.1
Álvaro Fernández Rojas [Thu, 23 Jul 2015 11:33:05 +0000 (13:33 +0200)]
unrar: update to v5.3.1

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
10 years agoMerge pull request #1607 from aa65535/master
Steven Barth [Thu, 23 Jul 2015 11:04:28 +0000 (13:04 +0200)]
Merge pull request #1607 from aa65535/master

shadowsocks-libev: bump version

10 years agoMerge pull request #1610 from damianorenfer/master
Ted Hess [Wed, 22 Jul 2015 18:12:33 +0000 (14:12 -0400)]
Merge pull request #1610 from damianorenfer/master

net/dnscrypt-proxy: Set default provider to cisco, add client key support in config

10 years agonet/dnscrypt-proxy: Set default provider to cisco, add client key support in config
Damiano Renfer [Wed, 22 Jul 2015 16:48:18 +0000 (18:48 +0200)]
net/dnscrypt-proxy: Set default provider to cisco, add client key support in config

Signed-off-by: Damiano Renfer [email protected]
10 years agoshadowsocks-libev: bump version
Jian Chang [Wed, 22 Jul 2015 08:28:00 +0000 (16:28 +0800)]
shadowsocks-libev: bump version

Fix the multiple UDP source port issue.
Allow using different IP and ports for TCP and UDP

Signed-off-by: Jian Chang <[email protected]>
10 years agosslh: Fix init script after arg parsing changes
Jonathan McCrohan [Tue, 21 Jul 2015 20:46:25 +0000 (21:46 +0100)]
sslh: Fix init script after arg parsing changes

Signed-off-by: Jonathan McCrohan <[email protected]>
10 years agoMerge pull request #1600 from thess/ffmpeg-update
Ted Hess [Tue, 21 Jul 2015 15:31:58 +0000 (11:31 -0400)]
Merge pull request #1600 from thess/ffmpeg-update

ffmpeg: Update to latest - 2.7.2

10 years agoffmpeg: Update to latest - 2.7.2
Ted Hess [Mon, 20 Jul 2015 17:20:18 +0000 (13:20 -0400)]
ffmpeg: Update to latest - 2.7.2

Signed-off-by: Ted Hess <[email protected]>
10 years agoMerge pull request #1603 from Adze1502/master
Steven Barth [Tue, 21 Jul 2015 14:27:12 +0000 (16:27 +0200)]
Merge pull request #1603 from Adze1502/master

mwan3: update to version 1.6-2

10 years agoMerge pull request #1604 from bk138/gcc-musl-fix
Steven Barth [Tue, 21 Jul 2015 14:09:26 +0000 (16:09 +0200)]
Merge pull request #1604 from bk138/gcc-musl-fix

gcc: fix build with musl.