Commit graph

575 commits

Author SHA1 Message Date
Christian Schoenebeck
64250aebc7 ddns-scripts: update to version 2.1.0-4
* remove CHANGELOG from distribution
* fix syslog output printing "\n" or other formating chars
* ddns configuration
    - new UCI-config value ddns.global.allow_local_ip "0" or "1"
(default "0") - (OpenWrt Ticket 18642)
* dynamic_dns_functions.sh
- new function split_FQDN() splits a given FQDN into host,
(registerable) domainname, and TLD using
https://publicsuffix.org/list/effective_tld_names.dat
- verify_host_port() use BIND host, if installed
- verify_host_port() not detecting ip, if already given
- fixed regexp for IP detection from nslookup's answer - (OpenWrt
Ticket 16363)
- support ddns.global.allow_local_ip to allow sending non public IP's
to DDNS provider like 127.x, 192.168.x.x or fxxx - (OpenWrt Ticket
18642)
* new file tld_names.dat
- used by dynamic_dns_functions.sh inside split_FQDN() function to
find valid TLD's
* update_cloudflare.sh
- modified subdomain/domain splitting using split_FQDN()
- modified support for AA12.09 (json_get_keys())
- minor fixes and cleanup
- many thanks to Aaron Tanner for testing

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-01-11 15:39:47 +01:00
Steven Barth
881f9d0107 Merge pull request #763 from morgenroth/Update-to-1.0
Upgrade IBR-DTN to version 1.0.0
2015-01-11 08:39:22 +01:00
Nicolas Thill
e2b6aedea8 ser2net: import from old packages feed
- update to latest version (v2.10.0)
 - add a patch to fix compilation failures due to missing TIOCSRS485 macro
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-10 23:17:01 +01:00
Nikos Mavrogiannopoulos
251eaf99fd ocserv: corrected the extraction of dyndns name
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 21:50:17 +01:00
Nicolas Thill
664258e3d5 pen: import from old packages feed
- update to latest version (v0.25.1)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-10 18:31:26 +01:00
Johannes Morgenroth
111d3f9d84 ibrdtnd: Updated to 1.0.0
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-01-10 17:30:57 +01:00
Johannes Morgenroth
df34963277 ibrdtn-tools: Updated to 1.0.0
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-01-10 17:30:57 +01:00
Nikos Mavrogiannopoulos
387ec8dbe8 openconnect: automatically enable rebind for DNS servers sent by VPN server
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 11:30:44 +01:00
Nikos Mavrogiannopoulos
b53e5bfe87 openconnect: move certificate files to config/ to add graceful upgrade
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 11:12:33 +01:00
Nikos Mavrogiannopoulos
9e75cfeeef openconnect: removed unneeded entries from interface
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 11:00:35 +01:00
Nikos Mavrogiannopoulos
66cf9c34eb openconnect: updated to 7.03
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 11:00:30 +01:00
Nikos Mavrogiannopoulos
c19342901a openconnect: register split-dns to dnsmasq
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 11:00:17 +01:00
Ted Hess
a922475cd2 Merge pull request #751 from tru7/patch-4
linknx: change runtime patch in config files
2015-01-09 06:54:56 -05:00
Peter Wagner
45e8c33f3a [tor]: update to 0.2.5.10
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-01-08 13:49:07 +01:00
Othmar Truniger
d83f4e5028 linknx: fix name of PID file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-08 10:22:50 +01:00
Ted Hess
a140e60409 Merge pull request #752 from tru7/patch-3
linknx: fix permissions, add conffiles in Makefile
2015-01-07 19:50:54 -05:00
Matthias Schiffer
6cafaf4cf8 fastd: update configuration options
When updating fastd, some added and renamed CMake options had been forgotten, so
it was impossible to disable some feature to reduce its size.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2015-01-08 01:12:07 +01:00
Othmar Truniger
81f06b2756 linknx: change runtime patch in config files
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-07 21:43:56 +01:00
Othmar Truniger
66a7e02d1b linknx: fix permissions, add conffiles in Makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-07 21:41:17 +01:00
Adam Gensler
675b31cdf8 Add netcat package from old 14.07 package repository.
Signed-off-by: Adam Gensler openwrt@a.gnslr.us
2015-01-06 19:10:34 -05:00
Alexandru Ardelean
e87af5bd0e openvswitch: upgrade to version 2.3.1
Release notes here:
   https://github.com/openvswitch/ovs/blob/v2.3.1/NEWS

