Commit graph

1480 commits

Author SHA1 Message Date
champtar
816a92fa34 Merge pull request #401 from Adze1502/master
mwan3: update to version 1.5-8
2014-10-07 13:20:05 +02:00
Adze1502
964a4ebe1f mwan3: update to version 1.5-8
Fix bug introduced in version 1.5-7; args were not parsed to script.

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-10-07 11:23:02 +02:00
Marcel Denia
1d512d2843 bash: Update to 4.3.30
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-10-07 06:26:18 +02:00
Ted Hess
692338d6e4 Merge pull request #399 from roger-/micropython
micropython: update to latest
2014-10-06 19:58:08 -04:00
Roger
6a6cd39c0a micropython: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-10-06 17:58:37 -05:00
sbyx
f34106bd37 Merge pull request #397 from chris5560/master
ddns-scripts: fix problem during startup
2014-10-06 22:18:59 +02:00
Christian Schoenebeck
bc175726cd ddns-scripts: fix problem during startup
fixes problem CRITICAL ERROR - custom update_script not found
when extracting url and script from services / services_ipv6 file

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-10-06 21:49:47 +02:00
Alexandru Ardelean
4ed312143a python: reset packages and start off with minimal python
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-06 21:07:37 +03:00
Alexandru Ardelean
7bf1ae65a8 python: upgrade to version 3.4.1
Some notes:
- Python 3 (at least version 3.4) is pretty cross-compiler-friendly,
  so a lot of patches were thrown away.
- Arguments below were moved to ./files/config.site file, and disabled
      ac_cv_have_chflags=no \
      ac_cv_have_lchflags=no \
      ac_cv_py_format_size_t=no \
      ac_cv_have_long_long_format=yes \
      ac_cv_buggy_getaddrinfo=no \
- --without-ensurepip added, because the build wants to ensure that
  it works; that's a good idea, but for now, it requires special
  setup, and we can do that later
- --without-pymalloc added, becase in Python 3, modules are suffixed
  with m; e.g. so some paths are python3.4m instead of python3.4
  all this is detailed here:
         http://legacy.python.org/dev/peps/pep-3149/
  Maybe it will be a good idea to re-add this back

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-06 21:07:31 +03:00
Jo-Philipp Wich
259b47ac6f cyrus-sasl: fix typo in install section
An overly specific glob pattern in the package install sections prevents
the unversioned .so symlinks from getting copied into the .ipk.

This commit changes the pattern from xxx.so.* to xxx.so* in order to copy
those symlinks too. Fixes #382.

Also bump the copyright year in the Makefile while we're at it.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-06 17:27:43 +02:00
Alexandru Ardelean
da85f0770a python: reorganize package
Make python-mini the top-level and default Python package.
Make the other packages subpackages of the top-level python package.
Make old python package the python-full package.

Note: at this point, this package can be split/renamed to
python-legacy should anyone need Python 2. After this commit
it's going to be Python 3 all the way.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-06 17:34:28 +03:00
Alexandru Ardelean
1472a35f36 python: update copyright & maintainer
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-06 17:31:23 +03:00
Alexandru Ardelean
0169d40b81 python: import package as-is from old packages
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-06 17:31:23 +03:00
Thomas Heil
a6a3037fbd haproxy: fixes from upstream
- [PATCH 15/20] BUG/MEDIUM: remove debugging code from systemd-wrapper
 - [PATCH 16/20] BUG/MEDIUM: http: adjust close mode when switching to
 - [PATCH 17/20] BUG/MINOR: config: don't propagate process binding on
 - [PATCH 18/20] BUG/MEDIUM: check: rule-less tcp-check must detect
 - [PATCH 19/20] BUG/MINOR: tcp-check: report the correct failed step in
 - [PATCH 20/20] BUG/MINOR: config: don't propagate process binding for

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2014-10-06 16:28:36 +02:00
Steven Barth
6ab4a265a2 ddns-scripts: Added support for custom update scripts
Squashed commit of the following:

