openwrt/svn-archive/packages.git
10 years agozabbix-extra-mac80211: fix mac80211.phydiscovery
Hauke Mehrtens [Wed, 5 Feb 2014 21:27:47 +0000 (21:27 +0000)]
zabbix-extra-mac80211: fix mac80211.phydiscovery

/sys/kernel/debug/ is now only accessible to root,
use zabbix_helper_mac80211 (suid helper) to compute
mac80211.phydiscovery (the discovery rule)

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 39490

10 years agoZabbix: update to 2.2.1
Hauke Mehrtens [Wed, 5 Feb 2014 21:27:13 +0000 (21:27 +0000)]
Zabbix: update to 2.2.1

With this new version of zabbix we do not need
uname and hostname anymore, see
https://svn.zabbix.com/browse/ZBX-5616
Only compile tested for now

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 39489

10 years agomysql: cleanup and update to 5.1.73
Hauke Mehrtens [Wed, 5 Feb 2014 21:14:15 +0000 (21:14 +0000)]
mysql: cleanup and update to 5.1.73

This is a cryptographically signed message in MIME format.

- some mirrors do not have the old version anymore
- cleanup deprecated options

--without-vio : removed in 5.0.2
--without-raid, --without-mysqlfs : removed in 5.0.3
http://dev.mysql.com/doc/refman/5.0/en/source-configuration-options.html

--without-pstack : removed in 5.1.54
--without-bench : removed in 5.1.11
http://dev.mysql.com/doc/refman/5.1/en/source-configuration-options.html

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

10 years agoadd myself as a maintainer for various packages
Nuno Goncalves [Wed, 5 Feb 2014 20:17:18 +0000 (20:17 +0000)]
add myself as a maintainer for various packages

SVN-Revision: 39485

10 years agoadd remserial, bridge TCP/IP port with a device
Nuno Goncalves [Wed, 5 Feb 2014 19:56:44 +0000 (19:56 +0000)]
add remserial, bridge TCP/IP port with a device

SVN-Revision: 39481

10 years agoadd RTKLIB, GNSS positioning suite
Nuno Goncalves [Wed, 5 Feb 2014 19:30:09 +0000 (19:30 +0000)]
add RTKLIB, GNSS positioning suite

SVN-Revision: 39480

10 years agoopen2300: custom config file was not copied, makefile cleanup
Nuno Goncalves [Wed, 5 Feb 2014 14:00:47 +0000 (14:00 +0000)]
open2300: custom config file was not copied, makefile cleanup

SVN-Revision: 39477

10 years agotiff: fix autoreconf
Jo-Philipp Wich [Tue, 4 Feb 2014 15:32:40 +0000 (15:32 +0000)]
tiff: fix autoreconf

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 39461

10 years agosane-backends: update to 1.0.24 and fix configure
Jo-Philipp Wich [Tue, 4 Feb 2014 15:32:37 +0000 (15:32 +0000)]
sane-backends: update to 1.0.24 and fix configure

- bump to 1.0.24
- get rid of shipped libtool
- remove host include paths from configure macros
- do not patch generated configure
- refresh patches

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 39460

10 years agoupdate to 7.35.0, fixes CVE-2014-0015
Imre Kaloz [Sun, 2 Feb 2014 13:15:15 +0000 (13:15 +0000)]
update to 7.35.0, fixes CVE-2014-0015

Spotted this on my twitter feed, so i guess it is good for something.

http://curl.haxx.se/docs/adv_20140129.html

Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 39446

10 years agopackages/ffmpeg: disable altivec support
Gabor Juhos [Sun, 2 Feb 2014 11:01:50 +0000 (11:01 +0000)]
packages/ffmpeg: disable altivec support

The altivec support in the ffmpeg package is enabled
by default which causes the following build error on
powerpc targets:

  You need a compiler that supports {} in AltiVec vector declarations.

  If you think configure made a mistake, make sure you are using the latest
  version from Git.  If the latest version fails, report the problem to the
  ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
  Include the log file "config.log" produced by configure as this will
  help solving the problem.

Altivec is not supported by any of our powerpc targets, so
disable that by default.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39445

