openwrt/svn-archive/archive.git
10 years agopackages: loop-aes: update to loop-aes 3.7a
Gabor Juhos [Sun, 20 Oct 2013 15:58:21 +0000 (15:58 +0000)]
packages: loop-aes: update to loop-aes 3.7a

fixes a compile error in trunk

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38475

10 years agopackages: libshout: update libshout to 2.3.1, refresh patches
Gabor Juhos [Sun, 20 Oct 2013 15:58:20 +0000 (15:58 +0000)]
packages: libshout: update libshout to 2.3.1, refresh patches

Udate package libshout to 2.3.1 and refresh patches.

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38474

10 years agopackages: libshout: fix libshout compile
Gabor Juhos [Sun, 20 Oct 2013 15:58:19 +0000 (15:58 +0000)]
packages: libshout: fix libshout compile

libvorbisidec 1.0.2+svn18153 uses ogg/ogg.h now
instead of its own that was provided previously

issue reported: https://forum.openwrt.org/viewtopic.php?id=45843

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38473

10 years agopackages: wifidog: update to 20130917 version
Gabor Juhos [Sun, 20 Oct 2013 15:58:18 +0000 (15:58 +0000)]
packages: wifidog: update to 20130917 version

This update:
-adds a ProxyPort option (to use a local transparent proxy)
-changes http return code to 302 (was 307, but wifidog speaks
 http 1.0, and we really need 303, it was causing some trouble
 with, for exemple, opera)
-switch to github repo
-correct a small typo
-add drop, log, ulog target for FirewallRule

This is only compile tested, but 3 people are asking for it
https://github.com/wifidog/wifidog-gateway/issues/8

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38472

10 years agopackages: zabbix: update to version 2.0.8
Gabor Juhos [Sun, 20 Oct 2013 15:58:16 +0000 (15:58 +0000)]
packages: zabbix: update to version 2.0.8

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38471

10 years agopackages: avahi: clean up dependencies
Gabor Juhos [Sun, 20 Oct 2013 15:58:15 +0000 (15:58 +0000)]
packages: avahi: clean up dependencies

libavahi does not require libdaemon nor libgdbm. Move the dependencies
into the right avahi sub-packages to allow smaller footprint when only
using libavahi.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38470

10 years agopackages: lighttpd: update to 1.4.32
Gabor Juhos [Sun, 20 Oct 2013 15:58:14 +0000 (15:58 +0000)]
packages: lighttpd: update to 1.4.32

This patch updates the lighttpd package to version 1.4.32
The makefile has been reworked and uses a macro for module
creation. The config file has been updated to include module
dependant configuration from conf.d subdirectory.

Signed-off-by: Gerald Matzka <mgerald21@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38469

10 years agopackages: tig: update tig to 1.2.1.
Gabor Juhos [Sun, 20 Oct 2013 15:58:13 +0000 (15:58 +0000)]
packages: tig: update tig to 1.2.1.

http://jonas.nitro.dk/tig/NEWS.html says:

Incompatibilities:

    Move manual and man pages to doc/ directory and rename AsciiDoc files
    to have .asciidoc as the extension to make them render on GitHub.

