aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* python: reset packages and start off with minimal pythonAlexandru Ardelean2014-10-06
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python: upgrade to version 3.4.1Alexandru Ardelean2014-10-06
| | | | | | | | | | | | | | | | | | | | | | 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>
* python: reorganize packageAlexandru Ardelean2014-10-06
| | | | | | | | | | | | 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>
* python: update copyright & maintainerAlexandru Ardelean2014-10-06
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python: import package as-is from old packagesAlexandru Ardelean2014-10-06
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* haproxy: fixes from upstreamThomas Heil2014-10-06
| | | | | | | | | | | - [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>
* ddns-scripts: Added support for custom update scriptsSteven Barth2014-10-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* ocserv: updated to 0.8.6Nikos Mavrogiannopoulos2014-10-05
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Merge pull request #394 from arfett/mastersbyx2014-10-05
|\ | | | | mwan3-luci: update to 1.3-5
| * mwan3-luci: update to 1.3-5Aedan ARFETT Renner2014-10-04
| | | | | | | | | | | | | | | | | | 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
* | Merge pull request #376 from thess/rtorrent-rpcTed Hess2014-10-04
|\ \ | | | | | | rtorrent: enable rtorrent-rpc variant, update license info
| * | rtorrent: enable rtorrent-rpc variant, update license infoTed Hess2014-09-29
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #370 from Shulyaka/mastersbyx2014-10-04
|\ \ \ | | | | | | | | tinycdb: new packages for tinycdb (a Constant DataBase) library
| * | | Tinycdb libraryDenis Shulyaka2014-10-03
| | | |
* | | | ocserv: updated to 0.8.5Nikos Mavrogiannopoulos2014-10-04
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | Currently tinc init script will delete the generated configuration folder ↵Alessio Caiazza2014-10-03
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | tinc: update MAINTAINER contact infoSaverio Proto2014-10-03
| | | |
* | | | tinc: update year in Copyright noticeSaverio Proto2014-10-03
| | | |
* | | | Merge pull request #390 from Adze1502/masterchamptar2014-10-02
|\ \ \ \ | | | | | | | | | | mwan3: update to version 1.5-7
| * | | | mwan3: update to version 1.5-7Adze15022014-10-02
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #357 from cjkoenig/update_monitchamptar2014-10-01
|\ \ \ \ | | | | | | | | | | monit: Update to 5.9
| * | | | monit: Update to 5.9Christoph König2014-09-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph König <christoph.koenig@gmail.com>
* | | | | Merge pull request #378 from Vasilis/update_lispmobsbyx2014-10-01
|\ \ \ \ \ | | | | | | | | | | | | lispmob: Update to 0.4.1
| * | | | | lispmob: Update to 0.4.1Vasileios Lakafosis2014-09-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vasileios Lakafosis <lakafosi@cisco.com>
* | | | | | confuse: adopt and updateSteven Barth2014-10-01
| | | | | |
* | | | | | Merge pull request #388 from br101/mastersbyx2014-10-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | horst: Update to version 4.2
| * | | | | | horst: Update to version 4.2Bruno Randolf2014-10-01
| | | | | | |
* | | | | | | Merge pull request #389 from chris5560/mastersbyx2014-10-01
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | ddns_scripts: url encode USERNAME and PASSWORD
| * | | | | | ddns_scripts: url encode USERNAME and PASSWORDChristian Schoenebeck2014-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | | ddns-scripts: Increment PKG_RELEASEChristian Schoenebeck2014-10-01
|/ / / / / / | | | | | | | | | | | | | | | | | | Increment PKG_RELEASE to reflect changes Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | | Merge pull request #385 from msva/mastersbyx2014-10-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | zsh: added
| * | | | | | zsh: addedVadim A. Misbakh-Soloviov2014-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
* | | | | | | Merge pull request #384 from arfett/mastersbyx2014-10-01
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | mwan3-luci: update to 1.3-4
| * | | | | | mwan3-luci: update to 1.3-4Aedan Renner2014-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | put dummy echo command back in hotplug script send_alert function to avoid errors Signed-off-by: Aedan Renner chipdankly@gmail.com
| * | | | | | mwan3-luci: update to 1.3-3Aedan Renner2014-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #387 from MikePetullo/dovecotsbyx2014-10-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | dovecot: add LDAP option
| * | | | | | | dovecot: add LDAP optionW. Michael Petullo2014-09-30
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | Merge pull request #375 from thess/xmlrpc-importTed Hess2014-09-30
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | xmlrpc-c: Import from oldpackages, add myself as pkg maintainer, update ...
| * | | | | | xmlrpc-c: Import from oldpackages, add myself as pkg maintainer, update ↵Ted Hess2014-09-29
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | license info. - remove (marked BROKEN) abyss and libxml2 variants. - build internal expat variant only. Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | Merge pull request #379 from mwarning/mastersbyx2014-09-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | haveged: small improvements
| * | | | | | haveged: disable online testingMoritz Warning2014-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
| * | | | | | haveged: start earlier in boot sequenceMoritz Warning2014-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | Merge pull request #381 from arfett/mastersbyx2014-09-30
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | mwan-luci: update to 1.3-2
| * | | | | | mwan3-luci: update to 1.3-2Aedan ARFETT Renner2014-09-30
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #383 from chris5560/mastersbyx2014-09-30
|\ \ \ \ \ \ | |/ / / / / |/| | | | | ddns-scripts: send_update() detection private IPv4
| * | | | | ddns-scripts: send_update() detection private IPv4Christian Schoenebeck2014-09-30
| | | | | | | | | | | | | | | | | | | | | | | | correction of excluding private IPv4 in send_update() function. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
| * | | | | ddns-scripts: increment PKG_RELEASEChristian Schoenebeck2014-09-30
|/ / / / / | | | | | | | | | | | | | | | Increment PKG_RELEASE to reflect updates Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | Merge pull request #377 from chris5560/masterNikos Mavrogiannopoulos2014-09-29
|\| | | | | | | | | | | | | | ddns-scripts: fix from ticket #17998 wrongly detect ipv4 address start with 10x.x.x.x
| * | | | ddns-scripts: increment PKG_RELEASEChristian Schoenebeck2014-09-29
| | | | | | | | | | | | | | | Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
| * | | | ddns-scripts: fix ticket #17998: wrongly detect ipv4 start with 10x.x.x.xChristian Schoenebeck2014-09-29
|/ / / / | | | | | | | | | | | | | | | | Thanks to "eqsun" for report and offer of fix. Otherwise the ip address starts with 100~109 will be treated as invalid. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>