Commit graph

1986 commits

Author SHA1 Message Date
Michael Heimpold
2f3cfb9c2d mpd: factor out avahi service file
As discussed in #543 provide the avahi service file within its own
tiny package to allow the user to choose which services are
announced.

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

---

The former avahi service file was only installed for mpd-full. Does
the mpd-mini does not support network functionality?

Then we should adjust deps here...
2014-12-08 23:15:25 +01:00
Michael Heimpold
1c6580d05d openssh: provide an avahi service file
As discussed in #543, we can announce the SFTP service via Avahi
when sftp-server is installed.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2014-12-08 23:15:25 +01:00
Michael Heimpold
d1f7e907a5 avahi: factor out service files into own packages
This allows the user to select individual services to be announced
via Avahi.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2014-12-08 23:04:00 +01:00
Michael Heimpold
36ea069216 avahi: trim descriptions of HTTP and SSH services
This makes the description of the HTTP and SSH services look the
same as in other distributions as suggested by kirelagin in #543.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2014-12-08 23:01:16 +01:00
Steven Barth
eeabfeed8e privoxy: moved to github and update to 3.0.22
- moved from oldpackages to github
- set maintainer
- update pkg source to new version 3.0.22
- run privoxy as non root user privoxy:privoxy
- using procd including network events to restart on changes
- log start and stop to syslog, privoxy not using syslog

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-12-08 20:41:22 +01:00
Nikos Mavrogiannopoulos
3b8614c44b Merge pull request #595 from ffainelli/stoken
Add stoken and update openconnect to use it
2014-12-08 20:00:19 +01:00
Stefan Hellermann
9c2110c7e2 luasec: update to 0.5 to fix memory leak hit by prosody
Noted in luasec 0.4.1 Changelog:
Activate SSL_MODE_RELEASE_BUFFERS by default if it is available (thanks Prosody project)

Update to latest 0.5 to fix a few other leaks.
luasec moved to github, so update URL and license info.
Move package maintainer to correct place in Makefile, hope he is okay with it.

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
2014-12-08 14:43:28 +01:00
Thomas Heil
beec04e736 Merge pull request #613 from the2masters/prosody
prosody: update to 0.9.7
2014-12-08 14:28:33 +01:00
Stefan Hellermann
0410029b09 prosody: update to 0.9.7
update prosody to 0.9.7 to get the latest fixes. Changelogs:
http://blog.prosody.im/prosody-0-9-5-released/
http://blog.prosody.im/prosody-0-9-6-released/
http://blog.prosody.im/prosody-0-9-7-released/

