Nicolas Thill [Sun, 9 Oct 2011 23:54:40 +0000 (23:54 +0000)]
[packages] distribute: fix MD5SUM (closes: #10154)
SVN-Revision: 28396
Cezary Jackiewicz [Sun, 9 Oct 2011 06:05:27 +0000 (06:05 +0000)]
[packages] transmission: update to 2.40 (final)
SVN-Revision: 28389
Jo-Philipp Wich [Sat, 8 Oct 2011 12:25:56 +0000 (12:25 +0000)]
[packages] radvd: bump to v1.8.2 (#10196, CVE-2011-3601, CVE-2011-3602, CVE-2011-3603, CVE-2011-3604, CVE-2011-3605)
SVN-Revision: 28381
Florian Fainelli [Thu, 6 Oct 2011 16:17:33 +0000 (16:17 +0000)]
[package] New package: wt (C++ web toolkit: webtoolkit.eu/wt )
patch from Wade Berrier
SVN-Revision: 28375
Florian Fainelli [Thu, 6 Oct 2011 16:17:32 +0000 (16:17 +0000)]
[package] add asterisk-chan-sscp-b
This adds chan-sccp-b support to Asterisk 1.8.x.
Chan_SCCP is a replacement Channel Driver for chan_skinny in the Asterisk Channel
Driver Library. It delivers better performance, scalability, interoperability and
functionality than either chan_skinny or chan_sip on a SCCP capable phone.
See: http://chan-sccp-b.sourceforge.net
Signed-off-by: Diederik de Groot <dkgroot@talon.nl>
Signed-off-by: Hans Zandbelt <hans.zandbelt@gmail.com>
SVN-Revision: 28374
Florian Fainelli [Thu, 6 Oct 2011 16:17:30 +0000 (16:17 +0000)]
[package] fcgi: fix fcgi++ build and put it in a separate package
Patch from Wade Berrier.
SVN-Revision: 28373
Hans Zandbelt [Thu, 6 Oct 2011 11:36:50 +0000 (11:36 +0000)]
[packages] asterisk-1.8.x: remove package codec_ulaw because it is already part of the core; fixes #10176
SVN-Revision: 28372
Thomas Heil [Wed, 5 Oct 2011 22:10:56 +0000 (22:10 +0000)]
package: haproxy
- enable splicing support
SVN-Revision: 28371
Thomas Heil [Wed, 5 Oct 2011 21:47:03 +0000 (21:47 +0000)]
package: haproxy
- bump to version 1.4.18
- header parsing fix from Willy Tarreau
SVN-Revision: 28370
Jo-Philipp Wich [Mon, 3 Oct 2011 09:22:46 +0000 (09:22 +0000)]
[packages] mini-snmpd: fix use of uninitialized memory leading to garbage values (#10168)
SVN-Revision: 28358
Gabriel Kerneis [Sat, 1 Oct 2011 11:30:03 +0000 (11:30 +0000)]
[packages] ahcpd: avoid half-configured ahcpd interfaces
SVN-Revision: 28351
Alexandros C. Couloumbis [Sat, 1 Oct 2011 11:11:31 +0000 (11:11 +0000)]
libs/libpam: resubmit proper 006-fix_xdr.patch
SVN-Revision: 28350
Alexandros C. Couloumbis [Sat, 1 Oct 2011 11:10:22 +0000 (11:10 +0000)]
libs/libpam: remove broken patch
SVN-Revision: 28349
Alexandros C. Couloumbis [Sat, 1 Oct 2011 11:05:58 +0000 (11:05 +0000)]
libs/libpam: resubmit 006-fix_xdr.patch
SVN-Revision: 28348
Alexandros C. Couloumbis [Sat, 1 Oct 2011 11:04:11 +0000 (11:04 +0000)]
libs/libpam: previous commit was broken
SVN-Revision: 28347
Alexandros C. Couloumbis [Sat, 1 Oct 2011 10:58:20 +0000 (10:58 +0000)]
libs/libpam: port some uclibc xdr code to yppasswd_xdr.c
SVN-Revision: 28346
Alexandros C. Couloumbis [Sat, 1 Oct 2011 10:55:47 +0000 (10:55 +0000)]
libs/libpam: make the ruserok fix uclibc depended
SVN-Revision: 28345
Cezary Jackiewicz [Fri, 30 Sep 2011 18:37:19 +0000 (18:37 +0000)]
[packages] transmission: update to 2.40b3.
SVN-Revision: 28343
Cezary Jackiewicz [Fri, 30 Sep 2011 18:35:20 +0000 (18:35 +0000)]
[packages] transmission: Remove obsolete options, remove bashizm.
SVN-Revision: 28342
Stephen Walker [Fri, 30 Sep 2011 17:52:35 +0000 (17:52 +0000)]
[packages] tor-alpha: update to 0.2.3.5-alpha, disable broken UPnP support
SVN-Revision: 28341
Stephen Walker [Fri, 30 Sep 2011 17:51:30 +0000 (17:51 +0000)]
[packages] tor: update to 0.2.2.33
SVN-Revision: 28340
Stephen Walker [Fri, 30 Sep 2011 17:50:32 +0000 (17:50 +0000)]
[packages] opennhrp: remove empty patches directory
SVN-Revision: 28339
Stephen Walker [Fri, 30 Sep 2011 17:49:57 +0000 (17:49 +0000)]
[packages] sslh: remove empty patch
SVN-Revision: 28338
Gabriel Kerneis [Fri, 30 Sep 2011 17:31:33 +0000 (17:31 +0000)]
[packages] ahcpd: add ahcp proto, use service_kill
SVN-Revision: 28337
Florian Fainelli [Fri, 30 Sep 2011 12:49:11 +0000 (12:49 +0000)]
[package] add rng-tools
After removal of the network drivers as an entropy source in Linux kernels a
while ago, some routers e.g. in ar71xx family experience lack of hardware
entropy for /dev/random. The device /dev/random can hang due to that. There
are pseudo random numbers available in /dev/urandom, but they do not end up
in /dev/random.
E.g. tickets #9631 and #9999 are related to this problematics.
One tool for adding entropy data from an arbitrary source to the kernel
entropy pool is rngd daemon included in the rng-tools package from
http://sourceforge.net/projects/gkernel/
Manual page: http://linux.die.net/man/8/rngd
The tool can be used to add entropy to the kernel's entropy pool either from
some genuine hardware-based entropy source, or as a quick&dirty patch also
from /dev/urandom. Using urandom isn't a perfect solution, but it will
satisfy those applications looking for input from /dev/random.
As far as I found out, nobody has complied the rngd daemon package for
Openwrt, so far.
I made a try out of it, and succeeded both for Backfire and trunk.
I defined a package that downloads the sources from SF. (This is my first
package definition, so the dependencies and conventions might not be quite
correct, but the package seems to compile and work both in Backfire and trunk.)
Hopefully somebody can figure out a way to connect some real entropy source
in ar71xxx devices through this daemon. The package could be used with real
hardware entropy sources (like the Entropy key), if they provide a suitable
interface for the daemon to the entropy data from them.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 28332
Florian Fainelli [Fri, 30 Sep 2011 12:49:09 +0000 (12:49 +0000)]
[package] sslh: update to 1.9
his patch bumps the sslh package to v1.9.
This update brings about some useful changes, including:
* Multiple bind address support
* IPv6 support
* OpenVPN support
* tinc VPN support
Tested and working on ar71xx.
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
SVN-Revision: 28331
Florian Fainelli [Fri, 30 Sep 2011 12:49:08 +0000 (12:49 +0000)]
[package] chrony: upgrade to 1.26
This patch upgrades chrony to 1.26. Beside several minor
bugfixes and improvements, also several vulnerabilities
are fixed (compared to 1.23).
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 28330
Florian Fainelli [Fri, 30 Sep 2011 12:49:07 +0000 (12:49 +0000)]
[package] ddns-scripts: add dnsdynamic.org provider
patch by Eddie Davis
SVN-Revision: 28329
Florian Fainelli [Fri, 30 Sep 2011 12:49:05 +0000 (12:49 +0000)]
[package] libftdi: update to 0.19 (#9598)
- new upstream release 0.19
- fix missing depend on libusb in initial package, closes #9598
Signed-off-by: Michael Markstaller <mm@elabnet.de>
SVN-Revision: 28328
Florian Fainelli [Fri, 30 Sep 2011 12:49:04 +0000 (12:49 +0000)]
[package] mjpeg-streamer: update to r148 ({9896)
This patch upgrades the mjpeg-streamer package to the latest svn
revision. It also closes track entry #9896 in the the newer version
moved to v4l2.
Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>
SVN-Revision: 28327
Florian Fainelli [Fri, 30 Sep 2011 12:49:03 +0000 (12:49 +0000)]
[package] smartmontools: split daemon into its own package
Based on a patch by Eugene San.
SVN-Revision: 28326
Florian Fainelli [Fri, 30 Sep 2011 12:49:01 +0000 (12:49 +0000)]
[package] motion: update to fix build with Linux 2.6.38+
Signed-off-by: Eugene San (eugenesan) <eugenesan@gmail.com>
SVN-Revision: 28325
Florian Fainelli [Fri, 30 Sep 2011 12:49:00 +0000 (12:49 +0000)]
[package] opennhrp: update to 0.12.3
Signed-off-by: Artem Makhutov <artem@makhutov.org>
SVN-Revision: 28324
Florian Fainelli [Fri, 30 Sep 2011 12:48:57 +0000 (12:48 +0000)]
[package] ffmpeg: Allow for more configurable FFmpeg build options (#7837, #8465)
This patch allows broad control over FFmpeg's libav* build configuration
and fixes a typo in ffprobe's install section.
The patch resolves #7837 as the choice of building a full libav* is available.
This should also resolve #8465 as input devices such as cameras can be enabled.
The files created by a full libav* build will be large (several megabytes) and
not recommended for end users. Its use could help debugging other issues to
learn whether the problem is the openwrt build configuration or another cause.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
SVN-Revision: 28323
Alexandros C. Couloumbis [Fri, 30 Sep 2011 06:57:44 +0000 (06:57 +0000)]
net/openssh: fix a pam/uclibc pthreads conflict
SVN-Revision: 28321
Vasilis Tsiligiannis [Thu, 29 Sep 2011 23:44:31 +0000 (23:44 +0000)]
[packages] quagga: Update to v0.99.20
SVN-Revision: 28319
Alexandros C. Couloumbis [Thu, 29 Sep 2011 12:03:36 +0000 (12:03 +0000)]
libs/libpam: make KanjiMonster happy
SVN-Revision: 28317
Alexandros C. Couloumbis [Thu, 29 Sep 2011 10:36:49 +0000 (10:36 +0000)]
libs/libpam: update to version 1.1.4
SVN-Revision: 28316
Marek Lindner [Thu, 29 Sep 2011 10:18:17 +0000 (10:18 +0000)]
batman-adv: fix upstream latency bug
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 28315
Jonathan McCrohan [Tue, 27 Sep 2011 23:43:35 +0000 (23:43 +0000)]
[Package] lcd4linux: update to r1159. Fixes #8897
SVN-Revision: 28313
Peter Wagner [Tue, 27 Sep 2011 17:51:24 +0000 (17:51 +0000)]
[packages]: upate openssh to 5.9p1
SVN-Revision: 28312
Jan Willies [Tue, 27 Sep 2011 09:49:50 +0000 (09:49 +0000)]
[packages] pulseaudio: update to 1.0 final
SVN-Revision: 28311
Jo-Philipp Wich [Mon, 26 Sep 2011 02:00:31 +0000 (02:00 +0000)]
[packages] utils: add zoneinfo package (moved from LuCI feed)
SVN-Revision: 28304
Jo-Philipp Wich [Sun, 25 Sep 2011 19:50:30 +0000 (19:50 +0000)]
[packages] samba3: don't source /etc/functions.sh in the initscript, rc.local takes care of that in cross-compile firendly way
SVN-Revision: 28302
Stephen Walker [Sat, 24 Sep 2011 12:48:48 +0000 (12:48 +0000)]
[packages] libdmapsharing: fix category typo
SVN-Revision: 28296
Cezary Jackiewicz [Thu, 22 Sep 2011 18:57:44 +0000 (18:57 +0000)]
[packages] transmission: fix typo
SVN-Revision: 28289
Peter Wagner [Thu, 22 Sep 2011 09:37:00 +0000 (09:37 +0000)]
[packages] openssh: remove the moduli file from the server
SVN-Revision: 28288
Peter Wagner [Thu, 22 Sep 2011 09:36:06 +0000 (09:36 +0000)]
[packages] openssh: use seperate package for moduli file that depends on
openssh-server as the server also works without the moduli file
SVN-Revision: 28287
Mazi Lo [Thu, 22 Sep 2011 03:42:48 +0000 (03:42 +0000)]
Added new mod_sms and updated to latest mod_blacklist with a capability to dump back and/or sync new list to its text file
SVN-Revision: 28286
Mazi Lo [Wed, 21 Sep 2011 19:41:43 +0000 (19:41 +0000)]
Added entry for mod_blacklist in autoload_configs/modules.conf.xml
SVN-Revision: 28282
Mazi Lo [Wed, 21 Sep 2011 17:04:50 +0000 (17:04 +0000)]
update to the latest git commit to include fix for resources leak on mod_blacklist, blacklist.conf.xml file, and add the missing yaml configuration file.
SVN-Revision: 28281
Cezary Jackiewicz [Wed, 21 Sep 2011 15:19:21 +0000 (15:19 +0000)]
[packages] transmission: update to 2.40b1
SVN-Revision: 28280
Jo-Philipp Wich [Tue, 20 Sep 2011 21:04:04 +0000 (21:04 +0000)]
[packages] openssh: ship /etc/ssh/moduli with openssh-server
SVN-Revision: 28264
Mazi Lo [Sat, 17 Sep 2011 03:03:11 +0000 (03:03 +0000)]
bumped to latest git version with a support for applications/mod_blacklist
SVN-Revision: 28248
Mazi Lo [Fri, 16 Sep 2011 01:24:33 +0000 (01:24 +0000)]
Added missing net/freeswitch/files/etc.minimal/autoload_configs/dingaling.conf.xml and bumped up to latest git commit
SVN-Revision: 28246
Jan Willies [Thu, 15 Sep 2011 11:42:29 +0000 (11:42 +0000)]
[packages] pulseaudio: update to 1.0-rc4
SVN-Revision: 28244
Alexandros C. Couloumbis [Thu, 15 Sep 2011 09:28:16 +0000 (09:28 +0000)]
net/bird: update to version 1.3.3
SVN-Revision: 28243
Gabriel Kerneis [Wed, 14 Sep 2011 11:51:21 +0000 (11:51 +0000)]
[packages] babel: upstream release babeld-1.2.0
9 September 2011: babeld 1.2.0
* Merged the interference-aware branch ("babelz"). Please see the
"-z" flag in the manual page.
* Fixed a memory leak when expiring resent messages.
* Fixed a buffer overflow when parsing MAC addresses (Matthieu Boutier).
* Implemented MAC address parsing for BSD (Matthieu Boutier).
SVN-Revision: 28239
Daniel Dickinson [Wed, 14 Sep 2011 11:49:46 +0000 (11:49 +0000)]
[packages] utils/boxbackup: Upstream removed a stray binary from the published source tarball.
SVN-Revision: 28238
Stephen Walker [Tue, 13 Sep 2011 23:37:30 +0000 (23:37 +0000)]
[packages] gdbm: remove empty patches directory
SVN-Revision: 28237
Stephen Walker [Tue, 13 Sep 2011 22:56:28 +0000 (22:56 +0000)]
[packages] lrzsz: bump release for symlink additions
SVN-Revision: 28236
Stephen Walker [Tue, 13 Sep 2011 22:55:31 +0000 (22:55 +0000)]
[packages] perl-compress-bzip2: bump release for changed dependency
SVN-Revision: 28235
Florian Fainelli [Tue, 13 Sep 2011 17:33:56 +0000 (17:33 +0000)]
[package] remove asterisk-chan-datacard, accidentally committed.
SVN-Revision: 28234
Florian Fainelli [Tue, 13 Sep 2011 17:29:28 +0000 (17:29 +0000)]
[package] add jansson package
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 28233
Florian Fainelli [Tue, 13 Sep 2011 17:29:27 +0000 (17:29 +0000)]
[package] hiawatha: update to 7.6
Hi,
this patch updates hiawatha to 7.6.
Changelog since 7.3:
PreventSQLi option rewritten.
OldBrowser option added to URL toolkit.
Improved mimetype configuration.
Do-not-track HTTP header support.
Password file entries can now be created with Wigwam.
Small bugfixes and improvements.
Bugfix: sent one byte too few for Range -XX.
Bugfix: possible crash when using PreventSQLi.
Bugfix: integer overflow in fetch_request() which could lead to a server crash.
Connections per IP added to RequestLimitMask.
NoExtensionAs made a per-host setting.
Small bugfixes and improvements.
Bugfix: usage of HideProxy caused Hiawatha to refuse new connections after ConnectionsTotal connections.
Bugfix: memory leak in XSLT module.
Regards,
patch from Raphael Huck.
SVN-Revision: 28232
Florian Fainelli [Tue, 13 Sep 2011 17:29:25 +0000 (17:29 +0000)]
[package] add xdelta3
Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
SVN-Revision: 28231
Florian Fainelli [Tue, 13 Sep 2011 17:29:24 +0000 (17:29 +0000)]
[package] bsdiff: add package
Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
SVN-Revision: 28230
Florian Fainelli [Tue, 13 Sep 2011 17:29:23 +0000 (17:29 +0000)]
[package] perl-compress-bzip2: depend on libbz2
Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
SVN-Revision: 28229
Florian Fainelli [Tue, 13 Sep 2011 17:29:21 +0000 (17:29 +0000)]
[package] bzip2: build libbz2 package
Build libbz2 and make bzip2 depend on it. libbz2 is necessary for
packaging bsdiff.
Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
SVN-Revision: 28228
Florian Fainelli [Tue, 13 Sep 2011 17:29:19 +0000 (17:29 +0000)]
[package] lrzsz: create extra symlinks for minicom
Minicom wants rz/rx/rb when asked to transfer a file.
Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
SVN-Revision: 28227
Jan Willies [Mon, 12 Sep 2011 08:12:55 +0000 (08:12 +0000)]
[packages] gdbm: disable parallel build
SVN-Revision: 28221
Vasilis Tsiligiannis [Mon, 12 Sep 2011 07:37:10 +0000 (07:37 +0000)]
[packages] aiccu: Do not restart aiccu when wan interface is brought up (#7629)
SVN-Revision: 28219
Jan Willies [Sun, 11 Sep 2011 23:18:21 +0000 (23:18 +0000)]
[packages] lvm2: update to 2.02.88
SVN-Revision: 28218
Jan Willies [Sun, 11 Sep 2011 23:18:19 +0000 (23:18 +0000)]
[packages] gdbm: update to 1.9.1
SVN-Revision: 28217
Jan Willies [Sun, 11 Sep 2011 23:18:17 +0000 (23:18 +0000)]
[packages] distribute: update to 0.6.21
SVN-Revision: 28216
Jan Willies [Sun, 11 Sep 2011 08:33:26 +0000 (08:33 +0000)]
[packages] mocp: build with newer ffmpeg (#10082)
SVN-Revision: 28210
Jan Willies [Sat, 10 Sep 2011 08:06:21 +0000 (08:06 +0000)]
[packages] tor: use libevent2
SVN-Revision: 28209
Stephen Walker [Fri, 9 Sep 2011 00:37:04 +0000 (00:37 +0000)]
[packages] fwknop: update to 2.0.0rc4
* add client package, InstallDev & license
* fix config defaults & daemon conffiles
* use PKG_INSTALL
* cleanup Makefile
SVN-Revision: 28201
Mazi Lo [Thu, 8 Sep 2011 17:17:21 +0000 (17:17 +0000)]
include coreutils package in dependency for mod-cdr-pg-csv that requires libpq
SVN-Revision: 28195
Stephen Walker [Thu, 8 Sep 2011 07:48:20 +0000 (07:48 +0000)]
[packages] protobuf-c: add protocol buffers C library, thanks Martin Johansson (#9232)
SVN-Revision: 28194
Mazi Lo [Thu, 8 Sep 2011 02:43:52 +0000 (02:43 +0000)]
bump up git version
SVN-Revision: 28192
Stephen Walker [Wed, 7 Sep 2011 03:08:00 +0000 (03:08 +0000)]
[packages] perl: more maintainer removals
SVN-Revision: 28189
Jo-Philipp Wich [Tue, 6 Sep 2011 22:04:38 +0000 (22:04 +0000)]
[packages] vnstat: defer postinstall in host installation case
SVN-Revision: 28187
Jan Willies [Tue, 6 Sep 2011 07:17:55 +0000 (07:17 +0000)]
[packages] miniupnpc: update to 1.6
SVN-Revision: 28184
Jan Willies [Tue, 6 Sep 2011 07:17:53 +0000 (07:17 +0000)]
[packages] miniupnpd: update to 1.6.
20110730 (#9424)
SVN-Revision: 28183
Jo-Philipp Wich [Tue, 6 Sep 2011 00:23:30 +0000 (00:23 +0000)]
[packages] valgrind: fix load address handling
The compile-time generation of the valgrind linker script broke due to toolchain updates
resulting in valgrind binaries compiled with the standard load address of 0x08048000 which
leads to memory conflicts with the debug client later on; valgrind will abort with the
message below:
valgrind: mmap(0x8048000, 348160) failed in UME with error 22 (Invalid argument).
valgrind: this can be caused by executables with very large text, data or bss segments.
This change adds another sed pattern to properly substitute the current linker script format.
SVN-Revision: 28180
Thomas Heil [Mon, 5 Sep 2011 20:00:27 +0000 (20:00 +0000)]
package: haproxy
- bugfixes from upstream results in version 1.4.17
SVN-Revision: 28179
Jo-Philipp Wich [Mon, 5 Sep 2011 19:32:39 +0000 (19:32 +0000)]
[packages] valgrind: use LIBGCC_A
SVN-Revision: 28177
Stephen Walker [Mon, 5 Sep 2011 04:16:12 +0000 (04:16 +0000)]
[packages] uftp: fix typo
SVN-Revision: 28172
Thomas Heil [Sun, 4 Sep 2011 19:23:15 +0000 (19:23 +0000)]
package: haproxy - add maintainer
SVN-Revision: 28171
Thomas Heil [Sun, 4 Sep 2011 17:20:43 +0000 (17:20 +0000)]
package: HAPRoxy
- bump to version 1.4.16
SVN-Revision: 28166
Stephen Walker [Sun, 4 Sep 2011 02:12:24 +0000 (02:12 +0000)]
[packages] usbutils: update to 004
SVN-Revision: 28159
Stephen Walker [Sat, 3 Sep 2011 22:53:30 +0000 (22:53 +0000)]
[packages] tor-alpha: update to 0.2.3.3-alpha, disable man pages
SVN-Revision: 28158
Stephen Walker [Sat, 3 Sep 2011 22:53:04 +0000 (22:53 +0000)]
[packages] tor: update to 0.2.2.32, disable man pages, refresh patches
SVN-Revision: 28157
Stephen Walker [Sat, 3 Sep 2011 22:52:29 +0000 (22:52 +0000)]
[packages] libevent2: update to 2.0.14, add sf mirror
SVN-Revision: 28156
Stephen Walker [Sat, 3 Sep 2011 22:51:52 +0000 (22:51 +0000)]
[packages] dash: update to 0.5.7
SVN-Revision: 28155
Stephen Walker [Sat, 3 Sep 2011 22:51:16 +0000 (22:51 +0000)]
[packages] radvd: update to 1.8.1, remove obsolete patch
SVN-Revision: 28154
Stephen Walker [Sat, 3 Sep 2011 19:32:22 +0000 (19:32 +0000)]
[packages] perl: remove Peter as he is no longer the maintainer
SVN-Revision: 28153
Stephen Walker [Sat, 3 Sep 2011 06:28:50 +0000 (06:28 +0000)]
[packages] ditg: fix md5sum
SVN-Revision: 28152
Jo-Philipp Wich [Thu, 1 Sep 2011 20:04:24 +0000 (20:04 +0000)]
[packages] lighttpd: add .svn mimetype (#10016)
SVN-Revision: 28146