10 years agopackage/ffmpeg: remove trailing whitespaces from the Makefile
Gabor Juhos [Sun, 2 Feb 2014 11:01:49 +0000 (11:01 +0000)]
package/ffmpeg: remove trailing whitespaces from the Makefile

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39444

10 years agopackages/libflac: don't hardcode altivec options in CPUCFLAGS
Gabor Juhos [Sun, 2 Feb 2014 11:01:47 +0000 (11:01 +0000)]
packages/libflac: don't hardcode altivec options in CPUCFLAGS

The '-maltivec' and '-mabi=altivec' options always
included in the CPUCPFLAGS variable, even if altivec
support is disabled. This causes build failure on
powerpc platforms without altivec support:

  bitmath.c:1:0: error: AltiVec and E500 instructions cannot coexist

Update the src/libFLAC/Makefile.am template to skip
altivec options if 'FLaC__USE_ALTIVEC' is not used.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39443

10 years agoalpine: fix build on Archlinux
Jo-Philipp Wich [Wed, 29 Jan 2014 13:30:15 +0000 (13:30 +0000)]
alpine: fix build on Archlinux

alpine adds a wrong path during configure (-L/usr/lib)
this leads to build fail on Archlinux
...
checking for setupterm in -lncurses... no
...
"configure: error: Terminfo/termcap not found"

since Debian uses a different path for "host libs" it fails to load wrong libs
and finds the right ncurses lib in the next (correct) path

The wrong path is injected by the SSL test
thx jow for finding it

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

10 years agopackages: libdaemon: prevent an erroneous error message
Jo-Philipp Wich [Wed, 29 Jan 2014 13:01:21 +0000 (13:01 +0000)]
packages: libdaemon: prevent an erroneous error message

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

10 years agocmus: fix configure checks against host files
Jo-Philipp Wich [Wed, 29 Jan 2014 12:58:17 +0000 (12:58 +0000)]
cmus: fix configure checks against host files

cmuses configure checks an absolute path for the existence of a kernel
header. This results in a check against the hosts version of
/usr/include/sys/soundcard.h, which potentially does not exists (at
least on my system).

This patch supersedes http://patchwork.openwrt.org/patch/2713/.

Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 39417

10 years agomxml: Update package source URL
Jo-Philipp Wich [Wed, 29 Jan 2014 12:55:41 +0000 (12:55 +0000)]
mxml: Update package source URL

The ftp.easysw.com site has disappeared completely. So switch to the
authors personal site.

Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 39416

10 years agocups: Update package source URL
Jo-Philipp Wich [Wed, 29 Jan 2014 12:55:40 +0000 (12:55 +0000)]
cups: Update package source URL

The ftp.easysw.com site has disappeared completely.

This patch adds the official cups site as package source and
drops all easysw.com servers and not longer existent mirrors
of easys.com.

Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 39415

10 years agoshadow: add missing build dependency
Jo-Philipp Wich [Wed, 29 Jan 2014 12:54:17 +0000 (12:54 +0000)]
shadow: add missing build dependency

As jow has stated in #12004 correctly, shadows needs a build dependency
on libintl (gettext) to provide the missing m4 macros.

The missing dependency was spotted while doing a parallel build.

This patch closes #12004.

Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 39414

10 years agore, rem: drop packages, they got moved to the telephony feed
Jo-Philipp Wich [Wed, 29 Jan 2014 12:51:49 +0000 (12:51 +0000)]
re, rem: drop packages, they got moved to the telephony feed

SVN-Revision: 39413

10 years agomdnsresponder: fix versioned .so link and move libdns_sd
Steven Barth [Tue, 28 Jan 2014 20:53:48 +0000 (20:53 +0000)]
mdnsresponder: fix versioned .so link and move libdns_sd

SVN-Revision: 39410

10 years agolxc: lxc-lua depends on luafilesystem
Luka Perkov [Sun, 26 Jan 2014 01:08:40 +0000 (01:08 +0000)]
lxc: lxc-lua depends on luafilesystem

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

10 years agolxc: update to latest git version
Luka Perkov [Fri, 24 Jan 2014 14:39:04 +0000 (14:39 +0000)]
lxc: update to latest git version

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