commit 2701c8868e1ef4949db57e53b27958edba6abb59
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date:   Sun Oct 5 11:01:57 2014 +0200

    ddns-scripts: Added support for custom update scripts

    Sample script
    Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>

commit e07ecb90fa2c7404a97cf64024e89bd9d88aacd4
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date:   Sun Oct 5 11:00:11 2014 +0200

    ddns-scripts: Added support for custom update scripts

    Added support for custom update scripts with new option update_script.
    function get_service_url() renamed to get_service_data() and extended to detect scripts inside service / service_ipv6 for later use
    function send_update() modified to support custom update scripts.
    Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>

commit 39e41b2151a79a7ace71a9d40b87cd4d6ce09503
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date:   Sun Oct 5 10:52:44 2014 +0200

    ddns-scripts: Added support for custom update scripts

    Added support for custom update scripts with new option update_script
    Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>

commit 33f264768e37d8a6fe564faaafa51a7b45a0ee19
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date:   Sun Oct 5 10:48:21 2014 +0200

    ddns-scripts: Insert description for NEW option update_script

    Insert description for NEW option update_script
    Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>

commit 6f6a60244df53e0556f5c75845c69aa832f97e4c
Author: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Date:   Sun Oct 5 10:43:52 2014 +0200

    ddns-scripts: Update PKG_RELEASE

    Update_PKG_RELEASE to reflect changes
    Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-10-06 08:39:59 +02:00
Nikos Mavrogiannopoulos
8a5d30147f ocserv: updated to 0.8.6
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-05 22:35:05 +02:00
sbyx
239553e8a0 Merge pull request #394 from arfett/master
mwan3-luci: update to 1.3-5
2014-10-05 09:51:48 +02:00
Aedan ARFETT Renner
0d93a49757 mwan3-luci: update to 1.3-5
new naming/wording - more generically mwan than mwan3
renamed cryptic variables/functions/etc everywhere
removed unused and unnecessary variables everywhere
cleaned up ugly and inefficient Lua and Javascript

Signed-off-by: Aedan Renner chipdankly@gmail.com
2014-10-04 15:56:28 -07:00
Ted Hess
c16a8f0b69 Merge pull request #376 from thess/rtorrent-rpc
rtorrent: enable rtorrent-rpc variant, update license info
2014-10-04 11:33:00 -04:00
sbyx
be31d5e266 Merge pull request #370 from Shulyaka/master
tinycdb: new packages for tinycdb (a Constant DataBase) library
2014-10-04 13:14:42 +02:00
Nikos Mavrogiannopoulos
9d038e43b7 ocserv: updated to 0.8.5
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-04 10:12:35 +02:00
Denis Shulyaka
81a85c40ba Tinycdb library 2014-10-03 23:16:27 +04:00
Alessio Caiazza
c1195229df Currently tinc init script will delete the generated configuration folder and then check if it will not exists in order to create it.
This patch will first check if the generated configuration folder exists and then delete it, after that it will always create the configuration folder.
2014-10-03 17:51:44 +02:00
Saverio Proto
5c51f03557 tinc: update MAINTAINER contact info 2014-10-03 17:46:43 +02:00
Saverio Proto
ade8009afc tinc: update year in Copyright notice 2014-10-03 17:46:43 +02:00
champtar
8ff0b1de4c Merge pull request #390 from Adze1502/master
mwan3: update to version 1.5-7
2014-10-02 10:52:12 +02:00
Adze1502
e1c07f13cc mwan3: update to version 1.5-7
Fixed issue where an manual ifup-ed interface would immediatly go down again
Remove from init as mwan3 is not a service

Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
2014-10-02 09:57:50 +02:00
champtar
26b38b7dda Merge pull request #357 from cjkoenig/update_monit
monit: Update to 5.9
2014-10-01 23:17:01 +02:00
sbyx
c003b653a0 Merge pull request #378 from Vasilis/update_lispmob
lispmob: Update to 0.4.1
2014-10-01 20:13:16 +02:00
Steven Barth
938f580253 confuse: adopt and update 2014-10-01 20:11:53 +02:00
sbyx
6ef4079777 Merge pull request #388 from br101/master
horst: Update to version 4.2
2014-10-01 20:07:17 +02:00
sbyx
9dc8451107 Merge pull request #389 from chris5560/master
ddns_scripts: url encode USERNAME and PASSWORD
2014-10-01 20:05:49 +02:00
Christian Schoenebeck
42263ca865 ddns_scripts: url encode USERNAME and PASSWORD
New function __urlencode() to remove special chars used in send_update() for username and password.
username might have email address and password might have special chars for security reasons.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-10-01 18:45:29 +02:00
Christian Schoenebeck
0f9ac53fae ddns-scripts: Increment PKG_RELEASE
Increment PKG_RELEASE to reflect changes
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-10-01 18:35:46 +02:00
Bruno Randolf
d0bc38b904 horst: Update to version 4.2 2014-10-01 10:40:47 +01:00
sbyx
2d5cfef6fc Merge pull request #385 from msva/master
zsh: added
2014-10-01 11:18:52 +02:00
sbyx
fdcde6150c Merge pull request #384 from arfett/master
mwan3-luci: update to 1.3-4
2014-10-01 10:48:38 +02:00
sbyx
999bc41dce Merge pull request #387 from MikePetullo/dovecot
dovecot: add LDAP option
2014-10-01 10:46:02 +02:00
W. Michael Petullo
13af207aaa dovecot: add LDAP option
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-09-30 22:54:05 -04:00
Aedan Renner
80ea53d1f4 mwan3-luci: update to 1.3-4
put dummy echo command back in hotplug script send_alert function to avoid errors

