packages.git
10 years agocmus: fix configure checks against host files
jow [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39417 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomxml: Update package source URL
jow [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39416 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agocups: Update package source URL
jow [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39415 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoshadow: add missing build dependency
jow [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39414 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39413 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39410 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] lxc: lxc-lua depends on luafilesystem
luka [Sun, 26 Jan 2014 01:08:40 +0000 (01:08 +0000)]
[packages] lxc: lxc-lua depends on luafilesystem

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39398 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] lxc: update to latest git version
luka [Fri, 24 Jan 2014 14:39:04 +0000 (14:39 +0000)]
[packages] lxc: update to latest git version

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39386 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] monit: upgrade to 5.6
luka [Fri, 24 Jan 2014 00:11:37 +0000 (00:11 +0000)]
[packages] monit: upgrade to 5.6

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39381 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] strongswan: upgrade to 5.1.1
luka [Thu, 23 Jan 2014 16:12:01 +0000 (16:12 +0000)]
[packages] strongswan: upgrade to 5.1.1

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39377 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] uftp: update to 4.1.4
swalker [Sun, 19 Jan 2014 21:59:30 +0000 (21:59 +0000)]
[packages] uftp: update to 4.1.4

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39334 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] transmision: fixup configure, fuzz
obsy [Sat, 4 Jan 2014 17:03:21 +0000 (17:03 +0000)]
[packages] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39199 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] gstreamer: update grammar.y to build with bison 3
luka [Tue, 31 Dec 2013 00:44:18 +0000 (00:44 +0000)]
[packages] 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>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39182 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agopptpd: create /var/etc if it does not exist (#14687)
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39175 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39172 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] debootstrap: update to 1.0.55
luka [Fri, 20 Dec 2013 10:24:47 +0000 (10:24 +0000)]
[packages] debootstrap: update to 1.0.55

Signed-off-by: John Vogel <jvogel4@stny.rr.com>
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39143 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] php5: upgrade to 5.4.23
mhei [Thu, 19 Dec 2013 20:38:39 +0000 (20:38 +0000)]
[packages] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39140 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolibzstream: fix build failure by removing pedantic errors
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39137 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agopackages: znc: update to 1.2
jogo [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39136 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agomadwifi: add a dependency on hostapd-common-old
nbd [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39104 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] i2c-tools: update to r6204
luka [Sun, 15 Dec 2013 21:12:49 +0000 (21:12 +0000)]
[packages] i2c-tools: update to r6204

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39070 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] i2c-tools: fix TARGET_CPPFLAGS
luka [Sun, 15 Dec 2013 21:12:47 +0000 (21:12 +0000)]
[packages] i2c-tools: fix TARGET_CPPFLAGS

Fixes #13546 and #13857.

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39069 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] strongswan: add second download mirror
luka [Fri, 13 Dec 2013 14:42:56 +0000 (14:42 +0000)]
[packages] strongswan: add second download mirror

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39043 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39042 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] canutils: add package
luka [Wed, 11 Dec 2013 10:54:49 +0000 (10:54 +0000)]
[packages] canutils: add package

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39031 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] libsocketcan: add package
luka [Wed, 11 Dec 2013 10:54:48 +0000 (10:54 +0000)]
[packages] libsocketcan: add package

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39030 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] mtd-utils: add missing dependency
luka [Wed, 11 Dec 2013 10:34:57 +0000 (10:34 +0000)]
[packages] mtd-utils: add missing dependency

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39029 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39026 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agopackage: haproxy - [PATCH 10/10] MEDIUM: http: add "redirect scheme" to ease HTTP to
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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@38945 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@38944 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[coova-chilli]: add compile options against various ssl libraries
kaloz [Tue, 26 Nov 2013 13:10:57 +0000 (13:10 +0000)]
[coova-chilli]: add compile options against various ssl libraries

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38920 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@38919 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] git: update to 1.8.4.4
tripolar [Thu, 21 Nov 2013 12:57:29 +0000 (12:57 +0000)]
[packages] git: update to 1.8.4.4

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38887 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] dovecot: update to 2.2.8
tripolar [Wed, 20 Nov 2013 15:22:27 +0000 (15:22 +0000)]
[packages] dovecot: update to 2.2.8

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38877 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] nfs-kernel-server: update to 1.2.9
tripolar [Tue, 19 Nov 2013 19:25:37 +0000 (19:25 +0000)]
[packages] nfs-kernel-server: update to 1.2.9

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38869 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] openssh: remove ssh and scp symlinks to dropbear when openssh-client is
tripolar [Tue, 19 Nov 2013 01:35:08 +0000 (01:35 +0000)]
[packages] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38864 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[package] keepalived: fix compile
hauke [Sun, 17 Nov 2013 17:09:09 +0000 (17:09 +0000)]
[package] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38841 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agosend: move patch to right location
hauke [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38839 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] netatalk: avoid linking against libpam
tripolar [Sun, 17 Nov 2013 15:59:40 +0000 (15:59 +0000)]
[packages] netatalk: avoid linking against libpam

