]> git.99rst.org Git - openwrt-packages.git/log
openwrt-packages.git
12 years agoglib2: fix compilation in my fedora20 mock
Etienne CHAMPETIER [Wed, 16 Jul 2014 19:07:34 +0000 (21:07 +0200)]
glib2: fix compilation in my fedora20 mock

see #72

Signed-off-by: Etienne CHAMPETIER <redacted>
12 years agosqlite3: update to 3.8.5
Etienne CHAMPETIER [Tue, 22 Jul 2014 22:20:48 +0000 (00:20 +0200)]
sqlite3: update to 3.8.5

Signed-off-by: Etienne CHAMPETIER <redacted>
12 years agozabbix: update to 2.2.5, refresh patches
Etienne CHAMPETIER [Tue, 22 Jul 2014 22:12:22 +0000 (00:12 +0200)]
zabbix: update to 2.2.5, refresh patches

Signed-off-by: Etienne CHAMPETIER <redacted>
12 years agochange my email address
Etienne CHAMPETIER [Tue, 22 Jul 2014 21:58:50 +0000 (23:58 +0200)]
change my email address

12 years agoSplit README in README.md and CONTRIBUTING.md
Etienne CHAMPETIER [Tue, 22 Jul 2014 22:53:35 +0000 (00:53 +0200)]
Split README in README.md and CONTRIBUTING.md
see https://github.com/blog/1184-contributing-guidelines

Signed-off-by: Etienne CHAMPETIER <redacted>
12 years agoImport aria2 from oldpackages, update to 1.18.7
Cezary Jackiewicz [Tue, 22 Jul 2014 20:38:10 +0000 (22:38 +0200)]
Import aria2 from oldpackages, update to 1.18.7

12 years agoCleanup Makefile edit, add back lost cut-n-paste in init script
Ted Hess [Tue, 22 Jul 2014 19:42:23 +0000 (15:42 -0400)]
Cleanup Makefile edit, add back lost cut-n-paste in init script

Signed-off-by: Ted Hess <redacted>
12 years agolibv4l: Import from oldpackages, upgrade to 1.2.1, fix build
Ted Hess [Tue, 22 Jul 2014 19:23:25 +0000 (15:23 -0400)]
libv4l: Import from oldpackages, upgrade to 1.2.1, fix build
    Update copyright, license info, add myself as pkg maintainer

Signed-off-by: Ted Hess <redacted>
12 years agomjpg-streamer: Upgrade to r182, update copyright and license info
Ted Hess [Tue, 22 Jul 2014 19:10:36 +0000 (15:10 -0400)]
mjpg-streamer: Upgrade to r182, update copyright and license info
    Add options for using libv4l (controls) and installing additional plugins
    Download and use latest cambozola.jar if Web UI selected

Signed-off-by: Ted Hess <redacted>
12 years agoImport argp-standalone from oldpackages, update copyright, and license info
Ted Hess [Tue, 22 Jul 2014 18:38:28 +0000 (14:38 -0400)]
Import argp-standalone from oldpackages, update copyright, and license info

Signed-off-by: Ted Hess <redacted>
12 years agoMerge pull request #111 from equinox0815/uanytun-gcrypt
sbyx [Tue, 22 Jul 2014 16:05:20 +0000 (18:05 +0200)]
Merge pull request #111 from equinox0815/uanytun-gcrypt

reenabled libgcrypt and make it the default again

12 years agoMerge pull request #112 from ukleinek/master
sbyx [Tue, 22 Jul 2014 16:03:59 +0000 (18:03 +0200)]
Merge pull request #112 from ukleinek/master

Move iodine to new packages.git, upgrade version to fix authorization bypass, grab maintainership

12 years agoMerge pull request #114 from roger-/master
sbyx [Tue, 22 Jul 2014 16:02:53 +0000 (18:02 +0200)]
Merge pull request #114 from roger-/master

add mjpg-streamer

12 years agoMerge pull request #113 from hnyman/haveged
sbyx [Tue, 22 Jul 2014 16:01:30 +0000 (18:01 +0200)]
Merge pull request #113 from hnyman/haveged

haveged: import from oldpackages

12 years agohaveged: add maintainer.
Hannu Nyman [Tue, 22 Jul 2014 15:15:58 +0000 (18:15 +0300)]
haveged: add maintainer.
Also  bump PKG_RELEASE and remove old id line

12 years agoadd mjpg-streamer
Roger [Tue, 22 Jul 2014 15:15:11 +0000 (10:15 -0500)]
add mjpg-streamer