10 years agomonit: upgrade to 5.6
Luka Perkov [Fri, 24 Jan 2014 00:11:37 +0000 (00:11 +0000)]
monit: upgrade to 5.6

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

10 years agostrongswan: upgrade to 5.1.1
Luka Perkov [Thu, 23 Jan 2014 16:12:01 +0000 (16:12 +0000)]
strongswan: upgrade to 5.1.1

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

10 years agouftp: update to 4.1.4
Stephen Walker [Sun, 19 Jan 2014 21:59:30 +0000 (21:59 +0000)]
uftp: update to 4.1.4

SVN-Revision: 39334

10 years agotransmision: fixup configure, fuzz while at it remove patch fuzz by refreshing patches
Cezary Jackiewicz [Sat, 4 Jan 2014 17:03:21 +0000 (17:03 +0000)]
transmision: fixup configure, fuzz while at it remove patch fuzz by refreshing patches

fixes build warning:
configure: WARNING: unrecognized options: --disable-gtk

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

10 years agogstreamer: update grammar.y to build with bison 3
Luka Perkov [Tue, 31 Dec 2013 00:44:18 +0000 (00:44 +0000)]
gstreamer: update grammar.y to build with bison 3

In gstreamer's gst/parse/grammar.y, YYLEX_PARAM is no longer supported in bison
3. Replace YYLEX_PARAM with %lex-param.

Signed-off-by John Vogel <jvogel4@stny.rr.com>

SVN-Revision: 39182