Signed-off-by: Aedan Renner chipdankly@gmail.com
2014-09-30 15:41:13 -07:00
Ted Hess
d2d0d41dd9 Merge pull request #375 from thess/xmlrpc-import
xmlrpc-c: Import from oldpackages, add myself as pkg maintainer, update ...
2014-09-30 12:36:49 -04:00
Vadim A. Misbakh-Soloviov
62c3532741 zsh: added
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
2014-09-30 23:24:58 +07:00
Aedan Renner
3a7af64d8c mwan3-luci: update to 1.3-3
corrected name of last_resort option from "main" to "default"
added blackhole option to policy selection on rule configuration

Signed-off-by: Aedan Renner <chipdankly@gmail.com>
2014-09-30 08:50:31 -07:00
sbyx
cca4f7b9fd Merge pull request #379 from mwarning/master
haveged: small improvements
2014-09-30 11:56:48 +02:00
Moritz Warning
b4a4637182 haveged: disable online testing
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2014-09-30 11:29:08 +02:00
Moritz Warning
5222bbf97f haveged: start earlier in boot sequence
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2014-09-30 11:28:27 +02:00
sbyx
56c5187af1 Merge pull request #381 from arfett/master
mwan-luci: update to 1.3-2
2014-09-30 09:09:08 +02:00
Aedan ARFETT Renner
b3a1d3e39a mwan3-luci: update to 1.3-2
added support for new last_resort option for policy configuration
added dependencies for luci-mod-admin-full and luci-lib-nixio
shortened length of menuconfig description lines
reworded things on various pages
changed date formatting in custom hotplug script
default route checks now verify both destination/netmask are 0.0.0.0
condensed messy javascript lines and removed -F' ' from awk commands

Signed-off-by: Aedan Renner <chipdankly@gmail.com>
2014-09-30 00:03:10 -07:00
sbyx
f64c545876 Merge pull request #383 from chris5560/master
ddns-scripts: send_update() detection private IPv4
2014-09-30 08:48:46 +02:00
Christian Schoenebeck
178510d421 ddns-scripts: send_update() detection private IPv4
correction of excluding private IPv4 in send_update() function.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2014-09-30 08:22:21 +02:00