fixes bug #14397

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38836 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] irssi-glib1: delete the package as it's completely outdated and has a lot
tripolar [Sun, 17 Nov 2013 15:30:48 +0000 (15:30 +0000)]
[packages] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38832 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] bluelog: update download url
tripolar [Sun, 17 Nov 2013 15:14:01 +0000 (15:14 +0000)]
[packages] bluelog: update download url

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38831 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[pacakges] dovecot: build depends on libiconv
tripolar [Sun, 17 Nov 2013 14:30:44 +0000 (14:30 +0000)]
[pacakges] dovecot: build depends on libiconv

fixes bug #14476

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38830 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] php5: compile cli/cgi sapi unconditionally
mhei [Sat, 16 Nov 2013 22:22:28 +0000 (22:22 +0000)]
[packages] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38825 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] php5: upgrade to 5.4.22
mhei [Sat, 16 Nov 2013 22:22:27 +0000 (22:22 +0000)]
[packages] php5: upgrade to 5.4.22

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38824 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] openssh: remove 110-no_ripemd_fix.patch as ripemd is now supported
tripolar [Sat, 16 Nov 2013 18:47:06 +0000 (18:47 +0000)]
[packages] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38821 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agoThis fixes the Erlang package so that libraries for Erlang can easily be
tripolar [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> >
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38817 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] lxc: update to latest git version
luka [Thu, 14 Nov 2013 00:08:53 +0000 (00:08 +0000)]
[packages] lxc: update to latest git version

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38798 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] mdnsresponder: update to 379.37
luka [Tue, 12 Nov 2013 00:34:19 +0000 (00:34 +0000)]
[packages] mdnsresponder: update to 379.37

Signed-off-by: Markus Stenberg <markus.stenberg@iki.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38771 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@38739 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@38738 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38711 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] dsniff: fix build
tripolar [Sun, 10 Nov 2013 18:18:14 +0000 (18:18 +0000)]
[packages] dsniff: fix build

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38710 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] libnids: also remove not needed patch
tripolar [Sun, 10 Nov 2013 18:13:15 +0000 (18:13 +0000)]
[packages] libnids: also remove not needed patch

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38709 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] libnids: update to 1.24
tripolar [Sun, 10 Nov 2013 18:09:22 +0000 (18:09 +0000)]
[packages] libnids: update to 1.24

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38708 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] libnet1: update to 1.1.6
tripolar [Sun, 10 Nov 2013 18:07:16 +0000 (18:07 +0000)]
[packages] libnet1: update to 1.1.6

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38707 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] libgdbm: update to 1.10
tripolar [Sun, 10 Nov 2013 18:04:54 +0000 (18:04 +0000)]
[packages] libgdbm: update to 1.10

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38706 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] git: update to 1.8.4.3
tripolar [Sat, 9 Nov 2013 15:54:08 +0000 (15:54 +0000)]
[packages] git: update to 1.8.4.3

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38697 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@38696 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] tor[-alpha] add fix to compile with SSP support
tripolar [Fri, 8 Nov 2013 19:34:44 +0000 (19:34 +0000)]
[packages] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38694 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] openssh: update to 6.4p1
tripolar [Fri, 8 Nov 2013 15:52:08 +0000 (15:52 +0000)]
[packages] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38693 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] tinc: Version bump to 1.0.23
zioproto [Tue, 5 Nov 2013 14:46:18 +0000 (14:46 +0000)]
[packages] 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.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@38653 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] dovecot: update to 2.2.7
tripolar [Sun, 3 Nov 2013 21:27:12 +0000 (21:27 +0000)]
[packages] dovecot: update to 2.2.7

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38641 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] mcabber, loudmouth: add myself as maintainer
tripolar [Wed, 30 Oct 2013 22:04:15 +0000 (22:04 +0000)]
[packages] mcabber, loudmouth: add myself as maintainer

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38623 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38622 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] vsftpd: avoid linking against libpam
obsy [Wed, 30 Oct 2013 06:37:59 +0000 (06:37 +0000)]
[packages] vsftpd: avoid linking against libpam