add myself as maintainer
add UCI HTTP authentication

Signed-off-by: Roger D <redacted>
12 years agohaveged: import from oldpackages. no changes
Hannu Nyman [Tue, 22 Jul 2014 15:12:13 +0000 (18:12 +0300)]
haveged: import from oldpackages. no changes

12 years agolang/perl: Use target headers for external modules
Marcel Denia [Tue, 22 Jul 2014 14:15:52 +0000 (16:15 +0200)]
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 <redacted>
12 years agolang/perl: Install target headers to staging directory
Marcel Denia [Tue, 22 Jul 2014 14:14:57 +0000 (16:14 +0200)]
lang/perl: Install target headers to staging directory

Signed-off-by: Marcel Denia <redacted>
12 years agolang/perl: Adjust some leftover x86_64 configuration symbols
Marcel Denia [Tue, 22 Jul 2014 14:14:20 +0000 (16:14 +0200)]
lang/perl: Adjust some leftover x86_64 configuration symbols

Signed-off-by: Marcel Denia <redacted>
12 years agolang/perl: Make I8/I16/I32 types explicitly signed for ARM
Marcel Denia [Tue, 22 Jul 2014 00:32:42 +0000 (02:32 +0200)]
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 <redacted>
12 years agoreenabled libgcrypt and make it the default again
Christian Pointner [Mon, 21 Jul 2014 21:25:52 +0000 (23:25 +0200)]
reenabled libgcrypt and make it the default again

Signed-off-by: Christian Pointner <redacted>
12 years agonet/iodine: grab maintainership and add license info
Uwe Kleine-König [Mon, 21 Jul 2014 19:29:21 +0000 (21:29 +0200)]
net/iodine: grab maintainership and add license info

Signed-off-by: Uwe Kleine-König <redacted>
12 years agonet/iodine: upgrade to version 0.7.0
Uwe Kleine-König [Mon, 7 Jul 2014 08:37:53 +0000 (10:37 +0200)]
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 <redacted>
12 years agonet/iodine: import from old packages
Uwe Kleine-König [Mon, 21 Jul 2014 19:08:33 +0000 (21:08 +0200)]
net/iodine: import from old packages

No further changes.

12 years agoopenconnect: updated description
Nikos Mavrogiannopoulos [Mon, 21 Jul 2014 17:12:31 +0000 (19:12 +0200)]
openconnect: updated description

Signed-off-by: Nikos Mavrogiannopoulos <redacted>
12 years agoMerge pull request #110 from hnyman/vsftpd
sbyx [Mon, 21 Jul 2014 17:03:03 +0000 (19:03 +0200)]
Merge pull request #110 from hnyman/vsftpd

Vsftpd: import from oldpackages

12 years agovsftpd: Add TLS/SSL example options. Bump PKG_RELEASE and copyright year.
Hannu Nyman [Mon, 21 Jul 2014 16:46:34 +0000 (19:46 +0300)]
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 <redacted>
12 years agovsftpd: import from oldpackages. No changes.
Hannu Nyman [Mon, 21 Jul 2014 16:40:36 +0000 (19:40 +0300)]
vsftpd: import from oldpackages. No changes.

12 years agohaproxy: fixes from upstream
Thomas Heil [Mon, 21 Jul 2014 15:57:31 +0000 (17:57 +0200)]
haproxy: fixes from upstream

[PATCH 6/6] BUG/MEDIUM: connection: fix proxy v2 header again!

Signed-off-by: Thomas Heil <redacted>
12 years agol2tpv3tun: remove due to being deprecated
Steven Barth [Mon, 21 Jul 2014 14:54:56 +0000 (16:54 +0200)]
l2tpv3tun: remove due to being deprecated

Signed-off-by: Steven Barth <redacted>
12 years agoMerge pull request #109 from hnyman/add-ccrypt
sbyx [Mon, 21 Jul 2014 14:44:07 +0000 (16:44 +0200)]
Merge pull request #109 from hnyman/add-ccrypt

ccrypt: import from oldpackages.

12 years agoMerge pull request #53 from heil/prosody
sbyx [Mon, 21 Jul 2014 14:39:08 +0000 (16:39 +0200)]
Merge pull request #53 from heil/prosody

prosody: import from packages, add myself as the maintainer

12 years agoluasec: update URL, as it previously pointed into a redirect
W. Michael Petullo [Sat, 19 Jul 2014 14:16:37 +0000 (10:16 -0400)]
luasec: update URL, as it previously pointed into a redirect

