6933 Commits

Author SHA1 Message Date
jow
0955d14050 [packages] apr-util: remove shipped libtool, don't use host odbc_config
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26830 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-05 14:32:20 +00:00
jow
41581e70f0 [packages] mini-snmpd: make IPv4 / IPv6 mode switchable when daemon is built with IPv6 support, previously it was hardcoded to v6
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26826 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-04 19:07:17 +00:00
mhei
05d26d5db1 [packages] php5: Rework and simplify makefile (#9196)
- use standard variables for configure
- use standard macros for build (prevents a second configure/compile
  run when both php5-cli and php5-cgi packages are selected)
- construct PKG_CONFIG_DEPENDS before including packages.mk (fixes #9196)



git-svn-id: svn://svn.openwrt.org/openwrt/packages@26825 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-04 18:34:27 +00:00
mhei
55671220de [packages] php5: fix APC support
The APC patch adds the APC extension to the source tree. However,
when it was selected nothing happens since the extension wasn't
'registered'. This is what a 'buildconf' run usually does.
This however needs version 2.13 of autoconf. So instead of
requiring this (additional) autoconf version on the build system
the files changed are included in an additional patch.



git-svn-id: svn://svn.openwrt.org/openwrt/packages@26824 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-04 18:27:36 +00:00
mhei
e36068489e [packages] php5: whitespace fixes only
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26823 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-04 18:24:15 +00:00
jow
9f455a1d9d [packages] package luaposix, the general Lua POSIX library
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26821 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-04 14:49:58 +00:00
mirko
7721c23586 [packages/qt4] linuxinput device grabbing: disable debug output
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26800 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-01 19:07:05 +00:00
jow
2701b2866e [packages] libusb-1.0: add a workaround for uClibc TFD_NONBLOCK / O_NONBLOCK mismatch on mips (#9338)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26794 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-30 13:04:49 +00:00
jow
ccf2bb6d90 [packages] lvm2: readd $(FPIC) (#9335)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26793 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-30 12:52:37 +00:00
jow
b2d0eff6d4 [PATCH] New package CPUsage
Add CPUsage to /utils

CPUsage is a small utility to dump the CPU usage every second.
This version can write CSV output.

Signed-off-by: Florian Sesser <sesser@in.tum.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26792 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-29 15:45:52 +00:00
jow
f88d8e4d78 [packages] pcre: Add C++ wrapper for pcre package (#9331)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26791 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-29 15:39:59 +00:00
jow
152e1f0f55 [PATCH] [packages] New package libcunit
Add to CUnit to /libs/
        
CUnit is a lightweight system for writing, administering, and running unit
tests in C.  It provides C programmers a basic testing functionality with a
flexible variety of user interfaces.
                        
Signed-off-by: Florian Sesser <sesser@in.tum.de>                            


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26790 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-29 15:33:07 +00:00
jow
cb4ee16e18 [PATCH] strongswan4 update to 4.5.1
This patch updates the strongswan4 package from 4.3.7 to 4.5.1. I have 
added the following plugins which get built as strongswan4-mod-<plugin> 
packages:

constraints - X.509 constraint checking
dhcp - DHCP-based IP and DNS
farp - Fake arp responses
led - LED blink on IKE activity
revocation - X.509 revocation checking
socket-default - Default socket for IKEv2
socket-raw - RAW socket of IKEv1 and IKEv2
xauth - XAUTH authentication

Upstream default plugins were added to the strongswan4-default meta 
package. "socket-default" and "kernel-netlink" plugins were added to the 
strongswan4-minimal meta package since a socket and a kernel interface are 
required for a working setup and these are the upstream defaults in this 
case. The whack command was moved to strongswan4-app-pluto.

The 202-clone.patch has been fixed upstream so it can be removed.  The 
other patches were rebased for the new strongswan4 release.

I have been using strongswan 4.5.1 with backfire and trunk for a couple 
weeks now. There are some missing kernel modules in trunk that are 
required for strongswan4 to work (also true for 4.3.7). There are already 
a couple of tickets on trac addressing these kernel modules:

https://dev.openwrt.org/ticket/9234
https://dev.openwrt.org/ticket/8928

I also have my own patch that just packages all of the missing modules 
into a single kmod-crypto-ipsec package. It would be nice to get some 
discussion how these modules should be packaged so we can get working 
ipsec support in trunk.

Signed-off-by: Lars Hjersted <lars at hjersted.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26789 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-29 15:26:26 +00:00
jow
544e7ba5dd [PATCH]Âpackages: Update pango to 1.28.4
Signed-off-by: Jochen Friedrich <jochen@scram.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26788 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-29 15:20:57 +00:00
jow
5551e45afd [PATCH] Update Quicktun to version 2.1.7
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26787 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-29 15:17:01 +00:00
jow
7bf7232525 [PATCH] cmus music player Makefile
This adds the "cmus" package to packages.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26784 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-29 15:09:16 +00:00
jow
523c949123 [PATCH] [packages] ipv6/ipv6calc: Update to 0.82
Update ipv6calc to newest 0.82. This reduces the binary sizes
significantly.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@26783 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-29 14:52:55 +00:00
jow
060ad13d94 [PATCH] utils/collectd: fix modbus plugin
This patch makes some small corrections to my previous patch enabling the modbus plugin of collectd.
Signed-off-by: Daniel Golle <daniel.golle@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26782 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-29 14:51:02 +00:00
mirko
eba63352f0 [packages/qt4] allow configure 'grabbing' of linuxinput devices (via ioctl EVIOCGRAB) -
without 'grabbing' all keystrokes are passed to other applications as well as to possible underlying ttys / shells

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26780 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-29 09:35:47 +00:00
jow
db5fcab888 [packages] libiconv: add ASCII as alias to US-ASCII, fixes various glib applications
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26775 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-28 13:54:08 +00:00
thepeople
7c303dee77 Upgrade mc package. Tickets 9225 and 9268 can be closed. The mc package
is optimized for size.

Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net >

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26762 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-26 12:26:30 +00:00
luka
0e80b37492 remove old mdadm patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26760 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-25 22:10:58 +00:00
luka
123b000ccb rename mdadm patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26759 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-25 21:57:12 +00:00
luka
4ad9b2eda6 upgrade lm-sensors package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26758 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-25 21:48:18 +00:00
jow
1e16737f13 [packages] mdadm: fix typo in r26755
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26757 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-25 21:24:40 +00:00
luka
cc54731d53 add lvm2 cross compile fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26756 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-25 21:24:03 +00:00
luka
b97a34cc77 upgrade mdadm package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26755 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-25 20:37:11 +00:00
luka
a775a89c31 upgrade lvm2 package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26754 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-25 20:36:26 +00:00
jow
383ea713c9 [packages] alsa-utils: prevent configure from using host ncurses[w]5-config files
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26739 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-20 09:55:49 +00:00
mhei
495478d009 [packages] php5: remove obsolete patch after update to 5.3.6
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26732 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-19 19:30:27 +00:00
mhei
4993b49dee [packages] php5: update to 5.3.6
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26731 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-19 19:29:39 +00:00
mhei
62bbaa26ba [packages] php5: fix typo for package description
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26730 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-19 19:27:16 +00:00
mhei
6a8bf15ed7 [packages] php5: add maintainer details
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-19 19:23:54 +00:00
jow
34818c2ee0 [PATCH] Update and FIX socat
socat was bugged for ages now. It does compile, so probably no one
noticed. While running through its configure script, the build process
complains about some missing variables and gives a hint, that the user
should supply them manually. This does ONLY happen in a cross compiling
environment, otherwise the configure script guesses them right. I don't
know the purpose of these variables exactly, but they seem to be OS
dependent and NOT hardware dependent. I tested this on various
architectures and they were all the same, as long as linux is involved.
So I think its safe to specify them in the Makefile.

The point why they're important, is simply that socat compiles, but
exits with some sort of error right after invocation, if they weren't
present at compile time. There are numerous tickets around concerning
this bug. Newer Versions of socat won't even compile if they're missing,
maybe thats why it's kinda outdated by now.

However, this little patch should fix it.

Signed-off-by: Hendrik Bartusch <bartusch@exoz.net>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26728 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-19 19:14:02 +00:00
acoul
37b2313141 net/bwping: BWPing is a small utility for bandwidth measuring. (thank you Florian Sesser)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26727 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-19 17:26:01 +00:00
jogo
91d39ae951 ZNC: Fix webadmin, allow external config and minor fixes
* Fix the webadmin module and add the themes

 * Allow providing ZNC an external config (closes #9110)

 * Allow specifying the user and group to run ZNC as (needs su when using
   external config)

 * Allow providing a certificate for incoming SSL connections

 * Reduce buildtime by not rebuilding everything everytime

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26722 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-19 15:11:02 +00:00
acoul
6a9be8f98c net/apf: Active port forwarder is a software tool for secure port forwarding. (Closes #9256)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26721 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-19 14:36:45 +00:00
marek
5ac395bf23 batman-adv: init script tries to retrieve interfaces from uci
The batman-adv init script will query uci (network.$iface.ifname)
to retrieve the interface name to re-use the existing network
configuration system. 
The default iface configuration (batman-adv.bat0.interfaces) is 
set to 'mesh' which allows to start batman-adv as soon as the
network configuration contains a 'mesh' stanza.

Signed-off-by: Filippo Sallemi <tonyputi@gmail.com>
Signed-off-by: Gioacchino Mazzurco <gmazzurco89@gmail.com>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@26719 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-19 12:49:37 +00:00
marek
a6d4ae4077 batman-adv: upgrade package to latest release (2011.1.0)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26718 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-19 12:43:10 +00:00
jow
a6d46ff650 [packages] openntpd:
- don't check directory permissions, we can't make /var 0700 (#9258)
	- fix init script after r26148, use service_kill instead of killall -9 (#9258)
	- bump pkg revision


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26717 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-18 10:23:50 +00:00
swalker
27081c4456 [packages] tor-alpha: update to 0.2.2.24-alpha, add geoip package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26694 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-16 18:43:00 +00:00
luka
696d4becec upgrade git package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26688 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-16 08:59:26 +00:00
nbd
c1b01ab41a prosody: do not chown on the host system
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26675 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-15 00:43:03 +00:00
jmccrohan
d76a423663 Add maintainer details for lcd4linux
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26667 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-14 23:21:02 +00:00
luka
e226e19a3e downgrade libtorrent and rtorrent; rtorrent crashes only solution was to use stable and not svn version (8733)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26664 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-14 20:49:19 +00:00
swalker
ffb77e318d [packages] slang2: add the OLD directory as a source url
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26661 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-14 16:44:19 +00:00
acinonyx
a8963bfdda [packages] usbutils: Fix zlib support (#9216)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26660 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-14 13:12:47 +00:00
mirko
443a725c57 [packages/qt4] package qt4 VNC graphics driver
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26659 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-14 12:36:18 +00:00
mirko
c8564b538f [packages/qt4] include linuxinput driver for keyboards by default
why the heck can we build the linuxinput-keyboard driver as a plugin, but
the linuxinput-mouse driver can just be compiled in? Why does qt4 has
different drivers for mouse/keyboard using the linuxinput stack at all?

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26658 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-14 12:36:15 +00:00
jow
b27810ec8f [packages] znc:
- fix usage of PKG_CONFIG_DEPENDS to properly trigger rebuilds after changed feature configuration
	- conditionally compile plugins, saves a lot of build time if only a few extensions are enabled


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26656 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-14 09:04:54 +00:00