git-svn-id: svn://svn.openwrt.org/openwrt/packages@38586 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] add mcabber
tripolar [Wed, 30 Oct 2013 01:19:13 +0000 (01:19 +0000)]
[packages] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38585 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] libpgme: add gnupg dependency again
tripolar [Wed, 30 Oct 2013 01:16:59 +0000 (01:16 +0000)]
[packages] libpgme: add gnupg dependency again

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38584 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] gpgme: update to 1.4.3
tripolar [Wed, 30 Oct 2013 01:14:25 +0000 (01:14 +0000)]
[packages] gpgme: update to 1.4.3

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38583 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] add loudmouth need for mcabber (follows soon)
tripolar [Wed, 30 Oct 2013 01:10:32 +0000 (01:10 +0000)]
[packages] add loudmouth need for mcabber (follows soon)

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38582 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] git: update to 1.8.4.2
tripolar [Wed, 30 Oct 2013 01:08:24 +0000 (01:08 +0000)]
[packages] git: update to 1.8.4.2

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38581 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] add libotr package
tripolar [Wed, 30 Oct 2013 01:02:15 +0000 (01:02 +0000)]
[packages] add libotr package

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38580 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@38569 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[curl]: enable compile against axTLS and CyaSSL
kaloz [Mon, 28 Oct 2013 10:02:47 +0000 (10:02 +0000)]
[curl]: enable compile against axTLS and CyaSSL

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38556 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[axtls]: upgrade to 1.4.9
kaloz [Mon, 28 Oct 2013 09:57:59 +0000 (09:57 +0000)]
[axtls]: upgrade to 1.4.9

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38555 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] ddns-scripts:
tripolar [Sun, 27 Oct 2013 22:12:10 +0000 (22:12 +0000)]
[packages] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38548 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] grep: simplify package remove
tripolar [Sat, 26 Oct 2013 16:09:40 +0000 (16:09 +0000)]
[packages] grep: simplify package remove

git-svn-id: svn://svn.openwrt.org/openwrt/packages@38543 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] add gnu grep
tripolar [Sat, 26 Oct 2013 16:05:56 +0000 (16:05 +0000)]
[packages] add gnu grep

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38542 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] proftpd avoid linking against libpam
tripolar [Thu, 24 Oct 2013 11:38:27 +0000 (11:38 +0000)]
[packages] proftpd avoid linking against libpam

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38527 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38526 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agolibpam: remove autoreconf call from configure macro
jow [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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@38525 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] openssh-server-pam: simplify install
tripolar [Tue, 22 Oct 2013 17:26:39 +0000 (17:26 +0000)]
[packages] openssh-server-pam: simplify install

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38497 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] openssh-server-pam: set options correctly in sshd_config when openssh...
tripolar [Tue, 22 Oct 2013 13:09:28 +0000 (13:09 +0000)]
[packages] openssh-server-pam: set options correctly in sshd_config when openssh-server-pam is used

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38495 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] add openssh-server-pam
tripolar [Tue, 22 Oct 2013 01:12:31 +0000 (01:12 +0000)]
[packages] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38494 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] google-authenticator
tripolar [Tue, 22 Oct 2013 00:57:54 +0000 (00:57 +0000)]
[packages] google-authenticator

rename patch

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38493 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] add google-authenticator
tripolar [Tue, 22 Oct 2013 00:55:46 +0000 (00:55 +0000)]
[packages] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38492 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] add libqrencode
tripolar [Tue, 22 Oct 2013 00:54:06 +0000 (00:54 +0000)]
[packages] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38491 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] libpam: add default rules
tripolar [Tue, 22 Oct 2013 00:50:21 +0000 (00:50 +0000)]
[packages] libpam: add default rules
thanks DkSoul for the patch

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38490 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years ago[packages] libpam update to 1.1.8
tripolar [Mon, 21 Oct 2013 22:25:49 +0000 (22:25 +0000)]
[packages] libpam update to 1.1.8
remove broken flag and refresh patches

Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38489 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agopackages: haveged: upgrade to 1.7c
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38485 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agopackages: xupnpd: add new package
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38481 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agopackages: shflags: Fix getting sources
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38480 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agopackages: alpine: new package
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38479 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agopackages: ser2net: bump to 2.9.1
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38478 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agopackages: remotefs: update remotefs, change to repo to git
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38477 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agopackages: uob-nomad: fix compilation
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38476 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agopackages: loop-aes: update to loop-aes 3.7a
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38475 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agopackages: libshout: update libshout to 2.3.1, refresh patches
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38474 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agopackages: libshout: fix libshout compile
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38473 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agopackages: wifidog: update to 20130917 version
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38472 3c298f89-4303-0410-b956-a3cf2f4a3e73

10 years agopackages: zabbix: update to version 2.0.8
juhosg [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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38471 3c298f89-4303-0410-b956-a3cf2f4a3e73