Signed-off-by: W. Michael Petullo <redacted>
12 years agoccrypt: import from oldpackages.
Hannu Nyman [Mon, 21 Jul 2014 14:31:06 +0000 (17:31 +0300)]
ccrypt: import from oldpackages.
Copyright year and PKG_RELEASE updated, added myself as maintainer.
Signed-off-by: Hannu Nyman <redacted>
12 years agoCopy luasec package from old repository
W. Michael Petullo [Thu, 17 Jul 2014 22:37:56 +0000 (18:37 -0400)]
Copy luasec package from old repository

Signed-off-by: W. Michael Petullo <redacted>
12 years agoMerge pull request #96 from medaved/master
sbyx [Mon, 21 Jul 2014 13:03:18 +0000 (15:03 +0200)]
Merge pull request #96 from medaved/master

Update minidlna to 1.1.3 version

12 years agoUpdate minidlna to 1.1.3 version
medaved [Mon, 21 Jul 2014 12:10:59 +0000 (16:10 +0400)]
Update minidlna to 1.1.3 version

12 years agoMerge pull request #108 from currywurst76/master
sbyx [Mon, 21 Jul 2014 11:34:23 +0000 (13:34 +0200)]
Merge pull request #108 from currywurst76/master

Imports giflib & tiff from oldpackages.

12 years agolang/perl: Override CCFLAGS configuration symbol in perlmod
Marcel Denia [Mon, 21 Jul 2014 01:25:55 +0000 (03:25 +0200)]
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 <redacted>
12 years agolang/perl: Filter -g3 in TARGET_CFLAGS
Marcel Denia [Mon, 21 Jul 2014 01:16:27 +0000 (03:16 +0200)]
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 <redacted>
12 years agoDelete Makefile~
medaved [Sun, 20 Jul 2014 20:41:12 +0000 (00:41 +0400)]
Delete Makefile~

12 years agoinport tiff from oldpackages, refresh patches and add myself and maintainer
Oliver Ertl [Sun, 20 Jul 2014 11:16:29 +0000 (13:16 +0200)]
inport tiff from oldpackages, refresh patches and add myself and maintainer

Signed-off-by: Oliver Ertl <redacted>
12 years agoimport giflib from oldpackages, update to 5.1.0 and add myself as maintainer
Oliver Ertl [Sun, 20 Jul 2014 10:19:10 +0000 (12:19 +0200)]
import giflib from oldpackages, update to 5.1.0 and add myself as maintainer

Signed-off-by: Oliver Ertl <redacted>
12 years agoMerge pull request #107 from Naoir/perl-x86_64
sbyx [Sun, 20 Jul 2014 06:57:35 +0000 (08:57 +0200)]
Merge pull request #107 from Naoir/perl-x86_64

perl: Add x86_64 support

12 years agolang/perl: Bump PKG_RELEASE
Marcel Denia [Sun, 20 Jul 2014 03:16:59 +0000 (05:16 +0200)]
lang/perl: Bump PKG_RELEASE

Signed-off-by: Marcel Denia <redacted>
12 years agolang/perl: Upgrade x86_64 cppsymbols configuration symbol
Marcel Denia [Sun, 20 Jul 2014 01:35:07 +0000 (03:35 +0200)]
lang/perl: Upgrade x86_64 cppsymbols configuration symbol

Signed-off-by: Marcel Denia <redacted>
12 years agolang/perl: Upgrade most x86_64 configuration symbols to match a 64-bit environment
Marcel Denia [Sun, 20 Jul 2014 01:15:17 +0000 (03:15 +0200)]
lang/perl: Upgrade most x86_64 configuration symbols to match a 64-bit environment

Signed-off-by: Marcel Denia <redacted>
12 years agolang/perl: Add x86_64 config based on i486 config
Marcel Denia [Sat, 19 Jul 2014 23:44:45 +0000 (01:44 +0200)]
lang/perl: Add x86_64 config based on i486 config

Signed-off-by: Marcel Denia <redacted>
12 years agoznc: update to 1.4
Jonas Gorski [Sat, 19 Jul 2014 15:05:54 +0000 (17:05 +0200)]
znc: update to 1.4

Signed-off-by: Jonas Gorski <redacted>
12 years agoznc: copy from old packages and add PKG_LICENSE
Jonas Gorski [Sat, 19 Jul 2014 15:12:17 +0000 (17:12 +0200)]
znc: copy from old packages and add PKG_LICENSE

