Commit Graph

6712 Commits

Author SHA1 Message Date
9ef5e47dfc [packages] quagga: Renumber patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26362 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-30 09:27:23 +00:00
dcc4778e6e [packages] quagga: Change to PKG_FIXUP:=autoreconf
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26361 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-30 09:27:19 +00:00
22e55b03aa [packages] quagga: Update to v0.99.18
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26360 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-30 09:27:13 +00:00
0f2e9f9028 [libs] newt: Fixed whiptail install so that it takes the files from the package build dir, not the non-existant package install dir
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26357 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-29 12:31:23 +00:00
1835f89200 Update dmapd and libdmapsharing to new upstream versions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26348 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 22:55:36 +00:00
daeb348e3b [package] upgrade mc to 4.7.5.1
Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net >

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26347 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 22:03:31 +00:00
b5f1d5b071 [package] collected: add modbus plugin.
This enables the modbus plugin of collectd and patches it so it works with the current version of libmodbus

Signed-off-by: Daniel Golle <daniel.golle@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26346 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 22:03:27 +00:00
77e16b1ee5 [package] add libmodbus
Apparently people are already using libmodbus on OpenWrt, but there is no package.
(see http://zagrodzki.net/~sebek/openwrt/packages/libmodbus.so )
So I made a Makefile for it, I'd be happy to be the package maintainer for that.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26345 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 22:03:25 +00:00
a3c13c1692 [package] flashrom: update to 0.9.3 and fix dependency
Bump flashrom to current version, and reflect that it uses dmidecode as a helper.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26343 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 21:30:30 +00:00
b1f39d5134 [package] freeradius2: add rlm_sql_sqlite and rlm_passwd
This patch adds rlm_sql_sqlite, rlm_passwd modules for freeradius2.
It patches the rlm_sql_sqlite in order to work (authorization is working, accounting not yet tested).
It adds radwho to the utils.

Thanks in advance.

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26342 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 21:22:34 +00:00
aeaf1b9c3d [package] php5: Fix build when simplexml is selected (#7758)
The build fails since the php module is statically disabled. This patch
adds the required magic.

This should also finally close #7758.

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26341 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 21:22:32 +00:00
82953916b3 [package] triggerhappy: update to version 0.3.4
Signed-off-by: Stefan Tomanek <stefan.tomanek+openwrt@wertarbyte.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26340 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 21:22:30 +00:00
f21e30abdc [package] squid: enable 'null' storeio module
This patch enables the 'null' storeio module to be build along with the default 'ufs' module.
It allows squid to optionally be used without any disk storage.

Signed-off-by: Daniel Golle <daniel.golle@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26339 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 21:22:27 +00:00
f7ee28cb2c [package] update avahi to included D-Bus support, libavahi-client library and avahi-utils tools (#8929)
This updates the avahi package as follows:

1. The libavahi-client library can be selected.

2. The following avahi utilities can be selected:
   avahi-browse, aka: avahi-browse-domains
   avahi-publish, aka: avahi-publish-address, avahi-publish-service
   avahi-resolve, aka: avahi-resolve-address, avahi-resolve-host-name
   avahi-set-host-name.

Notes:
(a) This patch applies to avahi 0.6.29 -- I sent in the previous version
for 0.6.28 just after 0.6.29 came out, duh. :(

(b) The libavahi-client library and the avahi utilities require avahi to
be compiled with D-Bus support, and D-Bus must be included in
the build. If they are not selected, avahi is compiled without D-Bus
support, as it is at present.

(c) The init.d start priority of avahi-daemon is changed from 50 to 61
so that it loads after D-Bus.

The patch in Ticket #8929 has two problems, IMHO:
1. It makes the D-Bus package a compulsory requirement for avahi, even
though it's only really needed if you select the libavahi-client library.
(This patch makes D-Bus compulsory only if you select the
libavahi-client library or the avahi utilities which depend on them.)

2. The avahi-daemon will fail to start because the D-Bus daemon is set
to start up _after_ avahi-daemon starts looking for it.
(This patch adjusts the init.d start priority of the avahi-daemon to
later than that of D-Bus.)

Signed-off-by: Mike Brady <mikebrady@eircom.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26338 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 21:22:25 +00:00
56fa1c71c0 [package] update usbutils to 002
Update to version 002, also adds dependencies on librt and libpthread

Signed-of-by: Maarten Bezemer

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26337 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 21:22:22 +00:00
3082d0ac3d [package] update pmacct to 0.12.5
This patch update pmacct from 0.10.3 (21-06-2006) to 0.12.5 (28-12-2010)

Thanks in advance.

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26336 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 21:22:19 +00:00
aca4cbbeb6 [package] gpsd: use autogen.sh
attach is the patch, fix the compile error:

libtool: Version mismatch error.  This is libtool 2.2.6 Debian-2.2.6a-4, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 Debian-2.2.6a-4
libtool: and run autoconf again.

patch from Xiangfu Liu

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26335 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 21:22:18 +00:00
87b0aa61fd [package] update ffmpeg to 0.5.4
Version bump ffmpeg from 0.5.2 to 0.5.4. 0.5.3 and 0.5.4 are maintenance only releases for security and minor bug fixes.

Signed-off-by: Ian Leonard <antonlacon_at_gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26334 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 21:22:14 +00:00
fcd8dc18da net/iputils: beautify brcm47xx fix (make owrt devs happy)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26282 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-24 11:22:25 +00:00
652d0cf6f2 net/iputils: include a missing option (thanks Hauke)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26279 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-23 20:05:51 +00:00
253e643c09 net/iputils: fix ping & arping under brcm47xx.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26278 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-23 20:02:00 +00:00
jow
d8dc1eb62d [packages] perl: make sure that staging_dir/*/usr/lib/perl5 is in host perl's @INC (#9111)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26277 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-23 17:50:01 +00:00
jow
9d1b10b795 [packages] coreutils: revert r26169, its just plain wrong
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26270 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-22 18:25:49 +00:00
81de56a092 [packages] zile: update to 2.3.23
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26266 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-22 01:41:59 +00:00
892c5fdcd7 [packages] tor-alpha: update to 0.2.2.23-alpha, add missing librt dependency, use secure urls
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26265 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-22 01:41:33 +00:00
6e2b2d8013 [net] Telephony: Yate: Added packages for files under /usr/share/yate, and created a minimal package collection for easy install.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26263 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-22 00:39:37 +00:00
57ddea3d46 [libs] zaptel-1.4.x: Added hotplug script to create correct Zaptel device nodes (hotplug's autocreate does the wrong thing).
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26262 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-22 00:35:30 +00:00
6e8caf174a [net] Telephony: Yate: Fixed build problems that prevented server modules from loading. (Must not use libtool fixup). Also added copy of SNMP files to /usr/share/yate/data as is expected when the ysnmpagent module is installed. Also switched to using PKG_INSTALL instead of copying object from source/build tree.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26256 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-21 16:45:31 +00:00
jow
3ddf22d610 [packages] binutils: fix linking to libiberty (#9048)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26254 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-21 06:42:07 +00:00
72d4f95dc2 Keep files in /etc/openvpn during sysupgrade
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26243 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-20 01:29:40 +00:00
166ca2f437 [libs] zaptel-1.4.x: Build more of the utils for testing and configureing Zaptel cards.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26236 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 23:37:48 +00:00
9cf8063360 [libs] zaptel14: Split ztdummy timer module into a speparate pacakge because we don't want to install it on x86 (because it is broken there).
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26235 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 23:37:45 +00:00
6417d8dad8 [libs] [utils]: newt: Added source package newt which provides libnewt, a lightweight text console windowing library, and whiptail a lightweight dialog replacement. Depends on S-Lang library (slang2 source package)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26234 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 23:37:43 +00:00
fc32eda1b7 [libs] slang2: Added S-Lang Library, used by libnewt and also providing the S-Lang Shell
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26233 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 23:37:40 +00:00
a2ce8cac62 [net] Telephony: Yate: Corrected copyright header to reflect reality (i.e. because I created the Yate package for SMBPhone they own the copyright, but they have given permission to include it OpenWrt. This doesn't change based on what's written in the file, so might as well be accurate).
* Also bumped package version as I forgot previously.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26219 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 06:51:17 +00:00
3a9e5eda4e [net] Telephone: Yate: Removed @BROKEN from Yate. It appears to work, except for the modules marked as broken.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26210 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 19:27:04 +00:00
4a9c9eafc0 [net] IP Addresses and Names: Fixed using single IP addresses instead of always required n.n.n.n/n even for single IP's.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26206 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 19:06:27 +00:00
dddaecff07 [net] IP Addresses and Names: miniupnpd: Added rule to allow high ports be default. This fixes miniupnpd default to config so that it works as expected after installed and enabled. Also added comments for the UI, and removed the example config file as it is no longer needed.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26205 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 17:50:33 +00:00
564845633b net/mtr: remove libresolv dependency
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26188 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-16 11:32:06 +00:00
0d3f5c1e27 [packages] net: add a bmx6 package (thanks to Axel)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26187 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-16 03:15:22 +00:00
591fbdd41b [net] Telephony: Yate: Added conffiles. Fixes overwriting of configuration on reinstall/update.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26184 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-16 00:16:19 +00:00
507c7dc7ec [net] Telephony: Yate: Fixed bigendian test to use CONFIG_BIG_ENDIAN, not a cached autoconf variable. Thanks jow for pointing this out.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26179 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-15 12:48:48 +00:00
460fc3fd9d [net] Telephony: Yate: Added -DBIGENDIAN to TARGET_CFLAGS when the target is big endian. This fixes things like MD5 code in Yate for big endian targets. Closes #9049. Thanks to Dmitry Kurochkin for pointing this out.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26178 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-15 12:16:52 +00:00
2959289211 [net] Telephony: yate: Removed sysconfdir parameter from CONFIGURE_ARGS. This fixes yate looking for configuration under /etc/yate/yate instead /etc/yate. Closes: 9040. Thanks Dimtiry Kurchkin for reporting.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26174 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-15 08:43:35 +00:00
438e2724ab [net] Telephony: yate: Added needed libraries and flags to configure for Yate to execute not just compile. Closes: #9039 and Closes: #9043. Based on patch and tickets from Dimitry Kurochkin. Thanks!
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26173 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-15 08:30:10 +00:00
9ad4ff10d6 [utils] coreutils: Stopped coreutils from building as long as no plugin is selected.
with commit 26026 (https://dev.openwrt.org/changeset/26026)
I see the coreutils package downloaded and build in my defconfig.

With the following patch, this default selection really does no build,
as long as no plugin is selected.
Thanks to Thomas Langer for this patch.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26169 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-15 01:37:41 +00:00
e85c881d17 [packages] babeld: patch minor bug until next release
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26159 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-14 13:47:25 +00:00
e15130579b [net] various: Fixed openser and updatedd modules appearing in main list instead of under the openser and updatedd packages.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26155 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-14 02:04:12 +00:00
jow
578037e703 [packages] gst-plugins-good: enable icydemux and souphttpsrc plugins (#8762)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26153 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13 22:44:13 +00:00
8868963605 [packages] quagga: Fix ownership of configuration directory and files
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26151 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13 21:00:10 +00:00