Tested for a few days with a dozen clients

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
2014-12-08 14:20:11 +01:00
Stefan Hellermann
02f732fb5d btrfs-progs: Fix init script
the init script calls the old btrfsctl util, which is not included in
btrfs-progs anymore. Update the init script to call "btrfs device scan"
which assembles multi device btrfs filesystems.

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
2014-12-08 14:02:28 +01:00
Stefan Hellermann
4680f3514b btrfs-progs: add libacl as compile time dependency
I got following error while compiling btrfs-progs for ar71xx:

    make[4]: Entering directory `/home/stefan/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/btrfs-progs-v3.17.3'
        [LN]     libbtrfs.so.0
        [LN]     libbtrfs.so
        [CC]     btrfs-convert.o
        [LD]     libbtrfs.so.0.1
    /home/stefan/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib/libblkid.so: warning: This version of __fpending returns bytes remaining in buffer for both narrow and wide streams.  glibc's version returns wide chars in buffer for the wide stream case.
        [LD]     mkfs.btrfs
        [LD]     btrfs
        [LD]     btrfs-debug-tree
        [LD]     btrfs-image
        [LD]     btrfs-map-logical
        [LD]     btrfs-zero-log
        [LD]     btrfs-find-root
    btrfs-convert.c:30:21: fatal error: sys/acl.h: No such file or directory
     #include <sys/acl.h>
                         ^
    compilation terminated.
    make[4]: *** [btrfs-convert.o] Error 1

fix it by adding libacl as compile time dependency, as btrfs-convert is not
linked to libacl.

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
2014-12-08 13:37:31 +01:00
Ian Leonard
1dafe457f7 libpng: update to 1.2.52
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-12-08 02:22:22 -08:00
Daniel Golle
c088105ae2 btrfs-progs: fix libattr linking and dependency
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-12-08 07:22:29 +01:00
Florian Fainelli
a54d31ed3f openconnect: add an option to support stoken
Add a new build configuration option for openconnect and let it link
against libstoken if instructed to. Two new uci configuration variables
are introduced: "token_mode" and "token_secret" to allow openconnect to
use those.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
2014-12-07 21:18:52 -08:00
Florian Fainelli
ebd0c44052 utils: add stoken
stoken is a tokencode generator compatible with RSA SecurID
128-bit (AES). stoken supports libtomcrypt and libnettle, we build
against nettle by default since tomcrypt is not packaged by OpenWrt

Signed-off-by: Florian Fainelli <florian@openwrt.org>
2014-12-07 21:01:09 -08:00
Sebastian Wendel
158f4bf71f libnfc: updated Makefile copyright header
Signed-off-by: Sebastian Wendel packages@sourceindex.de
2014-12-07 15:23:47 +01:00
Steven Barth
f09c886a21 Merge pull request #608 from chris5560/master
ddns-scripts: Update to version 2.1.0-3
2014-12-07 15:03:31 +01:00
Christian Schoenebeck
5e8123eb3b ddns-scripts: Update to version 2.1.0-3
- removed special handling for dynamic_dns_helper.sh and url_escape.sed in Makefile/postinst
- minor fixes in logging
- allow retry_count of "0" to run infinite retrys on error
	-- https://dev.openwrt.org/ticket/18382
- changed naming of .dat and .err file to have one per section, not one per process
- defer hotplug helper from 25-ddns to 95-ddns (according initscript START=95)
	-- https://github.com/openwrt/packages/issues/568 (#568)
- fix commandline for busybox wget
	-- https://dev.openwrt.org/ticket/18411
	-- https://dev.openwrt.org/ticket/18437
	-- https://github.com/openwrt/packages/issues/605 (#605)
- remove checking answer from ddns provider because there are to many different.
	Some providers do not follow API from dyndns.com

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-12-07 14:45:31 +01:00
Steven Barth
b086e6ca33 Merge pull request #607 from wongsyrone/patch-1
fdm: add missing quote mark in Makefile
2014-12-07 13:16:40 +01:00
Syrone Wong
65754827b1 fdm: add missing quote mark in Makefile
This commit will fix compile warning as below

tmp/.config-package.in:22096:warning: multi-line strings not supported

Signed-off-by: Shuoyao Wang <wong.syrone@gmail.com>
2014-12-07 19:48:17 +08:00
Steven Barth
6abf491ff3 Merge pull request #604 from Shulyaka/master
postfix: broken mynetworks parameter default value
2014-12-07 11:19:03 +01:00
Steven Barth
1483102d1b Merge pull request #578 from Frieds-Technology/dmx_usb_module
dmx_usb_module: new package added
2014-12-07 11:17:53 +01:00
Noah Meyerhans
0230141e17 ipsec-tools: Use procd in racoon's init script
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2014-12-06 14:11:10 -08:00
Noah Meyerhans
d3d3f1e57b bind: Use procd in /etc/init.d/named
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2014-12-06 14:11:10 -08:00
Denis Shulyaka
9adfea21f9 postfix: broken mynetworks parameter default value
Fixed an issue with the default parameter value.

1. By default, the init script set ip address instead of network address in the parameter value (i.e. 192.168.1.1/24 instead of 192.168.1.0/24)
2. Dynamic address were not caught by the init script

As a result, if the mynetworks parameter was left default, Postfix would have rejected the mails with the following message in the logs:

Sat Dec  6 23:26:45 2014 mail.info postfix/smtpd[22806]: NOQUEUE: reject: RCPT from unknown[104.167.106.30]: 451 4.3.0 <ds_gitcommit@shulyaka.org.ru>: Temporary lookup failure; from=<delivery@mx.sailthru.com> to=<ds_gitcommit@shulyaka.org.ru> proto=ESMTP helo=<mx-indiegogo-b.sailthru.com>
Sat Dec  6 23:26:45 2014 mail.warn postfix/smtpd[22806]: warning: non-null host address bits in "127.0.0.1/8", perhaps you should use "127.0.0.0/8" instead

This commit fixes that behavior for the new installations.

Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2014-12-07 01:00:30 +03:00
Sebastian Wendel
c3ffb23a25 libnfc: new package including the latest version of libnfc and utils
Signed-off-by: Sebastian Wendel <packages@sourceindex.de>
2014-12-06 18:15:43 +01:00
Ted Hess
5382c7fc55 gst1-plugins-bad: (Re-)add srtp plugin (use latest libsrtp)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-06 10:44:56 -05:00
Nikos Mavrogiannopoulos
78bf9cc554 openconnect: simplified cmdline appending
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-12-05 20:27:45 +01:00
Nikos Mavrogiannopoulos
cceb3799e3 ocserv: enable the X-CSTP-DynDNS header
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-12-05 20:14:52 +01:00
Nikos Mavrogiannopoulos
9ea507c3ab openconnect: added upstream patch for dynamic IPs
That requires an update to ocserv as well to advertise them.
2014-12-05 20:01:32 +01:00
Daniel Golle
5b9977c6a7 btrfs-progs: import from oldpackges
bump to 3.17.3, add LICENSE and MAINTAINER info, bump license header,
add missing dependencies, ...

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-12-05 18:57:45 +01:00
Ted Hess
0cbca8677d gst1-plugins-bad: disable srtp library build - not used
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-05 16:40:53 -05:00
Daniel Golle
52b5924f18 cryptsetup: bump copyright header
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-12-05 16:47:49 +01:00
Daniel Golle
a7e91318ce cryptsetup: add PKG_LICENSE information
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-12-05 16:46:30 +01:00
Daniel Golle
fc004f77e4 import cryptsetup from oldpackages
and bump version to 1.6.6 and switch to kernel.org mirror

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-12-05 15:44:02 +01:00
Daniel Golle
d73dea9d94 lvm2: bump version to 2.02.114
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2014-12-05 15:21:42 +01:00
Thomas Heil
9912b6cbff haproxy: update to version 1.9 patch 02
- BUILD: fix "make install" to support spaces in the install dirs
 - BUG/MEDIUM: checks: fix conflicts between agent checks and ssl healthchecks
 - BUG/MEDIUM: ssl: fix bad ssl context init can cause segfault in case of OOM.
 - BUG/MINOR: samples: fix unnecessary memcopy converting binary to string.
 - BUG/MEDIUM: connection: sanitize PPv2 header length before parsing address information
 - BUG/MEDIUM: pattern: don't load more than once a pattern list.
 - BUG/MEDIUM: ssl: force a full GC in case of memory shortage
 - BUG/MINOR: config: don't inherit the default balance algorithm in frontends
 - BUG/MAJOR: frontend: initialize capture pointers earlier
 - BUG/MINOR: stats: correctly set the request/response analysers
 - DOC: fix typo in the body parser documentation for msg.sov
 - BUG/MINOR: peers: the buffer size is global.tune.bufsize, not trash.size
 - MINOR: sample: add a few basic internal fetches (nbproc, proc, stopping)
 - BUG/MAJOR: sessions: unlink session from list on out of memory
 - BUG/MEDIUM: patterns: previous fix was incomplete
 - BUG/MEDIUM: payload: ensure that a request channel is available

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-12-05 13:02:19 +01:00
Ted Hess
7c6557b9c3 gstreamer1: Use lazy symbol binding to load plugins
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-04 15:16:16 -05:00
Michael Heimpold
bfd83c310f Merge pull request #585 from chewi/master
libxml2: Fix zlib detection the right way
2014-12-04 20:41:48 +01:00
Ted Hess
5c74e4fc56 Merge pull request #593 from lukbaj/master
Update libimobiledevice, libplist, libusbmuxd and usbmuxd
2014-12-04 12:09:07 -05:00
Lukasz Baj
dd9b7ea73a Update libimobiledevice, libplist, libusbmuxd and usbmuxd
Updated libraries and tools to support connectivity of Apple devices,
such as iPads, iPods and iPhones.

Signed-off-by: Lukasz Baj <l.baj@radytek.com>
2014-12-04 14:40:13 +01:00
Imre Kaloz
a51211d8aa Merge pull request #592 from ageekymonk/chilli_proxy
coova-chilli: adding menuconfig option for enabling chilli proxy
2014-12-04 13:39:00 +01:00
Steven Barth
dc902eecd0 strongswan: correctly install plugin include configs
Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-04 11:37:42 +01:00
Peter Wagner
14be8d35e8 git: update to 2.2.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-12-04 10:12:32 +01:00
Ramanathan Sivagurunathan
86e005dd99 Coova-chilli: Adding Menu option for enabling chilli proxy.
Chilli proxy is used when one does not want to setup AAA server
but want to handle AAA through http.

Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or

(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or

(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.

(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.

Signed-off-by: Ramanathan Sivagurunathan ramzthecoder@gmail.com
2014-12-04 17:45:06 +11:00
Steven Barth
cef42c57ce Merge pull request #590 from thess/gstreamer-update
gstreamer1: Upgrade to 1.4.4
2014-12-04 07:31:52 +01:00
Steven Barth
b3d761c68d Merge pull request #591 from thess/gst1-libav-update
gst1-libav: Update to 1.4.4, disable CPU optimizations as in ffmpeg
2014-12-04 07:31:43 +01:00
Ted Hess
d77c9b88ce gst1-libav: Update to 1.4.4, disable CPU optimizations as in ffmpeg
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-03 14:57:11 -05:00
Ted Hess
b72025a36c gstreamer1: Upgrade to 1.4.4
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-03 13:33:25 -05:00
Ted Hess
b94a1dd389 glib2: Upgrade to 2.42.1
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-03 13:09:49 -05:00