openwrt/svn-archive/packages.git
11 years agogit: update to 1.8.4.2
Peter Wagner [Wed, 30 Oct 2013 01:08:24 +0000 (01:08 +0000)]
git: update to 1.8.4.2

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

11 years agoadd libotr package
Peter Wagner [Wed, 30 Oct 2013 01:02:15 +0000 (01:02 +0000)]
add libotr package

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

11 years agoMigrate ahcpd and babeld to openwrt-routing
Gabriel Kerneis [Mon, 28 Oct 2013 16:14:43 +0000 (16:14 +0000)]
Migrate ahcpd and babeld to openwrt-routing

SVN-Revision: 38569

11 years agoenable compile against axTLS and CyaSSL
Imre Kaloz [Mon, 28 Oct 2013 10:02:47 +0000 (10:02 +0000)]
enable compile against axTLS and CyaSSL

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

11 years agoupgrade to 1.4.9
Imre Kaloz [Mon, 28 Oct 2013 09:57:59 +0000 (09:57 +0000)]
upgrade to 1.4.9

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

11 years agoddns-scripts:
Peter Wagner [Sun, 27 Oct 2013 22:12:10 +0000 (22:12 +0000)]
ddns-scripts:

add option use_syslog to enable logging to syslog
use wget when it's compiled with ssl support

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

11 years agogrep: simplify package remove
Peter Wagner [Sat, 26 Oct 2013 16:09:40 +0000 (16:09 +0000)]
grep: simplify package remove

SVN-Revision: 38543

11 years agoadd gnu grep
Peter Wagner [Sat, 26 Oct 2013 16:05:56 +0000 (16:05 +0000)]
add gnu grep

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

11 years agoproftpd avoid linking against libpam
Peter Wagner [Thu, 24 Oct 2013 11:38:27 +0000 (11:38 +0000)]
proftpd avoid linking against libpam

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

11 years agolibpam: add "--enable-db=no" to the configure macro to avoid linking against libdb
Peter Wagner [Thu, 24 Oct 2013 11:02:44 +0000 (11:02 +0000)]
libpam: add "--enable-db=no" to the configure macro to avoid linking against libdb

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

11 years agolibpam: remove autoreconf call from configure macro
Jo-Philipp Wich [Thu, 24 Oct 2013 09:59:58 +0000 (09:59 +0000)]
libpam: remove autoreconf call from configure macro

Hello,

I am not so experienced with autoreconf, but the following patch
fixes the package breakage which can be seen in buildbot logs.
Autoreconf call is also specified in PKG_FIXUP variable.

Jiri

SVN-Revision: 38525

11 years agoopenssh-server-pam: simplify install
Peter Wagner [Tue, 22 Oct 2013 17:26:39 +0000 (17:26 +0000)]
openssh-server-pam: simplify install

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

11 years agoopenssh-server-pam: set options correctly in sshd_config when openssh-server-pam...
Peter Wagner [Tue, 22 Oct 2013 13:09:28 +0000 (13:09 +0000)]
openssh-server-pam: set options correctly in sshd_config when openssh-server-pam is used

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

11 years agoadd openssh-server-pam this adds openssh-server with pam support the user still has...
Peter Wagner [Tue, 22 Oct 2013 01:12:31 +0000 (01:12 +0000)]
add openssh-server-pam this adds openssh-server with pam support the user still has the change this settings in /etc/ssh/sshd_config:

PasswordAuthentication no
UsePAM yes

to use pam. To avoid having two moduli files which is just
static data, openssh-moduli now depends on ssh-keygen.

based on patch from DkSouls

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

11 years agogoogle-authenticator
Peter Wagner [Tue, 22 Oct 2013 00:57:54 +0000 (00:57 +0000)]
google-authenticator

rename patch

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

11 years agoadd google-authenticator
Peter Wagner [Tue, 22 Oct 2013 00:55:46 +0000 (00:55 +0000)]
add google-authenticator

The Google Authenticator project includes implementations of one-time
passcode generators for several mobile platforms, as well as a pluggable
authentication module (PAM). One-time passcodes are generated using open
standards developed by the Initiative for Open Authentication (OATH)
(which is unrelated to OAuth).

These implementations support the HMAC-Based One-time Password (HOTP)
algorithm specified in RFC 4226 and the Time-based One-time Password
(TOTP) algorithm specified in RFC 6238.

thanks DkSoul for the patch

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

11 years agoadd libqrencode
Peter Wagner [Tue, 22 Oct 2013 00:54:06 +0000 (00:54 +0000)]
add libqrencode

Libqrencode is a C library for encoding data in a QR Code symbol,
a kind of 2D symbology that can be scanned by handy terminals such
as a mobile phone with CCD. The capacity of QR Code is up to 7000
digits or 4000 characters, and is highly robust.

based on a patch by DkSoul

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

11 years agolibpam: add default rules thanks DkSoul for the patch
Peter Wagner [Tue, 22 Oct 2013 00:50:21 +0000 (00:50 +0000)]
libpam: add default rules thanks DkSoul for the patch

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

