7574 Commits

Author SHA1 Message Date
nico
9decdb3e5c packages: add python-django (closes: #10191)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29142 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-15 01:04:31 +00:00
nico
bf71bed5c7 packages/python-imaging-library: fix cross compile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29141 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-15 00:38:48 +00:00
nico
cd42decb9f packages: add python-imaging-library (PIL)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29140 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 23:30:57 +00:00
nico
306b6a1f1e packages/polipo: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29139 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 23:30:55 +00:00
zioproto
40bd40c0d4 [packages] tinc: contribution from linus.luessing@web.de - configuration via uci similar to OpenVPN package
With this commit configuration via uci, similiar to the one used for
OpenVPN, will be added to tinc.

Most of the parameters are working just as described in the official
manpages of tincd and tinc.conf as provided by its developer.

The only exceptions are 'disabled' which if set to 1 will make the
init script completely ignore this tinc network and/or tinc host
and 'generate_keys' which if set to 1 will check whether
a key pair is already present for the given tinc network and if not will
generate them with the key size of "key_size" (default if not present:
2048) - this reduces the "effort" of setting up a tinc VPN on a router
to just providing the right uci config file with no need of creating
custom initialization scripts for for instance the key generation.

Furthermore, similiar to the OpenVPN configuration, also tinc configs
of its native format can be used. They just need to be placed in
/etc/tinc/NETNAME. The init scripts will always copy the content of
/etc/tinc/ to /tmp first and will append any parameters provided in
/etc/config/tinc afterwards (the user needs to take care to not specify
non-list parameters in both uci and native config).

(Trivial note: not working URLs of old repositories have been removed from Makefile for downloading sources)



git-svn-id: svn://svn.openwrt.org/openwrt/packages@29137 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 21:41:03 +00:00
zioproto
cb8e2c5949 [packages] olsrd: trivial, fixing copyright header
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29135 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 21:31:06 +00:00
zioproto
ff3216995d [packages] olsrd: Manuel Munz freifunk@somakoma.de modified init file of olsrd with improvements for 6and4 operation and also for setup of smartgw
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29134 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 21:27:40 +00:00
zioproto
7949f082b3 [packages] olsrd: Version bump to 0.6.2
txtinfo plugin patch removed because now text is properly formatted, agreed with JoW
quagga patch removed because problem was fixed upstream in quagga, agreed with acinonyx


git-svn-id: svn://svn.openwrt.org/openwrt/packages@29131 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 21:10:05 +00:00
acinonyx
1d7c9bae52 [packages] quagga: Disable ospfclient (thanks jow)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29128 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 18:32:16 +00:00
tripolar
ae382a22db [packages] ntpd: * use libcap to drop roots privileges
* add ntp-key and ntp-key-ssl (linked against OpenSSL)
                 * update init file
                    - add ntp group and user
                 * compile with --without-lineeditlibs
                 * add ntptime to the ntp-utils package


git-svn-id: svn://svn.openwrt.org/openwrt/packages@29127 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 18:30:05 +00:00
jow
0fb79a798b [packages] ddns-scripts: add dnsexit.com (#10425)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29120 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 16:21:51 +00:00
marek
b265d99a29 batman-adv: update package to latest release (2011.4.0)
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@29118 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 15:52:12 +00:00
jow
15e4119bdb [packages] add libcap, a capability management library required by ntpd to run as non-root user, based on patch by Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29117 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 14:08:39 +00:00
loswillios
d569af71c5 [packages] pulseaudio: fix running as pulse user
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29104 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 08:27:25 +00:00
nico
df0ba0eaf4 packages/softflowd: use new service functions, use softflowctl to stop softflowd via control socket
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29100 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 02:38:54 +00:00
nico
a5c9c3954d packages/rinetd: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29099 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 02:38:53 +00:00
nico
ad04b648d1 packages/ptunnel: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29098 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 02:38:51 +00:00
nico
ac37eb2674 packages/haproxy: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29097 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 02:38:47 +00:00
nico
95ac7d92bb packages/restund: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29096 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 02:38:45 +00:00
nico
1a0b18f7f6 packages/stun: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29095 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 02:38:44 +00:00
nico
67ddcf9a51 packages/vpzone: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29094 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 02:38:42 +00:00
nico
33fa6ef156 packages/seeks: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29093 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 02:38:40 +00:00
nico
a39a39b539 packages/siproxd: use new service functions, create pid-file in /var/run/siproxd owned by nobody:nogroup
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29092 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 02:38:38 +00:00
nico
6bd8dc465e packages/sslh: use new service functions, with quirks to allow more than one instance to run simultaneously
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29091 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 02:38:35 +00:00
nico
9863946058 packages/lsm: use new service functions, pass proper CFLAGS, cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29090 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 02:38:32 +00:00
nico
6eb76e31ba packages/imspector: use new service functions, change 'enable' option to 'enabled'
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29089 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 02:38:30 +00:00
tripolar
c8b82c097f [packages] openssh: use ifeq not ifdef to use the same style
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29088 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 01:09:26 +00:00
tripolar
8696488401 [packages] openssh: if CONFIG_OPENSSL_ENGINE is defined compile with --with-ssl-engine
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29087 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-14 00:51:20 +00:00
tripolar
6e3d65dda0 [packages] openssh: set privsep-user and privsep-path
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29085 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 23:53:11 +00:00
nico
b3799c86e2 packages/igmpproxy: use new service functions, usr br-lan/br-wan in sample config file
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29083 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 22:16:32 +00:00
nico
26b1491d87 packages/rp-pppoe: use new service functions, use $(CP) instead of $(INSTALL_*) for packaging stuff installed by upstream Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29082 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 22:16:30 +00:00
nico
7b8394f701 packages/minidlna: various changes:
* fix "invasive" patches (those introducing a STAGING_DIR var into upstream Makefiles)
 * pass proper target OS name/version, not host ones
 * change db path to /var/run/minidlna and log path to /var/log
 * use new service functions

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29081 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 22:16:28 +00:00
nico
94bb1f0d7c packages/mpd: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29080 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 22:16:27 +00:00
nico
3da206df0a packages/bird: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29079 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 22:16:25 +00:00
nico
92399c4d51 packages/scpa5xx-view: use lowercase config option, use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29078 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 22:16:23 +00:00
nico
7fdcf9469a packages/pulseaudio: run as a pulse/pulse user/group, enable deprecated oss output, use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29077 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 22:16:21 +00:00
nico
df4b2e3547 packages/boxbackup: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29076 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 22:16:19 +00:00
nico
e6f5e2073c packages/samba3: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29075 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 22:16:18 +00:00
nico
574e9d6533 packages/tftp-hpa: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29074 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 22:16:16 +00:00
nico
e58ba6b82b packages/netatalk: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29073 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 22:16:14 +00:00
nico
85c3afc080 packages/autossh: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29072 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 22:16:12 +00:00
nico
ab643c10bd packages/n2n: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29071 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 22:16:11 +00:00
nico
20e3c05181 packages/linuxigd: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29070 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 22:16:09 +00:00
nico
e66bfed974 packages/updatedd: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29069 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 22:16:07 +00:00
nico
ca8a48fdf0 packages/unfs3: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29068 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 22:16:05 +00:00
nico
8c0b7b5890 packages/subversion: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29067 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 22:16:02 +00:00
nico
67d3639f8c packages/srelay: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29066 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 22:16:00 +00:00
nico
1df02c4d18 packages/olsrd: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29065 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 22:15:58 +00:00
nico
a9d02a667d packages/ndyndns: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29064 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 22:15:55 +00:00
nico
9fcfab1a1e packages/portmap: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29063 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 22:15:53 +00:00