Signed-off-by: Jonas Gorski <redacted>
12 years agolibxslt: import from oldpackages
Jiri Slachta [Sat, 19 Jul 2014 14:20:05 +0000 (16:20 +0200)]
libxslt: import from oldpackages

Signed-off-by: Jiri Slachta <redacted>
12 years agomtr: import from old packages
Jonathan McCrohan [Sat, 19 Jul 2014 13:18:37 +0000 (14:18 +0100)]
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 <redacted>
12 years agoCopy luasocket package from old repository
W. Michael Petullo [Thu, 17 Jul 2014 22:41:01 +0000 (18:41 -0400)]
Copy luasocket package from old repository

Signed-off-by: W. Michael Petullo <redacted>
12 years agoCopy luafilesystem package from old repository
W. Michael Petullo [Thu, 17 Jul 2014 22:37:44 +0000 (18:37 -0400)]
Copy luafilesystem package from old repository

Signed-off-by: W. Michael Petullo <redacted>
12 years agoCopy libtheora package from old repository
W. Michael Petullo [Thu, 17 Jul 2014 21:09:57 +0000 (17:09 -0400)]
Copy libtheora package from old repository

Signed-off-by: W. Michael Petullo <redacted>
12 years agolibgpg-error: update to 1.12
W. Michael Petullo [Fri, 18 Jul 2014 05:15:05 +0000 (01:15 -0400)]
libgpg-error: update to 1.12

Signed-off-by: W. Michael Petullo <redacted>
12 years agoCopy libgpg-error package from old repository
W. Michael Petullo [Thu, 17 Jul 2014 02:15:30 +0000 (22:15 -0400)]
Copy libgpg-error package from old repository

Signed-off-by: W. Michael Petullo <redacted>
12 years agoCopy libmpeg2 package from old repository
W. Michael Petullo [Thu, 17 Jul 2014 02:12:38 +0000 (22:12 -0400)]
Copy libmpeg2 package from old repository

Signed-off-by: W. Michael Petullo <redacted>
12 years agoCopy liboil package from old repository
W. Michael Petullo [Wed, 16 Jul 2014 23:21:11 +0000 (19:21 -0400)]
Copy liboil package from old repository

Signed-off-by: W. Michael Petullo <redacted>
12 years agoluaexpat: update to 1.2.0
W. Michael Petullo [Fri, 18 Jul 2014 02:37:22 +0000 (22:37 -0400)]
luaexpat: update to 1.2.0

Signed-off-by: W. Michael Petullo <redacted>
12 years agoCopy luaexpat package from old repository
W. Michael Petullo [Wed, 16 Jul 2014 22:36:05 +0000 (18:36 -0400)]
Copy luaexpat package from old repository

Signed-off-by: W. Michael Petullo <redacted>
12 years agolighttpd: update to 1.4.35
W. Michael Petullo [Thu, 17 Jul 2014 22:08:05 +0000 (18:08 -0400)]
lighttpd: update to 1.4.35

Signed-off-by: W. Michael Petullo <redacted>
12 years agoCopy lighttpd package from old repository
W. Michael Petullo [Wed, 16 Jul 2014 22:12:07 +0000 (18:12 -0400)]
Copy lighttpd package from old repository

Signed-off-by: W. Michael Petullo <redacted>
12 years agolibexif: add patch to avoid building docs
W. Michael Petullo [Fri, 18 Jul 2014 05:09:27 +0000 (01:09 -0400)]
libexif: add patch to avoid building docs

Signed-off-by: W. Michael Petullo <redacted>
12 years agolibexif: update to 0.6.21
W. Michael Petullo [Thu, 17 Jul 2014 22:06:16 +0000 (18:06 -0400)]
libexif: update to 0.6.21

Signed-off-by: W. Michael Petullo <redacted>
12 years agoCopy libexif package from old repository
W. Michael Petullo [Wed, 16 Jul 2014 22:11:12 +0000 (18:11 -0400)]
Copy libexif package from old repository

Signed-off-by: W. Michael Petullo <redacted>
12 years agokrb5: update source URL and add build fix patch
W. Michael Petullo [Fri, 18 Jul 2014 05:14:24 +0000 (01:14 -0400)]
krb5: update source URL and add build fix patch

Signed-off-by: W. Michael Petullo <redacted>
12 years agokrb5: remove some obsolete patches
W. Michael Petullo [Fri, 18 Jul 2014 05:08:37 +0000 (01:08 -0400)]
krb5: remove some obsolete patches