Improvements:

    Show blob sizes in the tree view either as bytes or using binary
    unit prefixes. Example: set show-file-size = units. (GH #163)

    Reduce main view memory usage and startup time, especially when
    revision graph rendering is disabled. (GH #160)

Bug fixes:

    Fix submodule-related setup to check for non-zero return value from
    setenv(). (GH #188)

[juhosg: add ccommit message, fix md5sum]

Signed-off-by: Francisco Borges <francisco.borges@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38468

10 years agopackages: mosquitto: update to 1.2
Gabor Juhos [Sun, 20 Oct 2013 15:58:12 +0000 (15:58 +0000)]
packages: mosquitto: update to 1.2

Updates mosquitto, the MQTT broker, and client libraries to version 1.2.
Full changelog here: http://mosquitto.org/2013/08/version-1-2-released/

Added missing library depends to suit updated requirements in OpenWrt.
Fixed missing symlinks.

Signed-off-by: Karl Palsson <karlp@remake.is>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38467

10 years agopackages: add sysprof tool
Gabor Juhos [Sun, 20 Oct 2013 15:58:09 +0000 (15:58 +0000)]
packages: add sysprof tool

Add sysprof - preformance profiler
for Linux - to the development tools.

Patches for mips/arm are from openembedded
code.

sysprof-cli <outfile> get required events/stack frames.
Next outfile can be loaded/displayed on PC using
sysprof.

Tool using:
- PERF events
- /proc/kallsyms for kernel symbols

You should compile kernel with profiling enabled,
debug information, symbol table information.

Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38466

10 years ago[packages] unbound update to 1.4.21 and refresh patches
Peter Wagner [Sun, 20 Oct 2013 01:15:43 +0000 (01:15 +0000)]
[packages] unbound update to 1.4.21 and refresh patches

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38465

10 years ago[packages] ldns update to v1.6.16
Peter Wagner [Sun, 20 Oct 2013 01:12:20 +0000 (01:12 +0000)]
[packages] ldns update to v1.6.16

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38464

10 years ago[packages] curl: LIBCURL_THREADED_RESOLVER depends on libpthread
Peter Wagner [Sun, 20 Oct 2013 01:05:28 +0000 (01:05 +0000)]
[packages] curl: LIBCURL_THREADED_RESOLVER depends on libpthread

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38463

10 years agoglib2: disable mips16 support
Felix Fietkau [Sat, 19 Oct 2013 13:48:09 +0000 (13:48 +0000)]
glib2: disable mips16 support

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38460

10 years agolibffi: disable mips16 support (#14338)
Felix Fietkau [Sat, 19 Oct 2013 13:48:07 +0000 (13:48 +0000)]
libffi: disable mips16 support (#14338)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38459

10 years ago[libcurl]: make SSL (now defaults to PolarSSL), zlib support and most options configu...
Imre Kaloz [Fri, 18 Oct 2013 14:44:02 +0000 (14:44 +0000)]
[libcurl]: make SSL (now defaults to PolarSSL), zlib support and most options configurable

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38456

10 years agoisc-dhcp: dhcrelay: Add RFC3527 link selection sub-option
Jo-Philipp Wich [Fri, 18 Oct 2013 11:40:00 +0000 (11:40 +0000)]
isc-dhcp: dhcrelay: Add RFC3527 link selection sub-option

RFC3527 link selection sub-option is used to select the "uplink" interface of
dhcrelay in cases where the DHCP server does not know how to reach the dhcrelay
based on the DHCP range. This can happen in weird network configurations like
Mesh networks.

Signed-off-by: Bruno Randolf <br1@einfach.org>
SVN-Revision: 38447

10 years agoisc-dhcp: dhcrelay: Add more UCI options
Jo-Philipp Wich [Fri, 18 Oct 2013 11:39:56 +0000 (11:39 +0000)]
isc-dhcp: dhcrelay: Add more UCI options

Add more options to dhcrelay UCI and init script:

- enabled
- interfaces: Listen interfaces
- relay_mode: What to do about packets that already have a relay option

Also mark /etc/config/dhcrelay as conffile

Signed-off-by: Bruno Randolf <br1@einfach.org>
SVN-Revision: 38446

10 years agopptpd: Add uci configuration for PPTPD.
Jo-Philipp Wich [Fri, 18 Oct 2013 11:39:47 +0000 (11:39 +0000)]
pptpd: Add uci configuration for PPTPD.

Signed-off-by: Bruno Randolf <br1@einfach.org>
SVN-Revision: 38445

10 years ago[curl]: upgrade to 7.33.0, add myself as maintainer
Imre Kaloz [Wed, 16 Oct 2013 09:09:45 +0000 (09:09 +0000)]
[curl]: upgrade to 7.33.0, add myself as maintainer

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38429

10 years agopptpd: remove IP in options.pptp
Jo-Philipp Wich [Tue, 15 Oct 2013 13:45:58 +0000 (13:45 +0000)]
pptpd: remove IP in options.pptp

ppp has obsoleted this option (as of v2.4.3-7) according to
http://wiki.openwrt.org/doc/howto/vpn.server.pptpd

Signed-off-by: Bruno Randolf <br1@einfach.org>
SVN-Revision: 38417

10 years agoddns-scripts: add init script
Jo-Philipp Wich [Tue, 15 Oct 2013 13:37:34 +0000 (13:37 +0000)]
ddns-scripts: add init script

Signed-off-by: Bruno Randolf <br1@einfach.org>
SVN-Revision: 38416

10 years agolibgphoto2 depends on libusb-compat, not libusb-1.0
Jo-Philipp Wich [Tue, 15 Oct 2013 13:37:32 +0000 (13:37 +0000)]
libgphoto2 depends on libusb-compat, not libusb-1.0

Signed-off-by: Bruno Randolf <br1@einfach.org>
SVN-Revision: 38415

10 years agolibnfc: Update to version 1.7.0
Jo-Philipp Wich [Tue, 15 Oct 2013 13:28:09 +0000 (13:28 +0000)]
libnfc: Update to version 1.7.0

Update libnfc to version 1.7.0.

https://libnfc.googlecode.com/files/libnfc-1.7.0.tar.bz2 needs to be added
to http://downloads.openwrt.org/sources/

Signed-off-by: JiapengLi <gapleehit@gmail.com>
SVN-Revision: 38414

10 years agomadwifi: Fix removal of proc entries
Vasilis Tsiligiannis [Mon, 14 Oct 2013 11:05:15 +0000 (11:05 +0000)]
madwifi: Fix removal of proc entries

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
SVN-Revision: 38391

10 years agomadwifi: Fix compile warnings
Vasilis Tsiligiannis [Sat, 12 Oct 2013 19:54:01 +0000 (19:54 +0000)]
madwifi: Fix compile warnings

SVN-Revision: 38373

10 years agomadwifi: Fix building against linux 3.10
Vasilis Tsiligiannis [Sat, 12 Oct 2013 19:53:18 +0000 (19:53 +0000)]
madwifi: Fix building against linux 3.10

SVN-Revision: 38372

10 years ago[coova-chilli]: add some compile time options (more to come)
Imre Kaloz [Fri, 11 Oct 2013 13:20:27 +0000 (13:20 +0000)]
[coova-chilli]: add some compile time options (more to come)

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38363

10 years agovips: Bump to 7.34.0
Jo-Philipp Wich [Thu, 10 Oct 2013 15:18:14 +0000 (15:18 +0000)]
vips: Bump to 7.34.0

Bump to 7.34.0.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
SVN-Revision: 38360

10 years agoudpxy: Update to version 1.0.23-9
Jo-Philipp Wich [Thu, 10 Oct 2013 14:48:23 +0000 (14:48 +0000)]
udpxy: Update to version 1.0.23-9

Switch from http://sourceforge.net/projects/udpxy to http://www.udpxy.com/index-en.html

[jow: fixed source url, trimmed commit message]

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 38357

10 years agobind: update to v9.9.4-1
Jo-Philipp Wich [Thu, 10 Oct 2013 13:58:24 +0000 (13:58 +0000)]
bind: update to v9.9.4-1

- update to 9.9.4-1
- refresh patches
- disable ecdsa

Signed-off-by: Thommas Heil <heil@terminal-consulting.de>
SVN-Revision: 38353

10 years agobird: drop from repository, moved to openwrt-routing feed
Jo-Philipp Wich [Tue, 8 Oct 2013 17:20:46 +0000 (17:20 +0000)]
bird: drop from repository, moved to openwrt-routing feed

SVN-Revision: 38343

10 years ago[packages/net/coova-chilli]: remove PKG_FIXUP, it's not needed anymore
Imre Kaloz [Mon, 7 Oct 2013 14:54:24 +0000 (14:54 +0000)]
[packages/net/coova-chilli]: remove PKG_FIXUP, it's not needed anymore

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38316

10 years ago[packages/net]: upgrade coova to 1.3.0
Imre Kaloz [Mon, 7 Oct 2013 12:54:19 +0000 (12:54 +0000)]
[packages/net]: upgrade coova to 1.3.0

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38315

10 years ago[packages] mtd-utils: upgrade to latest git version
Luka Perkov [Fri, 4 Oct 2013 03:15:02 +0000 (03:15 +0000)]
[packages] mtd-utils: upgrade to latest git version

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38300

10 years ago[packages] libcrypt update to 1.5.3
Peter Wagner [Tue, 1 Oct 2013 20:00:47 +0000 (20:00 +0000)]
[packages] libcrypt update to 1.5.3

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38272

10 years ago[packages] cryptsetup update to 1.6.2 and add version that links against openssl
Peter Wagner [Tue, 1 Oct 2013 19:56:02 +0000 (19:56 +0000)]
[packages] cryptsetup update to 1.6.2 and add version that links against openssl
instead of libgcrypt

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38271

10 years ago[packages] lvm2: update to 2.02.97
Peter Wagner [Tue, 1 Oct 2013 19:54:43 +0000 (19:54 +0000)]
[packages] lvm2: update to 2.02.97

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38270

10 years ago[packages] dovecot: update to 2.2.6
Peter Wagner [Fri, 27 Sep 2013 03:05:58 +0000 (03:05 +0000)]
[packages] dovecot: update to 2.2.6

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38227

10 years ago[packages] ntpd: switch to new procd init script style
Peter Wagner [Thu, 26 Sep 2013 12:50:25 +0000 (12:50 +0000)]
[packages] ntpd: switch to new procd init script style

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38208

10 years ago[packages]: nfs-kernel-server switch to new procd init script style
Peter Wagner [Thu, 26 Sep 2013 12:08:31 +0000 (12:08 +0000)]
[packages]: nfs-kernel-server switch to new procd init script style

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38207

10 years ago[packages] dovecot: switch to new procd init script style
Peter Wagner [Thu, 26 Sep 2013 11:21:41 +0000 (11:21 +0000)]
[packages] dovecot: switch to new procd init script style

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38206

10 years ago[packages] lxc: bump to latest git version
Luka Perkov [Wed, 25 Sep 2013 14:20:39 +0000 (14:20 +0000)]
[packages] lxc: bump to latest git version

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38177

10 years ago[packages] update .gitignore file
Luka Perkov [Wed, 25 Sep 2013 14:20:37 +0000 (14:20 +0000)]
[packages] update .gitignore file

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38176

10 years ago[packages] lxc: update lxc repository
Luka Perkov [Mon, 23 Sep 2013 22:06:52 +0000 (22:06 +0000)]
[packages] lxc: update lxc repository

http://sourceforge.net/mailarchive/message.php?msg_id=31432051

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de
SVN-Revision: 38144

10 years ago[packages] mjpg-streamer: upgrade package
Luka Perkov [Mon, 23 Sep 2013 21:59:42 +0000 (21:59 +0000)]
[packages] mjpg-streamer: upgrade package

Changes include:

* version bump to r181
* convert init script so it can use procd
* add menu so one can select only desired features

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38143

10 years ago[packages] openssh: update to 6.3p1
Peter Wagner [Mon, 23 Sep 2013 11:25:27 +0000 (11:25 +0000)]
[packages] openssh: update to 6.3p1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38136

10 years ago[packages] tor: use new procd init script style
Peter Wagner [Mon, 23 Sep 2013 10:14:15 +0000 (10:14 +0000)]
[packages] tor: use new procd init script style

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38135

10 years ago[packages] portmap: switch to new procd init script style and create and use the...
Peter Wagner [Mon, 23 Sep 2013 10:11:17 +0000 (10:11 +0000)]
[packages] portmap: switch to new procd init script style and create and use the "rpc"
user instead of the "nobody" user for the daemon

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38134

10 years ago[packages]: pulseaudio - revert accidently commited code
Peter Wagner [Sun, 22 Sep 2013 17:46:39 +0000 (17:46 +0000)]
[packages]: pulseaudio - revert accidently commited code

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38123

10 years ago[packages] openssh,pulseaudio: switch to new procd init script style
Peter Wagner [Sun, 22 Sep 2013 17:41:58 +0000 (17:41 +0000)]
[packages] openssh,pulseaudio: switch to new procd init script style

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38122

10 years ago[packags] shadow-su: ash doesn't support the renaming of a process like
Peter Wagner [Sun, 22 Sep 2013 15:28:04 +0000 (15:28 +0000)]
[packags] shadow-su: ash doesn't support the renaming of a process like

execve("/bin/ash", ["-su"], [/* 10 vars */]) = 0

the error is also described here but no fix is provided

http://comments.gmane.org/gmane.linux.busybox/33618

fix it by turing off process renaming in login.defs

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38121

10 years ago[packages] i2c-tools: update to svn r6199
Luka Perkov [Fri, 20 Sep 2013 02:00:07 +0000 (02:00 +0000)]
[packages] i2c-tools: update to svn r6199

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38082

10 years agocoova-chilli: fix "struct sysinfo" redeclaration with recent uClibc.
Jo-Philipp Wich [Thu, 19 Sep 2013 12:53:25 +0000 (12:53 +0000)]
coova-chilli: fix "struct sysinfo" redeclaration with recent uClibc.

Patch from http://lists.coova.org/pipermail/chilli/2013-August/002347.html -
refreshed and compile tested locally.

SVN-Revision: 38058

10 years ago[packages] peervpn: update to 0-036
Luka Perkov [Thu, 19 Sep 2013 10:07:53 +0000 (10:07 +0000)]
[packages] peervpn: update to 0-036

While at it move peervpn to VPN menu.

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 38057

10 years ago[packages] mc: update to 4.8.10
Luka Perkov [Thu, 19 Sep 2013 09:59:38 +0000 (09:59 +0000)]
[packages] mc: update to 4.8.10

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38056

10 years ago[packages] php5: upgrade to 5.4.19
Michael Heimpold [Wed, 18 Sep 2013 20:52:27 +0000 (20:52 +0000)]
[packages] php5: upgrade to 5.4.19

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 38046

10 years ago[packages] change ownership of the audiodevices to the pulse group to make it useable
Peter Wagner [Wed, 18 Sep 2013 18:20:29 +0000 (18:20 +0000)]
[packages] change ownership of the audiodevices to the pulse group to make it useable
by pulseaudio

Fixes #14175

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 38045

10 years agopackages: remove empty files and directories.
Hauke Mehrtens [Sun, 15 Sep 2013 09:18:07 +0000 (09:18 +0000)]
packages: remove empty files and directories.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37992

10 years agoorbit2: fix build with recent glib version
Hauke Mehrtens [Sun, 15 Sep 2013 09:11:53 +0000 (09:11 +0000)]
orbit2: fix build with recent glib version

This fixes a build problem introduced in r37953.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 37991

10 years ago[packages] lirc: partially revert r37954
Luka Perkov [Thu, 12 Sep 2013 13:53:26 +0000 (13:53 +0000)]
[packages] lirc: partially revert r37954

Some lirctools are not build correctly.

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37955

10 years ago[packages] lirc: add more lirctools
Luka Perkov [Thu, 12 Sep 2013 13:44:41 +0000 (13:44 +0000)]
[packages] lirc: add more lirctools

This commit also makes some cosmetic changes.

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37954

10 years ago[packages] glib2: update to 2.37.7
Luka Perkov [Thu, 12 Sep 2013 13:44:40 +0000 (13:44 +0000)]
[packages] glib2: update to 2.37.7

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37953

10 years ago[packages]: update git to 1.8.4
Peter Wagner [Wed, 11 Sep 2013 17:11:24 +0000 (17:11 +0000)]
[packages]: update git to 1.8.4

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 37949

10 years agomjpg-streamer: fix repository url
Jo-Philipp Wich [Tue, 10 Sep 2013 13:01:14 +0000 (13:01 +0000)]
mjpg-streamer: fix repository url

SVN-Revision: 37929

10 years agopackage: haproxy
Thomas Heil [Thu, 5 Sep 2013 22:42:31 +0000 (22:42 +0000)]
package: haproxy
 - add backported patches from 1.5dev

SVN-Revision: 37909

10 years ago[packages] lispmob: Bump to git head
Vasilis Tsiligiannis [Sun, 25 Aug 2013 18:03:32 +0000 (18:03 +0000)]
[packages] lispmob: Bump to git head

SVN-Revision: 37836

10 years ago[packages] update dovecot to 2.2.5
Peter Wagner [Tue, 20 Aug 2013 13:22:23 +0000 (13:22 +0000)]
[packages] update dovecot to 2.2.5

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 37815

10 years agoelfutils: disable mips16 (#13572)
Felix Fietkau [Wed, 14 Aug 2013 14:48:17 +0000 (14:48 +0000)]
elfutils: disable mips16 (#13572)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37775

10 years agoalsa-libs: disable mips16 (#13522)
Felix Fietkau [Wed, 14 Aug 2013 14:46:32 +0000 (14:46 +0000)]
alsa-libs: disable mips16 (#13522)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37774

10 years ago[packages] tor-alpha: update to 0.2.4.15-rc, disable threads as it requires OpenSSL...
Stephen Walker [Sat, 10 Aug 2013 22:00:19 +0000 (22:00 +0000)]
[packages] tor-alpha: update to 0.2.4.15-rc, disable threads as it requires OpenSSL to have threading enabled

SVN-Revision: 37751

10 years ago[packages] transmission: update to 2.82
Cezary Jackiewicz [Fri, 9 Aug 2013 20:16:31 +0000 (20:16 +0000)]
[packages] transmission: update to 2.82

SVN-Revision: 37744

10 years ago[packages] aria2 udpate to 1.17.1
Peter Wagner [Tue, 6 Aug 2013 19:30:14 +0000 (19:30 +0000)]
[packages] aria2 udpate to 1.17.1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 37736

10 years ago[packages] less: update to 458
Peter Wagner [Tue, 6 Aug 2013 19:10:57 +0000 (19:10 +0000)]
[packages] less: update to 458

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 37735

10 years ago[packages] pulseaudio: add libcap as dependency
Peter Wagner [Sun, 4 Aug 2013 17:10:31 +0000 (17:10 +0000)]
[packages] pulseaudio: add libcap as dependency

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 37694

10 years agopackages: libvorbisidec: update to 1.0.2+svn18153
Jonas Gorski [Sun, 4 Aug 2013 16:41:41 +0000 (16:41 +0000)]
packages: libvorbisidec: update to 1.0.2+svn18153

Signed-off-by: Peter Wagner <tripolar@gmx.at>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37692

10 years agopackages: libogg: update to 1.3.1
Jonas Gorski [Sun, 4 Aug 2013 16:41:39 +0000 (16:41 +0000)]
packages: libogg: update to 1.3.1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37691

10 years agopackages: update alsa-utils to 1.0.27.2
Jonas Gorski [Sun, 4 Aug 2013 16:41:37 +0000 (16:41 +0000)]
packages: update alsa-utils to 1.0.27.2

Signed-off-by: Peter Wagner <tripolar@gmx.at>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37690

10 years agopackages: update alsa-lib to 1.0.27.2
Jonas Gorski [Sun, 4 Aug 2013 16:41:35 +0000 (16:41 +0000)]
packages: update alsa-lib to 1.0.27.2

Signed-off-by: Peter Wagner <tripolar@gmx.at>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37689

10 years agopackages: libxapian: add missing dependency to libuuid
Jonas Gorski [Sun, 4 Aug 2013 16:41:30 +0000 (16:41 +0000)]
packages: libxapian: add missing dependency to libuuid

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37688

10 years ago[packages] cmus: add pulseaudio and oss support as seperate packages, fixes a depende...
Peter Wagner [Sun, 4 Aug 2013 13:53:57 +0000 (13:53 +0000)]
[packages] cmus: add pulseaudio and oss support as seperate packages, fixes a dependency problem

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 37683

10 years agopackages: ntfsprogs: add missing dependency - libuuid
Jonas Gorski [Sun, 4 Aug 2013 12:03:16 +0000 (12:03 +0000)]
packages: ntfsprogs: add missing dependency - libuuid

This patch adds missing libuuid dependency for ntfsprogs.
Without it the package fails to install because of missing
dependency to libuuid.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
[jogo@openwrt.org: also enable libuuid explicitly in configure]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37677

10 years agopackages: ntfsprogs_ntfs-3g: add missing dependency - libuuid
Jonas Gorski [Sun, 4 Aug 2013 12:03:14 +0000 (12:03 +0000)]
packages: ntfsprogs_ntfs-3g: add missing dependency - libuuid

This patch adds missing libuuid dependency for ntfsprogs_ntfs-3g.
Without it the package fails to install because of missing
dependency to libuuid.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
[jogo@openwrt.org: also enable libuuid explicitly in configure]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37676

10 years agopackages: reiserfsprogs: add missing dependency - libuuid
Jonas Gorski [Sun, 4 Aug 2013 12:03:12 +0000 (12:03 +0000)]
packages: reiserfsprogs: add missing dependency - libuuid

This patch adds missing libuuid dependency for reiserfsprogs.
Without it the package fails to install because of missing
dependency to libuuid.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37675

10 years agopackages: [tinc] fix autocreated configdir
Jonas Gorski [Sun, 4 Aug 2013 12:03:10 +0000 (12:03 +0000)]
packages: [tinc] fix autocreated configdir

Tinc's config dir is tinc, not openvpn.

Signed-off-by: Christoph Kottke <christoph.kottke@gmx.de>
[jogo@openwrt.org: fix commitlog]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37674

10 years ago[packages] tinyproxy: update to 1.8.3
Luka Perkov [Sun, 4 Aug 2013 00:08:28 +0000 (00:08 +0000)]
[packages] tinyproxy: update to 1.8.3

Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
SVN-Revision: 37670

10 years ago[packages] nmap: upgrade to 6.40
Luka Perkov [Sat, 3 Aug 2013 23:37:40 +0000 (23:37 +0000)]
[packages] nmap: upgrade to 6.40

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 37669

10 years ago[packages] cmus: make OSS configurable
Peter Wagner [Mon, 29 Jul 2013 18:36:00 +0000 (18:36 +0000)]
[packages] cmus: make OSS configurable

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 37614

10 years ago[packages]cmus: commit all Config.in changes
Peter Wagner [Mon, 29 Jul 2013 13:28:18 +0000 (13:28 +0000)]
[packages]cmus: commit all Config.in changes

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 37613

10 years ago[packages] fix cmus menu
Peter Wagner [Mon, 29 Jul 2013 13:05:59 +0000 (13:05 +0000)]
[packages] fix cmus menu

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 37606

10 years ago[packages] cmus add option for pulseaudio functionality
Peter Wagner [Mon, 29 Jul 2013 00:57:07 +0000 (00:57 +0000)]
[packages] cmus add option for pulseaudio functionality

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 37595

10 years ago[packages] sox: update to 14.4.1
Luka Perkov [Sun, 28 Jul 2013 23:28:23 +0000 (23:28 +0000)]
[packages] sox: update to 14.4.1

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
SVN-Revision: 37594

10 years ago[packages] mksh: update to r47
Luka Perkov [Sun, 28 Jul 2013 23:28:21 +0000 (23:28 +0000)]
[packages] mksh: update to r47

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Recommended-by: Sedat Dilek <sedat.dilek@gmail.com>
SVN-Revision: 37593

10 years ago[package] rtorrent: update to 0.9.3-git
Luka Perkov [Sun, 28 Jul 2013 23:28:20 +0000 (23:28 +0000)]
[package] rtorrent: update to 0.9.3-git

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 37592

10 years ago[packages] libtorrent: update to 0.13.3-git
Luka Perkov [Sun, 28 Jul 2013 23:28:18 +0000 (23:28 +0000)]
[packages] libtorrent: update to 0.13.3-git

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 37591

10 years agolibconfig: delete from /packages (moved to trunk)
Felix Fietkau [Fri, 26 Jul 2013 10:44:28 +0000 (10:44 +0000)]
libconfig: delete from /packages (moved to trunk)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37557

10 years ago[packages] rtl-sdr: Update to latest revision
Vasilis Tsiligiannis [Tue, 23 Jul 2013 13:32:33 +0000 (13:32 +0000)]
[packages] rtl-sdr: Update to latest revision

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
SVN-Revision: 37519

10 years ago[packages] update git to 1.8.3.4 and refresh patches
Peter Wagner [Tue, 23 Jul 2013 10:30:00 +0000 (10:30 +0000)]
[packages] update git to 1.8.3.4 and refresh patches

Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 37515

10 years agosiit: add MODULE_LICENSE, get rid of some obsolete #ifdef crap
Felix Fietkau [Sun, 21 Jul 2013 20:07:34 +0000 (20:07 +0000)]
siit: add MODULE_LICENSE, get rid of some obsolete #ifdef crap

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37495

10 years agodsl-qos-queue: remove from /packages
Felix Fietkau [Sun, 21 Jul 2013 13:59:00 +0000 (13:59 +0000)]
dsl-qos-queue: remove from /packages

No longer functional (libipq is no longer supported), and abandoned by
upstream as well.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37494