Commit Graph

656 Commits

Author SHA1 Message Date
sbyx 7125253fd1 Merge pull request #113 from hnyman/haveged
haveged: import from oldpackages
2014-07-22 18:01:30 +02:00
Hannu Nyman 7913f64cec haveged: add maintainer.
Also  bump PKG_RELEASE and remove old id line
2014-07-22 18:15:58 +03:00
Roger f62794a7f0 add mjpg-streamer
add myself as maintainer
add UCI HTTP authentication

Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-07-22 10:15:11 -05:00
Hannu Nyman fce33219bf haveged: import from oldpackages. no changes 2014-07-22 18:12:13 +03:00
Marcel Denia d94b738420 lang/perl: Use target headers for external modules
Before, external modules actually used host-perl headers.
Aside from obviously being the wrong thing to do, it made them misbehave if
host and target architectures differ too much.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-22 16:21:38 +02:00
Marcel Denia 51850177b9 lang/perl: Install target headers to staging directory
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-22 16:18:54 +02:00
Marcel Denia 9e9110eff7 lang/perl: Adjust some leftover x86_64 configuration symbols
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-22 16:18:54 +02:00
Marcel Denia a1993737aa lang/perl: Make I8/I16/I32 types explicitly signed for ARM
Type signedness is undefined for char. char may actually be unsigned for
some CPUs.
This fixes various bugs on ARM, for example negative array indices.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-22 16:18:46 +02:00
Christian Pointner 45d4c1b288 reenabled libgcrypt and make it the default again
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
2014-07-22 00:17:44 +02:00
Uwe Kleine-König d1f21a7ad6 net/iodine: grab maintainership and add license info
Signed-off-by: Uwe Kleine-König <uwe+openwrt@kleine-koenig.org>
2014-07-21 21:29:40 +02:00
Uwe Kleine-König 7d5784fc51 net/iodine: upgrade to version 0.7.0
This is compatible to 0.6.0-rc1 client and servers and fixes an
authentication bypass bug (CVE-2014-4168).

Signed-off-by: Uwe Kleine-König <uwe+openwrt@kleine-koenig.org>
2014-07-21 21:29:40 +02:00
Uwe Kleine-König f22fc16043 net/iodine: import from old packages
No further changes.
2014-07-21 21:29:34 +02:00
Nikos Mavrogiannopoulos 65718af1fc openconnect: updated description
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-07-21 19:13:39 +02:00
sbyx e5f7b9a21a Merge pull request #110 from hnyman/vsftpd
Vsftpd: import from oldpackages
2014-07-21 19:03:03 +02:00
Hannu Nyman add53caa84 vsftpd: Add TLS/SSL example options. Bump PKG_RELEASE and copyright year.
I did not define myself as the maintainer, as the package already had one.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2014-07-21 19:46:34 +03:00
Hannu Nyman aff2e9e764 vsftpd: import from oldpackages. No changes. 2014-07-21 19:40:36 +03:00
Thomas Heil bbfeac7e06 haproxy: fixes from upstream
[PATCH 6/6] BUG/MEDIUM: connection: fix proxy v2 header again!

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-07-21 17:57:31 +02:00
Steven Barth 08ae493776 l2tpv3tun: remove due to being deprecated
Signed-off-by: Steven Barth <steven@midlink.org>
2014-07-21 16:55:19 +02:00
sbyx ecaa0c4f1d Merge pull request #109 from hnyman/add-ccrypt
ccrypt: import from oldpackages.
2014-07-21 16:44:07 +02:00
sbyx cbfba10210 Merge pull request #53 from heil/prosody
prosody: import from packages, add myself as the maintainer
2014-07-21 16:39:08 +02:00
W. Michael Petullo 715be8ddc5 luasec: update URL, as it previously pointed into a redirect
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-21 16:37:13 +02:00
Hannu Nyman 794a497f35 ccrypt: import from oldpackages.
Copyright year and PKG_RELEASE updated, added myself as maintainer.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2014-07-21 17:31:06 +03:00
W. Michael Petullo f226e1620f Copy luasec package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-21 16:23:19 +02:00
sbyx db8d18e1f6 Merge pull request #96 from medaved/master
Update minidlna to 1.1.3 version
2014-07-21 15:03:18 +02:00
medaved 5d65cd1df5 Update minidlna to 1.1.3 version 2014-07-21 16:10:59 +04:00
sbyx a947c92a3c Merge pull request #108 from currywurst76/master
Imports giflib & tiff from oldpackages.
2014-07-21 13:34:23 +02:00
Marcel Denia e04bd7368a lang/perl: Override CCFLAGS configuration symbol in perlmod
This makes external perl modules compile their native code with the
correct CFLAGS, not with the one host-perl is using.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-21 03:29:17 +02:00
Marcel Denia 8f8698ad20 lang/perl: Filter -g3 in TARGET_CFLAGS
-g3 will make the build fail in Compress-Raw-Zlib with
  ld: final link failed: Memory exhausted