Signed-off-by: W. Michael Petullo <redacted>
12 years agokrb5: update to 1.12.1
W. Michael Petullo [Thu, 17 Jul 2014 22:07:44 +0000 (18:07 -0400)]
krb5: update to 1.12.1

Signed-off-by: W. Michael Petullo <redacted>
12 years agoCopy krb5 package from old repository
W. Michael Petullo [Wed, 16 Jul 2014 22:09:51 +0000 (18:09 -0400)]
Copy krb5 package from old repository

Signed-off-by: W. Michael Petullo <redacted>
12 years agolibgcrypt: enable all ciphers; one of the programs built requires ECC code
W. Michael Petullo [Sat, 19 Jul 2014 00:19:11 +0000 (20:19 -0400)]
libgcrypt: enable all ciphers; one of the programs built requires ECC code

Signed-off-by: W. Michael Petullo <redacted>
12 years agolibgcrypt: update tarball MD5 and avoid building docs and tests
W. Michael Petullo [Fri, 18 Jul 2014 05:12:05 +0000 (01:12 -0400)]
libgcrypt: update tarball MD5 and avoid building docs and tests

Signed-off-by: W. Michael Petullo <redacted>
12 years agolibgcrypt: update to 1.6.1
W. Michael Petullo [Thu, 17 Jul 2014 22:06:41 +0000 (18:06 -0400)]
libgcrypt: update to 1.6.1

Signed-off-by: W. Michael Petullo <redacted>
12 years agoCopy libgcrypt package from old repository
W. Michael Petullo [Thu, 17 Jul 2014 02:13:02 +0000 (22:13 -0400)]
Copy libgcrypt package from old repository

Signed-off-by: W. Michael Petullo <redacted>
12 years agoMerge pull request #104 from stblassitude/master
sbyx [Sat, 19 Jul 2014 10:55:42 +0000 (12:55 +0200)]
Merge pull request #104 from stblassitude/master

Add Serial Console, a compact serial access program.

12 years agoMerge pull request #105 from thess/utils-pull
sbyx [Sat, 19 Jul 2014 10:53:36 +0000 (12:53 +0200)]
Merge pull request #105 from thess/utils-pull

zile, cmdpad & triggerhappy from oldpackages

12 years agoMerge pull request #106 from Naoir/perl
sbyx [Sat, 19 Jul 2014 10:47:41 +0000 (12:47 +0200)]
Merge pull request #106 from Naoir/perl

perl: Modernize build, re-enable building external perl modules, remove microperl

12 years agol2tpv3tun: import from oldpackages
Steven Barth [Sat, 19 Jul 2014 10:19:41 +0000 (12:19 +0200)]
l2tpv3tun: import from oldpackages

Signed-off-by: Steven Barth <redacted>
12 years agoxl2tpd: rename netifd protocol handler to l2tpv2 to avoid clashes with l2tpv3
Steven Barth [Sat, 19 Jul 2014 10:13:40 +0000 (12:13 +0200)]
xl2tpd: rename netifd protocol handler to l2tpv2 to avoid clashes with l2tpv3

Signed-off-by: Steven Barth <redacted>
12 years agolang/perl: Bump PKG_RELEASE
Marcel Denia [Sat, 19 Jul 2014 06:27:42 +0000 (08:27 +0200)]
lang/perl: Bump PKG_RELEASE

Signed-off-by: Marcel Denia <redacted>
12 years agolang/perl: Set archlib symbol in powerpc configuration
Marcel Denia [Sat, 19 Jul 2014 06:26:07 +0000 (08:26 +0200)]
lang/perl: Set archlib symbol in powerpc configuration

Signed-off-by: Marcel Denia <redacted>
12 years agolang/perl: Set archlib symbol in mips configuration
Marcel Denia [Sat, 19 Jul 2014 06:26:07 +0000 (08:26 +0200)]
lang/perl: Set archlib symbol in mips configuration

Signed-off-by: Marcel Denia <redacted>
12 years agolang/perl: Set archlib symbol in i486 configuration
Marcel Denia [Sat, 19 Jul 2014 06:26:07 +0000 (08:26 +0200)]
lang/perl: Set archlib symbol in i486 configuration

Signed-off-by: Marcel Denia <redacted>
12 years agolang/perl: Set archlib symbol in avr32 configuration
Marcel Denia [Sat, 19 Jul 2014 06:26:07 +0000 (08:26 +0200)]
lang/perl: Set archlib symbol in avr32 configuration