Remove patch (included in 2.3.1):
   0005-datapath-backport___ip_select_ident_function.patch

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-01-06 17:05:31 +02:00
Steven Barth
8602b0d415 Merge pull request #730 from tru7/patch-3
knxd: use better macrons in Makefile
2015-01-05 10:00:39 +01:00
Othmar Truniger
23a17f85ac linknx: use better macros in Makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-04 22:13:07 +01:00
Othmar Truniger
a0afa7623d knxd: use better macrons in Makefile
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-04 22:05:31 +01:00
Thomas Heil
a393c6b021 haproxy: update to version 1.5.10
- DOC: fix a few typos
 - BUG/MINOR: http: fix typo: "401 Unauthorized" => "407 Unauthorized"
 - BUG/MINOR: parse: refer curproxy instead of proxy
 - DOC: httplog does not support 'no'
 - MINOR: map/acl/dumpstats: remove the "Done." message
 - BUG/MEDIUM: sample: fix random number upper-bound
 - BUG/MEDIUM: patterns: previous fix was incomplete
 - BUG/MEDIUM: payload: ensure that a request channel is available
 - BUG/MINOR: tcp-check: don't condition data polling on check type
 - BUG/MEDIUM: tcp-check: don't rely on random memory contents
 - BUG/MEDIUM: tcp-checks: disable quick-ack unless next rule is an expect
 - BUG/MINOR: config: fix typo in condition when propagating process binding
 - BUG/MEDIUM: config: do not propagate processes between stopped processes
 - BUG/MAJOR: stream-int: properly check the memory allocation return
 - BUG/MEDIUM: memory: fix freeing logic in pool_gc2()
 - BUG/MEDIUM: compression: correctly report zlib_mem

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2015-01-04 18:21:07 +01:00
Thomas Heil
5ef87ec191 memcached: update to version 1.4.22
- Bugfix maintenance release

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2015-01-04 18:17:46 +01:00
Thomas Heil
bf6152058b Merge pull request #717 from MikePetullo/master
prosody: fix use of randomseed (prosody issue #439)
2015-01-04 18:06:11 +01:00
Nikos Mavrogiannopoulos
33c5c14c52 Merge pull request #723 from gohai/openconnect-readme-fixes
openconnect: update README
2015-01-03 19:04:55 +01:00
Nikos Mavrogiannopoulos
d647bd3464 openconnect: updated to 7.02
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-03 18:58:39 +01:00
gohai
e1340c761c openconnect: update README
Signed-off-by: Gottfried Haider <gottfried.haider@gmail.com>
2015-01-03 17:29:48 +01:00
Steven Barth
18dd4d2cd7 Merge pull request #721 from tru7/patch-3
linknx: fix Makefile to use TABs instead of spaces
2015-01-03 17:08:24 +01:00
Othmar Truniger
be0ed6fc2c linknx: fix Makefile to use TABs instead of spaces
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-03 16:13:54 +01:00
Othmar Truniger
634d442613 knxd: fix Makefile to use TABs instead of spaces
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-03 16:07:14 +01:00
Steven Barth
2993533747 Merge pull request #714 from tru7/net-linknx
linknx: new package
2015-01-03 11:53:07 +01:00
W. Michael Petullo
9bcbcdfbc1 prosody: fix use of randomseed (prosody issue #439)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-01-02 14:22:54 -05:00
Othmar Truniger
1a9bc1c43a linknx: add dist xml conf file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:22:57 +01:00
Othmar Truniger
934d7f249e linknx: add config file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:21:03 +01:00
Othmar Truniger
c7e53198ae linknx: add init file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:20:11 +01:00
Othmar Truniger
d2c7bf32ae linknx: add Makefile for new package
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:18:51 +01:00
Othmar Truniger
c978ec5335 knxd: add config file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:15:49 +01:00
Othmar Truniger
f2bdf8e63f knxd: add init file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:14:02 +01:00
Othmar Truniger
3a8983f379 knxd: add patch file
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:12:53 +01:00
Othmar Truniger
deedcd2b2a knxd: add Makefile for new package
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:11:31 +01:00
Steven Barth
4b93183f55 Merge pull request #693 from chris5560/master
[luci-app-privoxy] New LuCI App to support privoxy
2014-12-26 09:57:24 +01:00
Saverio Proto
695b595012 [tinc] Update to tinc 1.0.25 2014-12-24 09:49:05 +01:00
Steven Barth
d838872cc5 fwknop: refresh patches
Signed-off-by: Steven Barth <steven@midlink.org>
2014-12-23 14:57:34 +01:00
Peter Wagner
335dbdb850 git: update to 2.2.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2014-12-23 13:28:35 +01:00
Christian Schoenebeck
dca364638e [luci-app-privoxy] New LuCI App to support privoxy
New LuCI Application to support privoxy WEB proxy

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-12-23 11:51:42 +01:00
Christian Schoenebeck
6aa05568b8 [privoxy] remove using procd
* go back to "old" initscript not using procd
    * privoxy running --no-daemon only logging to STDERR
    * procd do not support redirection of STDOUT/STDERR, '2>file' as a command parameter does not work

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-12-23 10:50:51 +01:00
Steven Barth
45cb1f563f Merge pull request #691 from kissg1988/seafile
seafile-server: fix fastcgi mode settings in seafile-admin script
2014-12-23 10:29:09 +01:00