11 years agolibpam update to 1.1.8 remove broken flag and refresh patches
Peter Wagner [Mon, 21 Oct 2013 22:25:49 +0000 (22:25 +0000)]
libpam update to 1.1.8 remove broken flag and refresh patches

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

11 years agopackages: haveged: upgrade to 1.7c
Gabor Juhos [Sun, 20 Oct 2013 16:20:03 +0000 (16:20 +0000)]
packages: haveged: upgrade to 1.7c

This upgrades haveged from 1.4 to 1.7c (closes #13979)

Signed-off-by: Christian Pointner <equinox@chaos-at-home.org>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38485

11 years agopackages: xupnpd: add new package
Gabor Juhos [Sun, 20 Oct 2013 15:58:28 +0000 (15:58 +0000)]
packages: xupnpd: add new package

Package based on: http://tsdemuxer.googlecode.com/svn/trunk/xupnpd/src/contrib/OpenWrt/

Light DLNA Media Server which provides services for sharing IPTV unicast streams over local area network.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38481

11 years agopackages: shflags: Fix getting sources
Gabor Juhos [Sun, 20 Oct 2013 15:58:26 +0000 (15:58 +0000)]
packages: shflags: Fix getting sources

Freecwmp does not export a git repository for shflags anymore. This fix
makes OpenWrt get the sources directly from the svn repository of the
shflags googlecode project.

Signed-off-by: Diego López Recas <sueltalo@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38480

11 years agopackages: alpine: new package
Gabor Juhos [Sun, 20 Oct 2013 15:58:25 +0000 (15:58 +0000)]
packages: alpine: new package

Add Alpine v. 2.10 console mail client as new package to OpenWrt.

Alpine stands for Alternatively Licensed Program for Internet News and
Email and is suitable for both the inexperienced email user as well as
for the most demanding power user.

This is a v2 of my previous patch fixing build issues in certain
flavours of Linux. Thanks to Szymon Zygmunt for reporting.

Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38479

11 years agopackages: ser2net: bump to 2.9.1
Gabor Juhos [Sun, 20 Oct 2013 15:58:24 +0000 (15:58 +0000)]
packages: ser2net: bump to 2.9.1

This version fixes a segmentation fault due to a missing
buffer wrap.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38478

11 years agopackages: remotefs: update remotefs, change to repo to git
Gabor Juhos [Sun, 20 Oct 2013 15:58:23 +0000 (15:58 +0000)]
packages: remotefs: update remotefs, change to repo to git

- sourceforge uses git use that
- update to latest version: it fixes a compile bug of the
  old git version (missing md5_crypt)

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

11 years agopackages: uob-nomad: fix compilation
Gabor Juhos [Sun, 20 Oct 2013 15:58:22 +0000 (15:58 +0000)]
packages: uob-nomad: fix compilation

fix compilation

- by integrating net-tools-1.60-STRIP.patch
 from Jiri Popelka <jpopelka@redhat.com>
- if_tr.h is no longer in kernel

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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

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

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

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

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

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

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

11 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

11 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

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

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

11 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

11 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

11 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

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

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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

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

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

11 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

11 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

11 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

11 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

11 years agoremove PKG_FIXUP, it's not needed anymore
Imre Kaloz [Mon, 7 Oct 2013 14:54:24 +0000 (14:54 +0000)]
remove PKG_FIXUP, it's not needed anymore

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

11 years agoupgrade coova to 1.3.0
Imre Kaloz [Mon, 7 Oct 2013 12:54:19 +0000 (12:54 +0000)]
upgrade coova to 1.3.0

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

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

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

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

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

11 years agocryptsetup update to 1.6.2 and add version that links against openssl instead of...
Peter Wagner [Tue, 1 Oct 2013 19:56:02 +0000 (19:56 +0000)]
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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

11 years agomjpg-streamer: upgrade package
Luka Perkov [Mon, 23 Sep 2013 21:59:42 +0000 (21:59 +0000)]
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

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

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

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

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

11 years agoportmap: switch to new procd init script style and create and use the "rpc" user...
Peter Wagner [Mon, 23 Sep 2013 10:11:17 +0000 (10:11 +0000)]
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

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

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

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

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

11 years agoshadow-su: ash doesn't support the renaming of a process like
Peter Wagner [Sun, 22 Sep 2013 15:28:04 +0000 (15:28 +0000)]
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

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

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

11 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

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

While at it move peervpn to VPN menu.

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

11 years agomc: update to 4.8.10
Luka Perkov [Thu, 19 Sep 2013 09:59:38 +0000 (09:59 +0000)]
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

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

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

11 years agochange ownership of the audiodevices to the pulse group to make it useable by pulseaudio
Peter Wagner [Wed, 18 Sep 2013 18:20:29 +0000 (18:20 +0000)]
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

11 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

11 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

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

Some lirctools are not build correctly.

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

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

This commit also makes some cosmetic changes.

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

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

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

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

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

11 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

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

SVN-Revision: 37909

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

SVN-Revision: 37836

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

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

11 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

11 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

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

SVN-Revision: 37751

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

SVN-Revision: 37744

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

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

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

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