Signed-off-by: Marcel Denia <redacted>
12 years agolang/perl: Set archlib symbol in armeb configuration
Marcel Denia [Sat, 19 Jul 2014 06:26:06 +0000 (08:26 +0200)]
lang/perl: Set archlib symbol in armeb configuration

Signed-off-by: Marcel Denia <redacted>
12 years agolang/perl: Set archlib symbol in arm configuration
Marcel Denia [Sat, 19 Jul 2014 06:26:06 +0000 (08:26 +0200)]
lang/perl: Set archlib symbol in arm configuration

Signed-off-by: Marcel Denia <redacted>
12 years agolang/perl: Build relocatable host perl
Marcel Denia [Sat, 19 Jul 2014 06:17:52 +0000 (08:17 +0200)]
lang/perl: Build relocatable host perl

Signed-off-by: Marcel Denia <redacted>
12 years agolang/perl: Clean up, add comments
Marcel Denia [Sat, 19 Jul 2014 04:00:58 +0000 (06:00 +0200)]
lang/perl: Clean up, add comments

Signed-off-by: Marcel Denia <redacted>
12 years agolang/perl: Rename HOST_PERL_DIR to HOST_PERL_PREFIX
Marcel Denia [Sat, 19 Jul 2014 03:59:16 +0000 (05:59 +0200)]
lang/perl: Rename HOST_PERL_DIR to HOST_PERL_PREFIX

Signed-off-by: Marcel Denia <redacted>
12 years agolang/perl: Override perl configuration symbols for cross-compile
Marcel Denia [Sat, 19 Jul 2014 03:57:42 +0000 (05:57 +0200)]
lang/perl: Override perl configuration symbols for cross-compile

Signed-off-by: Marcel Denia <redacted>
12 years agolang/perl: Update paths in perlmod.mk
Marcel Denia [Sat, 19 Jul 2014 03:15:03 +0000 (05:15 +0200)]
lang/perl: Update paths in perlmod.mk

Signed-off-by: Marcel Denia <redacted>
12 years agolang/perl: Remove PERL_LIB from perlmod.mk
Marcel Denia [Sat, 19 Jul 2014 03:13:56 +0000 (05:13 +0200)]
lang/perl: Remove PERL_LIB from perlmod.mk

Signed-off-by: Marcel Denia <redacted>
12 years agolang/perl: Refactor Makefile
Marcel Denia [Sat, 19 Jul 2014 01:13:48 +0000 (03:13 +0200)]
lang/perl: Refactor Makefile

This is a kind of big commit. Summary:
- Integrate better into OpenWRT's infrastructure
- > Build host-perl using host-build.mk
- > Install host-perl to STAGING_DIR_HOST
- Remove microperl(for now)

Signed-off-by: Marcel Denia <redacted>
12 years agolang/perl: Set archlib symbol in mipsel configuration
Marcel Denia [Sat, 19 Jul 2014 01:13:12 +0000 (03:13 +0200)]
lang/perl: Set archlib symbol in mipsel configuration

Signed-off-by: Marcel Denia <redacted>
12 years agoImport triggerhappy from oldpackages, update copyright, license and pkg info
Ted Hess [Fri, 18 Jul 2014 20:37:27 +0000 (16:37 -0400)]
Import triggerhappy from oldpackages, update copyright, license and pkg info

Signed-off-by: Ted Hess <redacted>
12 years agoImport cmdpad from oldpackages, add copyright, pkg info
Ted Hess [Fri, 18 Jul 2014 20:36:16 +0000 (16:36 -0400)]
Import cmdpad from oldpackages, add copyright, pkg info

Signed-off-by: Ted Hess <redacted>
12 years agoImport zile from oldpackages, update copyright, pkg info
Ted Hess [Fri, 18 Jul 2014 20:03:56 +0000 (16:03 -0400)]
Import zile from oldpackages, update copyright, pkg info

Signed-off-by: Ted Hess <redacted>
12 years agoAdd Serial Console, a compact serial access program.
Stefan Bethke [Fri, 18 Jul 2014 16:09:19 +0000 (18:09 +0200)]
Add Serial Console, a compact serial access program.
http://serialconsole.sourceforge.net

Signed-off-by: Stefan Bethke <redacted>
12 years agonsd: fix build_varaint usage
John Crispin [Thu, 17 Jul 2014 17:01:08 +0000 (18:01 +0100)]
nsd: fix build_varaint usage

without this only 1 of n variants builds, all others fail

Signed-off-by: John Crispin <redacted>
git clone https://git.99rst.org/PROJECT