This bug is actually documented[1] and fixed by filtering that flag. Since
we're passing CFLAGS manually, we need to do the same to make things work.
I suspect that this is actually a linker or library bug, but for now let's
just replicate the official fix.

[1] https://rt.cpan.org/Public/Bug/Display.html?id=88936

Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-21 03:29:17 +02:00
medaved d0c9861bcf Delete Makefile~ 2014-07-21 00:41:12 +04:00
Oliver Ertl 2ebd144735 inport tiff from oldpackages, refresh patches and add myself and maintainer
Signed-off-by: Oliver Ertl <oliver-ertl@t-online.de>
2014-07-20 13:16:29 +02:00
Oliver Ertl e7d2488e51 import giflib from oldpackages, update to 5.1.0 and add myself as maintainer
Signed-off-by: Oliver Ertl <oliver-ertl@t-online.de>
2014-07-20 12:23:38 +02:00
sbyx 5092ba6780 Merge pull request #107 from Naoir/perl-x86_64
perl: Add x86_64 support
2014-07-20 08:57:35 +02:00
Marcel Denia 8b5c73e859 lang/perl: Bump PKG_RELEASE
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-20 05:18:11 +02:00
Marcel Denia 1032e88566 lang/perl: Upgrade x86_64 cppsymbols configuration symbol
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-20 05:18:04 +02:00
Marcel Denia 3dc41445fa lang/perl: Upgrade most x86_64 configuration symbols to match a 64-bit environment
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-20 05:17:49 +02:00
Marcel Denia 98f601e870 lang/perl: Add x86_64 config based on i486 config
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-07-20 05:17:44 +02:00
Jonas Gorski 272014632f znc: update to 1.4
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2014-07-19 17:20:36 +02:00
Jonas Gorski 6a9cdf5d93 znc: copy from old packages and add PKG_LICENSE
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
2014-07-19 17:20:24 +02:00
Jiri Slachta f6d2c55587 libxslt: import from oldpackages
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-07-19 16:20:05 +02:00
Jonathan McCrohan a5ccfeaafe mtr: import from old packages
update from v0.82 to v0.85

set myself as maintainer

drop out of date patches:
patches/520-libresolv_fix.patch
patches/521-gtk_fix.patch

backport 25a2456 from upstream to fix glib dependency issue:
patches/521-glib-dependency-fixes.patch

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2014-07-19 14:18:37 +01:00
W. Michael Petullo 57b3bffa8c Copy luasocket package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00
W. Michael Petullo 7dff39a10f Copy luafilesystem package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00
W. Michael Petullo 1928e54f22 Copy libtheora package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00
W. Michael Petullo 204954111f libgpg-error: update to 1.12
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00
W. Michael Petullo 219a457696 Copy libgpg-error package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00
W. Michael Petullo 45150b3585 Copy libmpeg2 package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00
W. Michael Petullo d81d7ebe5e Copy liboil package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00
W. Michael Petullo d32053b1a4 luaexpat: update to 1.2.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00
W. Michael Petullo 2576665677 Copy luaexpat package from old repository
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00
W. Michael Petullo 9b3a76017c lighttpd: update to 1.4.35
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-07-19 14:08:11 +02:00