10 years agopptpd: create /var/etc if it does not exist (#14687)
Felix Fietkau [Sat, 28 Dec 2013 11:32:01 +0000 (11:32 +0000)]
pptpd: create /var/etc if it does not exist (#14687)

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

10 years agopackage haproxy: fix gcc 4.7 warning
Thomas Heil [Fri, 27 Dec 2013 23:37:51 +0000 (23:37 +0000)]
package haproxy: fix gcc 4.7 warning

SVN-Revision: 39172

10 years agodebootstrap: update to 1.0.55
Luka Perkov [Fri, 20 Dec 2013 10:24:47 +0000 (10:24 +0000)]
debootstrap: update to 1.0.55

Signed-off-by: John Vogel <jvogel4@stny.rr.com>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39143

10 years agophp5: upgrade to 5.4.23
Michael Heimpold [Thu, 19 Dec 2013 20:38:39 +0000 (20:38 +0000)]
php5: upgrade to 5.4.23

This upgrades includes a fix for a memory corruption
in openssl_x509_parse() (CVE-2013-6420).

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

10 years agolibzstream: fix build failure by removing pedantic errors
Felix Fietkau [Thu, 19 Dec 2013 13:30:33 +0000 (13:30 +0000)]
libzstream: fix build failure by removing pedantic errors

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

10 years agopackages: znc: update to 1.2
Jonas Gorski [Thu, 19 Dec 2013 11:33:40 +0000 (11:33 +0000)]
packages: znc: update to 1.2

Various fixes and small enhancements as well as the return of the
fakeonline module (now known as modules_online).

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 39136

10 years agomadwifi: add a dependency on hostapd-common-old
Felix Fietkau [Mon, 16 Dec 2013 18:42:47 +0000 (18:42 +0000)]
madwifi: add a dependency on hostapd-common-old

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

10 years agoi2c-tools: update to r6204
Luka Perkov [Sun, 15 Dec 2013 21:12:49 +0000 (21:12 +0000)]
i2c-tools: update to r6204

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

10 years agoi2c-tools: fix TARGET_CPPFLAGS
Luka Perkov [Sun, 15 Dec 2013 21:12:47 +0000 (21:12 +0000)]
i2c-tools: fix TARGET_CPPFLAGS

Fixes #13546 and #13857.

Signed-off-by John Vogel <jvogel4@stny.rr.com>

SVN-Revision: 39069

10 years agostrongswan: add second download mirror
Luka Perkov [Fri, 13 Dec 2013 14:42:56 +0000 (14:42 +0000)]
strongswan: add second download mirror

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 39043

10 years agofix compile errors and upgrade to 1.4.4
Imre Kaloz [Fri, 13 Dec 2013 11:45:51 +0000 (11:45 +0000)]
fix compile errors and upgrade to 1.4.4

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

10 years agocanutils: add package
Luka Perkov [Wed, 11 Dec 2013 10:54:49 +0000 (10:54 +0000)]
canutils: add package

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

10 years agolibsocketcan: add package
Luka Perkov [Wed, 11 Dec 2013 10:54:48 +0000 (10:54 +0000)]
libsocketcan: add package

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

10 years agomtd-utils: add missing dependency
Luka Perkov [Wed, 11 Dec 2013 10:34:57 +0000 (10:34 +0000)]
mtd-utils: add missing dependency

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

10 years agowifitoggle: use ubus call network reload to apply wifi changes (#14587)
Jo-Philipp Wich [Tue, 10 Dec 2013 12:19:18 +0000 (12:19 +0000)]
wifitoggle: use ubus call network reload to apply wifi changes (#14587)

SVN-Revision: 39026

10 years agopackage: haproxy - [PATCH 10/10] MEDIUM: http: add "redirect scheme" to ease HTTP...
Thomas Heil [Fri, 29 Nov 2013 15:28:24 +0000 (15:28 +0000)]
package: haproxy - [PATCH 10/10] MEDIUM: http: add "redirect scheme" to ease HTTP to HTTPS redirection

SVN-Revision: 38945

10 years agorrdtool-1.0.x: make pod2man errors nonfatal (#14479)
Jo-Philipp Wich [Fri, 29 Nov 2013 14:27:22 +0000 (14:27 +0000)]
rrdtool-1.0.x: make pod2man errors nonfatal (#14479)

SVN-Revision: 38944

10 years agoadd compile options against various ssl libraries
Imre Kaloz [Tue, 26 Nov 2013 13:10:57 +0000 (13:10 +0000)]
add compile options against various ssl libraries

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

10 years agoluasocket: ship missing headers.lua
Jo-Philipp Wich [Tue, 26 Nov 2013 12:49:36 +0000 (12:49 +0000)]
luasocket: ship missing headers.lua

SVN-Revision: 38919

10 years agogit: update to 1.8.4.4
Peter Wagner [Thu, 21 Nov 2013 12:57:29 +0000 (12:57 +0000)]
git: update to 1.8.4.4

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

10 years agodovecot: update to 2.2.8
Peter Wagner [Wed, 20 Nov 2013 15:22:27 +0000 (15:22 +0000)]
dovecot: update to 2.2.8

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

10 years agonfs-kernel-server: update to 1.2.9
Peter Wagner [Tue, 19 Nov 2013 19:25:37 +0000 (19:25 +0000)]
nfs-kernel-server: update to 1.2.9

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

10 years agoopenssh: remove ssh and scp symlinks to dropbear when openssh-client is installed...
Peter Wagner [Tue, 19 Nov 2013 01:35:08 +0000 (01:35 +0000)]
openssh: remove ssh and scp symlinks to dropbear when openssh-client is installed and create them again when openssh-client is removed and dropbear is installed

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

10 years agokeepalived: fix compile
Hauke Mehrtens [Sun, 17 Nov 2013 17:09:09 +0000 (17:09 +0000)]
keepalived: fix compile

newer kernels (3.7) split user side headers

should fix: #12875

Should the patch be compatible with older kernels too?
(see https://dev.openwrt.org/ticket/12875#comment:6 )

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

10 years agosend: move patch to right location
Hauke Mehrtens [Sun, 17 Nov 2013 16:26:50 +0000 (16:26 +0000)]
send: move patch to right location

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

10 years agonetatalk: avoid linking against libpam
Peter Wagner [Sun, 17 Nov 2013 15:59:40 +0000 (15:59 +0000)]
netatalk: avoid linking against libpam

fixes bug #14397

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

10 years agoirssi-glib1: delete the package as it's completely outdated and has a lot of bugs...
Peter Wagner [Sun, 17 Nov 2013 15:30:48 +0000 (15:30 +0000)]
irssi-glib1: delete the package as it's completely outdated and has a lot of bugs that got allready fixed upstream in the latest version which depends on glib2

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

10 years agobluelog: update download url
Peter Wagner [Sun, 17 Nov 2013 15:14:01 +0000 (15:14 +0000)]
bluelog: update download url

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

10 years agodovecot: build depends on libiconv
Peter Wagner [Sun, 17 Nov 2013 14:30:44 +0000 (14:30 +0000)]
dovecot: build depends on libiconv

fixes bug #14476

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

10 years agophp5: compile cli/cgi sapi unconditionally
Michael Heimpold [Sat, 16 Nov 2013 22:22:28 +0000 (22:22 +0000)]
php5: compile cli/cgi sapi unconditionally

Compiling php without a sapi does not make much sense and often
people forget to choose one of the both openwrt packages. But this
results in a compile error, so it's better to always compile both
sapis.

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

10 years agophp5: upgrade to 5.4.22
Michael Heimpold [Sat, 16 Nov 2013 22:22:27 +0000 (22:22 +0000)]
php5: upgrade to 5.4.22

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

10 years agoopenssh: remove 110-no_ripemd_fix.patch as ripemd is now supported in openssl the...
Peter Wagner [Sat, 16 Nov 2013 18:47:06 +0000 (18:47 +0000)]
openssh: remove 110-no_ripemd_fix.patch as ripemd is now supported in openssl the patch isn't needed anymore

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

10 years agoThis fixes the Erlang package so that libraries for Erlang can easily be packaged...
Peter Wagner [Fri, 15 Nov 2013 16:25:14 +0000 (16:25 +0000)]
This fixes the Erlang package so that libraries for Erlang can easily be packaged for OpenWRT.

This means:

- static libraries and include files for compiling NIFs are copied in the
build environment to usr/{lib,include}

- crypto is enabled in host Erlang build so that rebar can be used without
further patching

Version is bumped and 101-emulator_includes.patch is modified so that R16B02
compiles correctly.

Signed-off-by: Barnabás Králik <kralikba@msn.com <mailto:kralikba@msn.com> >
SVN-Revision: 38817

10 years agolxc: update to latest git version
Luka Perkov [Thu, 14 Nov 2013 00:08:53 +0000 (00:08 +0000)]
lxc: update to latest git version

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

10 years agomdnsresponder: update to 379.37
Luka Perkov [Tue, 12 Nov 2013 00:34:19 +0000 (00:34 +0000)]
mdnsresponder: update to 379.37

Signed-off-by: Markus Stenberg <markus.stenberg@iki.fi>
SVN-Revision: 38771

10 years agoluavstruct: bump 1.1.4
Steven Barth [Mon, 11 Nov 2013 15:50:43 +0000 (15:50 +0000)]
luavstruct: bump 1.1.4

SVN-Revision: 38739

10 years agoluafilesystem: update to 1.6.2
Steven Barth [Mon, 11 Nov 2013 14:48:39 +0000 (14:48 +0000)]
luafilesystem: update to 1.6.2

SVN-Revision: 38738

10 years agodsniff: depends on libnet0, error didn't showup because both libs where build
Peter Wagner [Sun, 10 Nov 2013 19:06:54 +0000 (19:06 +0000)]
dsniff: depends on libnet0, error didn't showup because both libs where build

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

10 years agodsniff: fix build
Peter Wagner [Sun, 10 Nov 2013 18:18:14 +0000 (18:18 +0000)]
dsniff: fix build

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

10 years agolibnids: also remove not needed patch
Peter Wagner [Sun, 10 Nov 2013 18:13:15 +0000 (18:13 +0000)]
libnids: also remove not needed patch

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

10 years agolibnids: update to 1.24
Peter Wagner [Sun, 10 Nov 2013 18:09:22 +0000 (18:09 +0000)]
libnids: update to 1.24

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

10 years agolibnet1: update to 1.1.6
Peter Wagner [Sun, 10 Nov 2013 18:07:16 +0000 (18:07 +0000)]
libnet1: update to 1.1.6

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

10 years agolibgdbm: update to 1.10
Peter Wagner [Sun, 10 Nov 2013 18:04:54 +0000 (18:04 +0000)]
libgdbm: update to 1.10

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

10 years agogit: update to 1.8.4.3
Peter Wagner [Sat, 9 Nov 2013 15:54:08 +0000 (15:54 +0000)]
git: update to 1.8.4.3

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

10 years agoluasocket: update to 3.0-rc1 + add interface support
Steven Barth [Sat, 9 Nov 2013 11:53:28 +0000 (11:53 +0000)]
luasocket: update to 3.0-rc1 + add interface support

SVN-Revision: 38696

10 years agotor[-alpha] add fix to compile with SSP support
Peter Wagner [Fri, 8 Nov 2013 19:34:44 +0000 (19:34 +0000)]
tor[-alpha] add fix to compile with SSP support

without this fix the compile ends with:

tor-resolve.o: relocation R_MIPS_26 against `puts' can not be used when making a shared objec$
tor-resolve.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[8]: *** [tor-resolve] Error 1

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

10 years agoopenssh: update to 6.4p1
Peter Wagner [Fri, 8 Nov 2013 15:52:08 +0000 (15:52 +0000)]
openssh: update to 6.4p1

This release fixes a security bug:

 * sshd(8): fix a memory corruption problem triggered during rekeying
   when an AES-GCM cipher is selected. Full details of the vulnerability
   are available at: http://www.openssh.com/txt/gcmrekey.adv

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

10 years agotinc: Version bump to 1.0.23
Saverio Proto [Tue, 5 Nov 2013 14:46:18 +0000 (14:46 +0000)]
tinc: Version bump to 1.0.23

With pleasure we announce the release of tinc version 1.0.23. Here is a
summary of the changes:

 * Start authentication immediately on outgoing connections (useful for sslh).

 * Fixed segfault when Name = $HOST but $HOST is not set.

 * Updated the build system and the documentation.

 * Clean up child processes left over from Proxy = exec.

This version of tinc is compatible with 1.0pre8, 1.0 and later, but not
with earlier version of tinc.

Here is a summary of the changes in version 1.0.22:

 * Fixed the combination of Mode = router and DeviceType = tap.

 * The $NAME variable is now set in subnet-up/down scripts.

 * Tinc now gives an error when unknown options are given on the command line.

 * Tinc now correctly handles a space between a short command line option and
   an optional argument.

SVN-Revision: 38653

10 years agodovecot: update to 2.2.7
Peter Wagner [Sun, 3 Nov 2013 21:27:12 +0000 (21:27 +0000)]
dovecot: update to 2.2.7

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

10 years agomcabber, loudmouth: add myself as maintainer
Peter Wagner [Wed, 30 Oct 2013 22:04:15 +0000 (22:04 +0000)]
mcabber, loudmouth: add myself as maintainer

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

10 years agolibotr: simplify Makefile and add myself as maintainer
Peter Wagner [Wed, 30 Oct 2013 22:03:37 +0000 (22:03 +0000)]
libotr: simplify Makefile and add myself as maintainer

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

10 years agovsftpd: avoid linking against libpam
Cezary Jackiewicz [Wed, 30 Oct 2013 06:37:59 +0000 (06:37 +0000)]
vsftpd: avoid linking against libpam

SVN-Revision: 38586

10 years agoadd mcabber
Peter Wagner [Wed, 30 Oct 2013 01:19:13 +0000 (01:19 +0000)]
add mcabber

mcabber is a small Jabber console client.
 mcabber includes features such as SASL/SSL/TLS support, MUC (Multi-User Chat)
support,   history logging, command completion, OpenPGP encryption,
OTR (Off-the-Record  Messaging) support, dynamic modules and external action triggers.

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

10 years agolibpgme: add gnupg dependency again
Peter Wagner [Wed, 30 Oct 2013 01:16:59 +0000 (01:16 +0000)]
libpgme: add gnupg dependency again

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

10 years agogpgme: update to 1.4.3
Peter Wagner [Wed, 30 Oct 2013 01:14:25 +0000 (01:14 +0000)]
gpgme: update to 1.4.3

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

10 years agoadd loudmouth need for mcabber (follows soon)
Peter Wagner [Wed, 30 Oct 2013 01:10:32 +0000 (01:10 +0000)]
add loudmouth need for mcabber (follows soon)

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

10 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

10 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

10 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

10 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

10 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

10 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

10 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

10 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

10 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

10 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

10 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

10 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

10 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

10 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

10 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

10 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