5681 Commits

Author SHA1 Message Date
mb
e198ec1cf7 psfreedom: fix dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22930 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-05 00:29:54 +00:00
mb
b64627a215 Add psfreedom
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22929 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-05 00:16:19 +00:00
marek
eee1cb24fe batman-adv: update package to latest release (2010.1.0)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22925 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 23:36:15 +00:00
florian
b0ae26bdf5 [package] olsrd.init add virtual interface name
This patch add interface name handling for the NonOlsrIf Option in olsrd init script.
e.g. NonOlsrIf=lan and not NonOlsrIf=eth0

Signed-off-by: Patrick Grimm <patrick@lunatiki.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22918 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 18:27:16 +00:00
florian
a6de560e01 [package] fix vnstat install usage on FreeBSD and MacOSX (#7718)
vnstat's makefile uses the '-D' option which is only part of GNU install,
thus compiling vnstat for OpenWrt on FreeBSD or Mac OS X fails because of
the missing option.

Attached is a patch to have the install target separately create the
destination directory before installing the vnstat.conf file to $(DEST)/etc.
Additionally it also removes an erroneous tab character in the Makefile.

The patch is meant to go in feeds/packages/net/vnstat/patches/ directory.

TRAC Ticket: https://dev.openwrt.org/attachment/ticket/7718/

Signed-off-by: Joe Roback <joe@roback.cc>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22913 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 18:04:13 +00:00
florian
49c35ef1fc [package] sctp: Add SCTP library support
This patch provides a new module for the userland SCTP library.
This library is required by applications for full support of the SCTP
protocol.
This patch should be applied only after the kmod-sctp is integrated.
It applies against packages.git.

Signed-off-by: Sebastien Decugis <sdecugis@nict.go.jp>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22912 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 18:04:05 +00:00
florian
98120d9b4b [package] add mysql-server (#7384)
This is a patch to build the mysql server. So far I only have the
kirkwood target to test on, but it works great on that.

There seems to be some contention on whether Openwrt should have a
mysql-server package, but I don't see why it shouldn't at least have
the option. A full LAMP stack is now a reality.

Closes out https://dev.openwrt.org/ticket/7384

Again, I'm still pretty new to this, so any constructive criticism
would be appreciated.

Sorry for the attachment, but I wanted to make sure the whitespace and
lines got preserved.

Signed-off-by: Kyle Anderson <kyle@xkyle.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22911 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 18:04:02 +00:00
florian
e2097a671f [package] add poco C++ library
The included patch modifies the poco configure script by adding an option
to disable the support of shared memory  (not supported by uclibc).

It can be improved by disabling the compiling of the debug version of the
libraries - they are currently not included in the ipkg, but are still compiled.

Signed-off-by: Nicolas Leonard <leonard.nicolas@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22910 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 18:03:54 +00:00
jow
296bfe7550 [packages] usb-modeswitch-data: update to v20100826, switch source mirror to draisberghof.de
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22904 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 17:30:59 +00:00
jow
4ee1eb1de4 [packages] usb-modeswitch: bump to v1.1.4, make hotplug less chatty
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22903 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 17:29:44 +00:00
florian
a6cb3f59be [package] update owfs to 2.8p1, patch from Nicolas Leonard
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22896 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 16:11:45 +00:00
florian
1245f038bc [package] update openvpn-devel to week 36 snapshot
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22895 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 16:11:42 +00:00
florian
8cf70e9247 [package] update mercurial to 1.6.2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22894 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 16:11:39 +00:00
florian
61df914aa6 [package] add sslstrip
This patch adds sslstrip (http://www.thoughtcrime.org/software/sslstrip)
to OpenWrt.

A MITM tool that implements Moxie Marlinspike's HTTPS stripping attacks.
It will transparently hijack HTTP traffic on a network,
watch for HTTPS links and redirects, then map those links
into either look-alike HTTP links or homograph-similar HTTPS
links. It also supports modes for supplying a favicon which
looks like a lock icon, selective logging, and session denial.

Signed-off-by: Luis Alberto Dallos Roa <luis.dallos@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22892 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 16:04:39 +00:00
acoul
b231e4743a utils/picocom: update picocom to version 1.6 (closes #7873)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22886 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-04 07:22:35 +00:00
obsy
4dce7b6b5a [packages] transmission: always enable large file support
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22873 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-02 15:10:15 +00:00
swalker
063c3b3b1f [packages] wing: put Roberto's email address inside angle brackets instead of parens, again
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22872 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-02 04:56:32 +00:00
dingo
82d12458d3 [patchteam] WING version bump / updates for HNA and fixes for some scripts
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22868 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-01 14:41:49 +00:00
ryd
ca799d93a3 Update ChaosVPN
done by Haegar
add init script
update to version 2.0



git-svn-id: svn://svn.openwrt.org/openwrt/packages@22831 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-29 12:38:00 +00:00
jow
c7e344705f [packages] horst: fix endianess issues in protocol parser (#7822)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22830 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-29 11:55:48 +00:00
marek
2de2e5f023 batman-adv: adding stability patches
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@22823 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-27 17:42:48 +00:00
mb
14bf835bfb qt4: Fix non-GUI build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22822 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-27 16:12:57 +00:00
ryd
d6434b1c39 Add chaosvpn
by Christopher J. Pilkington



git-svn-id: svn://svn.openwrt.org/openwrt/packages@22820 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-26 22:27:08 +00:00
swalker
a4d6166917 [packages] usbutils: update to 0.90
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22818 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-26 20:30:14 +00:00
mb
8eec308ae4 pwrtray: Add qt4-gui dep
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22816 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-26 19:50:47 +00:00
jow
6f1f34eaaf [packages] imapfilter: package deprecated.lua too (#7814)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22810 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-26 01:05:45 +00:00
benoar
5b63e52ee8 [package] btrfs-utils: put it in the correct submenu
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22809 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-26 00:17:11 +00:00
benoar
2e40982c2e [package] nginx: update to 0.7.67
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22808 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-26 00:08:55 +00:00
benoar
faa96cd5df [package] nginx: packaging enhancements
* add a separate config menu for optionnal modules (not every possible
   module are here; just taken the ones Debian enables). By default they
   are all disabled, so this removes the default dependency on
   libopenssl.
 * correctly listed conffiles
 * enable IPv6 only when CONFIG_IPV6 is set
 * change the default listening adress in nginx.conf when IPv6 is
   enabled so that it listens on [::]


git-svn-id: svn://svn.openwrt.org/openwrt/packages@22807 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-26 00:05:56 +00:00
mirko
5c4a786759 [DirectFB] copy over default cursor file
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22794 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-25 11:00:48 +00:00
mirko
9f522a4ab6 [qt4] reorganize conditional drawing-backend dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22793 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-25 11:00:44 +00:00
mirko
d6e37f13d8 [qt4] do not select tslib, but depend on it (to insure it's getting built before)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22792 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-25 11:00:37 +00:00
swalker
0ca7020ab7 [packages] zile: update to 2.3.19
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22789 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-25 01:10:45 +00:00
swalker
b5c5df72cd [packages] nano: update to 2.2.5
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22788 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-25 01:10:06 +00:00
cshore
9e0436fd11 [packages] net/freeswitch: Added mod_voicemail config mentioned but forgotten in a previous commit.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22784 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-24 13:23:26 +00:00
cshore
b3d326bbee [packages] net/freeswitch: Use /usr/share/freeswitch as prefix; this means freeswitch files not in bin, lib, or include will be stored under /usr/share/freeswitch.
Modify the configuration so that recordings are stored on /var/lib/freeswitch/recordings by default (this is a tmpfs so should be change if persistance is needed).
  Allow the scripts and htdocs to have their directories set individually instead of requirings them to be under /usr/share/freeswitch.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22783 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-24 13:21:40 +00:00
cshore
0e83f0b891 [packages] net/freeswitch: Use /usr/share/freeswitch as prefix; this means freeswitch files not in bin, lib, or include will be stored under /usr/share/freeswitch.
Modify the configuration so that recordings are stored on /var/lib/freeswitch/recordings by default (this is a tmpfs so should be change if persistance is needed).
  Allow the scripts and htdocs to have their directories set individually instead of requirings them to be under /usr/share/freeswitch.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22782 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-24 13:21:35 +00:00
mb
a2351e32bc pwrtray: Add n810 battery support
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22779 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-23 14:05:22 +00:00
cshore
6bb8ac3e48 [packages] net/freeswitch: Fixed auto module enabling for modules with more dashes than mod-modname (need to transform to underscores in the postinst/postrm scripts). This was part of getting mod_say_en to work. As part of getting mod_say_en working (and de, ru, and fr), added per-package config for freeswitch-mod-say-{en, fr, de, ru}.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22775 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-22 22:18:15 +00:00
florian
a753f9759d [package] update miredo to 1.2.3, packaged miredo-privproc, add client-hook script, patch from Alexander Khrykin
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22763 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-22 16:36:35 +00:00
florian
781558328a [package] update libusb-1.0 to 1.0.8 (#7806)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22762 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-22 16:36:33 +00:00
florian
ed6091f2ae [package] update aprx to 2.00 r421 (#7803)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22761 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-22 16:36:30 +00:00
cshore
76955d7a1e [packages] net/freeswitch: Added includes for phrases back to freeswitch.xml and bumped package version
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22756 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-22 05:33:56 +00:00
cshore
c305c0626c [packages] net/freeswitch: Re-added per-package module configurartion (currently only voicemail uses it).
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22755 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-22 05:06:49 +00:00
dingo
cd71361703 [patchteam] dudders needs to be started after time synchronisation, because
if the time is not correct then the DNS update fails.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@22754 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-22 04:46:16 +00:00
agb
a9a6dcb51c [packages] net/znc: fixup compilation options. Closes #7786, thanks Obsy
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22750 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-21 16:43:48 +00:00
acoul
b9818923d4 net/ethtool: update to ethtool-2.6.35
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22746 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-21 14:43:28 +00:00
mb
dced881ccf pyqt4: Fix build deps
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22744 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-20 19:28:29 +00:00
mb
93221d2a0f Add PyQt4
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22743 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-20 18:24:49 +00:00
mb
a01fa8f0d4 qt4: Make sure that damned function is really inlined
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22742 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-20 17:34:32 +00:00