feed/packages.git
9 years agoMerge pull request #405 from thess/libpq-dep-fix
Jo-Philipp Wich [Wed, 8 Oct 2014 08:39:27 +0000 (10:39 +0200)]
Merge pull request #405 from thess/libpq-dep-fix

libpq: Fix missing dependency (shadow-utils)

9 years agoMerge pull request #396 from commodo/python-migration
sbyx [Wed, 8 Oct 2014 06:52:42 +0000 (08:52 +0200)]
Merge pull request #396 from commodo/python-migration

python: import from old packages and update to version 3.4

9 years agotor: update to the latest stable version
Peter Wagner [Tue, 7 Oct 2014 21:05:30 +0000 (23:05 +0200)]
tor: update to the latest stable version

Signed-off-by: Peter Wagner <tripolar@gmx.at>
9 years agoMerge pull request #402 from jow-/issue-382
sbyx [Tue, 7 Oct 2014 19:14:46 +0000 (21:14 +0200)]
Merge pull request #402 from jow-/issue-382

cyrus-sasl: fix typo in install section

9 years agoapr-util 1.5.3 is no longer hosted on biblio.org.
Thomas Heil [Tue, 7 Oct 2014 18:58:04 +0000 (20:58 +0200)]
apr-util 1.5.3 is no longer hosted on biblio.org.

 - Get it from archive.apache.org.

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
9 years agoMerge pull request #403 from jslachta/master
Thomas Heil [Tue, 7 Oct 2014 18:55:41 +0000 (20:55 +0200)]
Merge pull request #403 from jslachta/master

unixodbc: change PKG_SOURCE_URL to sourceforge

9 years agolibpq: Fix missing dependency (shadow-utils) 405/head
Ted Hess [Tue, 7 Oct 2014 18:02:46 +0000 (14:02 -0400)]
libpq: Fix missing dependency (shadow-utils)

Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years agodovecot: disable LDAP by default
Peter Wagner [Tue, 7 Oct 2014 17:55:33 +0000 (19:55 +0200)]
dovecot: disable LDAP by default

Signed-off-by: Peter Wagner <tripolar@gmx.at>
9 years agoMerge pull request #398 from luizluca/ruby_fixes-n-update
Luiz Angelo Daros de Luca [Tue, 7 Oct 2014 17:46:44 +0000 (14:46 -0300)]
Merge pull request #398 from luizluca/ruby_fixes-n-update

Ruby many fixes n update to 2.1.3

9 years agoruby: reorder subpackages (alphabetical order) 398/head
Luiz Angelo Daros de Luca [Tue, 7 Oct 2014 17:32:07 +0000 (14:32 -0300)]
ruby: reorder subpackages (alphabetical order)

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
9 years agoruby: adds help text for pkgs
Luiz Angelo Daros de Luca [Mon, 6 Oct 2014 21:15:01 +0000 (18:15 -0300)]
ruby: adds help text for pkgs

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
9 years agoruby: update to 2.1.3
Luiz Angelo Daros de Luca [Sat, 4 Oct 2014 23:09:20 +0000 (20:09 -0300)]
ruby: update to 2.1.3

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
9 years agoruby: explode ruby-core into subpkgs
Luiz Angelo Daros de Luca [Sat, 4 Oct 2014 23:06:14 +0000 (20:06 -0300)]
ruby: explode ruby-core into subpkgs

ruby-core is problematic as it is too big.
It is impossible to fix pkgs dependencies as
ruby-core would generate multiple cycled dependencies
between packages.

Also, "core" in ruby context means "classes that does not need a 'require'".
This is not the case of ruby-core classes. They are, actually, a subset of
Ruby Standard Library.

In every detected case where a portion of ruby-core could be isolated and
save another pkgs from requiring all ruby-core where spin-off into a new
subset. Also, big portions of ruby-core, not require by current ruby-* pkgs
where spin-off in new pkgs. The remaining of ruby-core was put into a new ruby-misc.

ruby-stdlib was created as a meta package that requires all ruby packages that are
part of Ruby Standard Library. For a full Ruby Standard Library, just install
ruby-stdlib and its deps.

Created pkgs from ruby-stdlib:
- ruby-misc
- ruby-csv
- ruby-datetime
- ruby-dbm
- ruby-debuglib
- ruby-drb
- ruby-fiddle
- ruby-filelib
- ruby-logger
- ruby-math
- ruby-multithread
- ruby-mkmf
- ruby-net
- ruby-optparse
- ruby-patterns
- ruby-prettyprint
- ruby-pstore
- ruby-racc
- ruby-rbconfig
- ruby-rinda
- ruby-ripper
- ruby-sdbm
- ruby-shell
- ruby-socket
- ruby-uri

Some files from ruby-openssl where moved to new subpkgs (as ruby-net and ruby-drb).

All dependencies where redefined based on auxiliar script ruby_find_pkgsdeps

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
9 years agoruby: move files to ruby-xmlrpc,ruby-dl left in ruby-core
Luiz Angelo Daros de Luca [Sat, 4 Oct 2014 22:38:08 +0000 (19:38 -0300)]
ruby: move files to ruby-xmlrpc,ruby-dl left in ruby-core

Some files that belong to other subpkgs where still in
ruby-core. Just moved them to the correct place.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
9 years agoruby: create subpkgs ruby-enc-extra from ruby-enc
Luiz Angelo Daros de Luca [Sat, 4 Oct 2014 22:31:20 +0000 (19:31 -0300)]
ruby: create subpkgs ruby-enc-extra from ruby-enc

Ruby encoding library was too big and bring unecessary encodings for a simple ruby usage.
All not directly required encodings from stdlib where moved to ruby-enc-extra.

Created pkg from ruby-enc
- ruby-enc-extra (from ruby-enc)

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
9 years agoruby: add auxiliar scripts in order to help tests
Luiz Angelo Daros de Luca [Sat, 4 Oct 2014 22:25:31 +0000 (19:25 -0300)]
ruby: add auxiliar scripts in order to help tests

ruby_find_pkgsdeps: look for file dependencies (checks
require and Encoding references) and extrapolate it to pkgs
deps. Also checks whether a dep is redundant or missing in pkgs.
Must run inside an OpenWRT with all ruby* pkgs installed.

ruby_missingfiles: list files in staging/target and from files
comparing side by side its contents. It helps to easly visualize
which file is not packaged in an ipk.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
9 years agoruby: spin-off ruby-digest from ruby-openssl
Luiz Angelo Daros de Luca [Sat, 4 Oct 2014 22:16:40 +0000 (19:16 -0300)]
ruby: spin-off ruby-digest from ruby-openssl

Digest can use OpenSSL or ruby internal implementation of hash functions. The first
uses less disk space but requires openssl, that is relatively big. As internal hash
implementations are not too much bigger than openssl version, it is compiled by
default. A new config option can change it to use OpenSSL instead.

As digest is independent from openssl, ruby-digest was created as a new pkgs.

Adds pkgs:
- ruby-digest (from ruby-openssl)

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
9 years agoruby: remove refs from dropped syck
Luiz Angelo Daros de Luca [Sat, 4 Oct 2014 22:02:52 +0000 (19:02 -0300)]
ruby: remove refs from dropped syck

syck was replaced by psych in yaml. (ref:
https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/36786)

Also add ruby-psych to ruby-yaml deps

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
9 years agoruby: move gems out of core
Luiz Angelo Daros de Luca [Sat, 4 Oct 2014 21:48:47 +0000 (18:48 -0300)]
ruby: move gems out of core

Some ruby gems where still in ruby-core pkg. These files where
moved outside ruby-core into ruby-gems or their own subpkg.

ruby-unit renamed to ruby-testunit as its gem is named test-unit.

ruby-rdoc left a file in ruby-core.

Psych is a gem and deserves its own subpkg. It replaces syck
(used by yaml) on recent ruby version (ref:
https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/36786)
Also, some psych files where packed incorrecly into ruby-json. The asterisk
in */json was intend to match <arch>/json/ and not psych/json.

Files where derived
from ruby-core and a lost file in ruby-json.

New subpkgs:
- ruby-bigdecimal
- ruby-io-console
- ruby-minitest
- ruby-psych

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
9 years agoruby: link ext/digest/* to openssl only when needed, fix rmd160 name
Luiz Angelo Daros de Luca [Sat, 4 Oct 2014 20:51:56 +0000 (17:51 -0300)]
ruby: link ext/digest/* to openssl only when needed, fix rmd160 name

ext/digest/rmd160 was referencing a function that never existed in openssl.
The name was simply mistyped. Now it can use openssl.

openssl was always linked to ext/digest when library is avaiable,
even when it was disable by configure option and not used by code.

upstream refs: https://bugs.ruby-lang.org/issues/10252
upstream refs: https://bugs.ruby-lang.org/issues/10324

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
9 years agoruby: remove minitest deps on gems
Luiz Angelo Daros de Luca [Sat, 4 Oct 2014 20:35:11 +0000 (17:35 -0300)]
ruby: remove minitest deps on gems

minitest can live without gems. Just a minor fix to
solve a require that fails when gem is missing

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
9 years agoruby: rdoc can run without gems (with patch)
Luiz Angelo Daros de Luca [Sat, 4 Oct 2014 20:19:54 +0000 (17:19 -0300)]
ruby: rdoc can run without gems (with patch)

rdoc seems to be written to run without gem. However,
some internal code still does not check for gems presence.
With a small patch, rdoc can run without gems.

Ref: https://bugs.ruby-lang.org/issues/10196

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
9 years agoruby: wrap script to disable gems if not installed
Luiz Angelo Daros de Luca [Sat, 4 Oct 2014 19:54:24 +0000 (16:54 -0300)]
ruby: wrap script to disable gems if not installed

ruby, by default, try to load gems on start. If not
present, it fails. As gems brings many deps, this make ruby
unsuitable for routers limited resources.

ruby can avoid to load gems with the option "--disable-gems".
So, a wrap script in the place of /usr/bin/ruby adds this option
if gems are not found.

Also add vendor/site directories

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
9 years agoruby: Disable doc generation
Luiz Angelo Daros de Luca [Sat, 4 Oct 2014 19:38:53 +0000 (16:38 -0300)]
ruby: Disable doc generation

Docs are not currently packaged. So, there is no need to install
them. Also, doxygen have some problem with the usaged of git in
build_dir as it takes ages running git commands on every file.
Disabling the docs reduces the compilation time.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
9 years agoruby: remove ruby-ncurses
Luiz Angelo Daros de Luca [Sat, 4 Oct 2014 19:33:22 +0000 (16:33 -0300)]
ruby: remove ruby-ncurses

ruby-ncurses where removed from ruby upstream (ruby commit
9c5b2fd8aa0fd343ad094d47a638cfd3f6ae0a81) and become solely
a gem now. OpenWRT subpackage removed.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
9 years agounixodbc: change PKG_SOURCE_URL to sourceforge 403/head
Jiri Slachta [Tue, 7 Oct 2014 12:50:13 +0000 (14:50 +0200)]
unixodbc: change PKG_SOURCE_URL to sourceforge

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoMerge pull request #401 from Adze1502/master
champtar [Tue, 7 Oct 2014 11:20:05 +0000 (13:20 +0200)]
Merge pull request #401 from Adze1502/master

mwan3: update to version 1.5-8

9 years agomwan3: update to version 1.5-8 401/head
Adze1502 [Tue, 7 Oct 2014 09:23:02 +0000 (11:23 +0200)]
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>
9 years agobash: Update to 4.3.30
Marcel Denia [Mon, 6 Oct 2014 04:52:35 +0000 (06:52 +0200)]
bash: Update to 4.3.30

Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years agoMerge pull request #399 from roger-/micropython
Ted Hess [Mon, 6 Oct 2014 23:58:08 +0000 (19:58 -0400)]
Merge pull request #399 from roger-/micropython

micropython: update to latest

9 years agomicropython: update to latest 399/head
Roger [Mon, 6 Oct 2014 22:58:37 +0000 (17:58 -0500)]
micropython: update to latest

Signed-off-by: Roger D <rogerdammit@gmail.com>
9 years agoMerge pull request #397 from chris5560/master
sbyx [Mon, 6 Oct 2014 20:18:59 +0000 (22:18 +0200)]
Merge pull request #397 from chris5560/master

ddns-scripts: fix problem during startup

9 years agoddns-scripts: fix problem during startup 397/head
Christian Schoenebeck [Mon, 6 Oct 2014 19:49:47 +0000 (21:49 +0200)]
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>
9 years agopython: reset packages and start off with minimal python 396/head
Alexandru Ardelean [Sat, 4 Oct 2014 15:02:36 +0000 (18:02 +0300)]
python: reset packages and start off with minimal python

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: upgrade to version 3.4.1
Alexandru Ardelean [Fri, 26 Sep 2014 13:50:16 +0000 (16:50 +0300)]
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>
9 years agocyrus-sasl: fix typo in install section 402/head
Jo-Philipp Wich [Mon, 6 Oct 2014 15:25:26 +0000 (17:25 +0200)]
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>
9 years agopython: reorganize package
Alexandru Ardelean [Thu, 25 Sep 2014 06:48:25 +0000 (09:48 +0300)]
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>
9 years agopython: update copyright & maintainer
Alexandru Ardelean [Wed, 24 Sep 2014 08:11:41 +0000 (11:11 +0300)]
python: update copyright & maintainer

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agopython: import package as-is from old packages
Alexandru Ardelean [Wed, 24 Sep 2014 08:08:37 +0000 (11:08 +0300)]
python: import package as-is from old packages

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years agohaproxy: fixes from upstream
Thomas Heil [Mon, 6 Oct 2014 14:28:36 +0000 (16:28 +0200)]
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>
9 years agoddns-scripts: Added support for custom update scripts
Steven Barth [Mon, 6 Oct 2014 06:39:59 +0000 (08:39 +0200)]
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>
9 years agoocserv: updated to 0.8.6
Nikos Mavrogiannopoulos [Sun, 5 Oct 2014 17:32:34 +0000 (19:32 +0200)]
ocserv: updated to 0.8.6

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoMerge pull request #394 from arfett/master
sbyx [Sun, 5 Oct 2014 07:51:48 +0000 (09:51 +0200)]
Merge pull request #394 from arfett/master

mwan3-luci: update to 1.3-5

9 years agomwan3-luci: update to 1.3-5 394/head 531/head
Aedan ARFETT Renner [Sat, 4 Oct 2014 22:56:28 +0000 (15:56 -0700)]
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
9 years agoMerge pull request #376 from thess/rtorrent-rpc
Ted Hess [Sat, 4 Oct 2014 15:33:00 +0000 (11:33 -0400)]
Merge pull request #376 from thess/rtorrent-rpc

rtorrent: enable rtorrent-rpc variant, update license info

9 years agoMerge pull request #370 from Shulyaka/master
sbyx [Sat, 4 Oct 2014 11:14:42 +0000 (13:14 +0200)]
Merge pull request #370 from Shulyaka/master

tinycdb: new packages for tinycdb (a Constant DataBase) library

9 years agoocserv: updated to 0.8.5
Nikos Mavrogiannopoulos [Sat, 4 Oct 2014 07:54:35 +0000 (09:54 +0200)]
ocserv: updated to 0.8.5

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoTinycdb library 370/head
Denis Shulyaka [Sun, 28 Sep 2014 22:14:56 +0000 (02:14 +0400)]
Tinycdb library

9 years agoCurrently tinc init script will delete the generated configuration folder and then...
Alessio Caiazza [Mon, 11 Aug 2014 10:24:27 +0000 (12:24 +0200)]
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.

9 years agotinc: update MAINTAINER contact info
Saverio Proto [Tue, 12 Aug 2014 13:28:03 +0000 (15:28 +0200)]
tinc: update MAINTAINER contact info

9 years agotinc: update year in Copyright notice
Saverio Proto [Tue, 12 Aug 2014 13:26:36 +0000 (15:26 +0200)]
tinc: update year in Copyright notice

9 years agoMerge pull request #390 from Adze1502/master
champtar [Thu, 2 Oct 2014 08:52:12 +0000 (10:52 +0200)]
Merge pull request #390 from Adze1502/master

mwan3: update to version 1.5-7

9 years agomwan3: update to version 1.5-7 390/head
Adze1502 [Thu, 2 Oct 2014 07:57:50 +0000 (09:57 +0200)]
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>
9 years agoMerge pull request #357 from cjkoenig/update_monit
champtar [Wed, 1 Oct 2014 21:17:01 +0000 (23:17 +0200)]
Merge pull request #357 from cjkoenig/update_monit

monit: Update to 5.9

9 years agoMerge pull request #378 from Vasilis/update_lispmob
sbyx [Wed, 1 Oct 2014 18:13:16 +0000 (20:13 +0200)]
Merge pull request #378 from Vasilis/update_lispmob

lispmob: Update to 0.4.1

9 years agoconfuse: adopt and update
Steven Barth [Wed, 1 Oct 2014 18:11:35 +0000 (20:11 +0200)]
confuse: adopt and update

9 years agoMerge pull request #388 from br101/master
sbyx [Wed, 1 Oct 2014 18:07:17 +0000 (20:07 +0200)]
Merge pull request #388 from br101/master

horst: Update to version 4.2

9 years agoMerge pull request #389 from chris5560/master
sbyx [Wed, 1 Oct 2014 18:05:49 +0000 (20:05 +0200)]
Merge pull request #389 from chris5560/master

ddns_scripts: url encode USERNAME and PASSWORD

9 years agoddns_scripts: url encode USERNAME and PASSWORD 389/head
Christian Schoenebeck [Wed, 1 Oct 2014 16:45:29 +0000 (18:45 +0200)]
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>
9 years agoddns-scripts: Increment PKG_RELEASE
Christian Schoenebeck [Wed, 1 Oct 2014 16:35:46 +0000 (18:35 +0200)]
ddns-scripts: Increment PKG_RELEASE

Increment PKG_RELEASE to reflect changes
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
9 years agohorst: Update to version 4.2 388/head
Bruno Randolf [Wed, 1 Oct 2014 09:40:47 +0000 (10:40 +0100)]
horst: Update to version 4.2

9 years agoMerge pull request #385 from msva/master
sbyx [Wed, 1 Oct 2014 09:18:52 +0000 (11:18 +0200)]
Merge pull request #385 from msva/master

zsh: added

9 years agoMerge pull request #384 from arfett/master
sbyx [Wed, 1 Oct 2014 08:48:38 +0000 (10:48 +0200)]
Merge pull request #384 from arfett/master

mwan3-luci: update to 1.3-4

9 years agoMerge pull request #387 from MikePetullo/dovecot
sbyx [Wed, 1 Oct 2014 08:46:02 +0000 (10:46 +0200)]
Merge pull request #387 from MikePetullo/dovecot

dovecot: add LDAP option

9 years agodovecot: add LDAP option 387/head
W. Michael Petullo [Wed, 1 Oct 2014 02:54:05 +0000 (22:54 -0400)]
dovecot: add LDAP option

Signed-off-by: W. Michael Petullo <mike@flyn.org>
9 years agomwan3-luci: update to 1.3-4 384/head
Aedan Renner [Tue, 30 Sep 2014 22:41:13 +0000 (15:41 -0700)]
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
9 years agoMerge pull request #375 from thess/xmlrpc-import
Ted Hess [Tue, 30 Sep 2014 16:36:49 +0000 (12:36 -0400)]
Merge pull request #375 from thess/xmlrpc-import

xmlrpc-c: Import from oldpackages, add myself as pkg maintainer, update ...

9 years agozsh: added 385/head
Vadim A. Misbakh-Soloviov [Tue, 30 Sep 2014 16:24:58 +0000 (23:24 +0700)]
zsh: added

Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
9 years agomwan3-luci: update to 1.3-3
Aedan Renner [Tue, 30 Sep 2014 15:50:31 +0000 (08:50 -0700)]
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>
9 years agoMerge pull request #379 from mwarning/master
sbyx [Tue, 30 Sep 2014 09:56:48 +0000 (11:56 +0200)]
Merge pull request #379 from mwarning/master

haveged: small improvements

9 years agohaveged: disable online testing 379/head
Moritz Warning [Tue, 30 Sep 2014 01:48:25 +0000 (03:48 +0200)]
haveged: disable online testing
Signed-off-by: Moritz Warning <moritzwarning@web.de>
9 years agohaveged: start earlier in boot sequence
Moritz Warning [Tue, 30 Sep 2014 01:45:08 +0000 (03:45 +0200)]
haveged: start earlier in boot sequence
Signed-off-by: Moritz Warning <moritzwarning@web.de>
9 years agoMerge pull request #381 from arfett/master
sbyx [Tue, 30 Sep 2014 07:09:08 +0000 (09:09 +0200)]
Merge pull request #381 from arfett/master

mwan-luci: update to 1.3-2

9 years agomwan3-luci: update to 1.3-2 381/head
Aedan ARFETT Renner [Tue, 30 Sep 2014 02:32:02 +0000 (19:32 -0700)]
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>
9 years agoMerge pull request #383 from chris5560/master
sbyx [Tue, 30 Sep 2014 06:48:46 +0000 (08:48 +0200)]
Merge pull request #383 from chris5560/master

ddns-scripts: send_update() detection private IPv4

9 years agoddns-scripts: send_update() detection private IPv4 383/head
Christian Schoenebeck [Tue, 30 Sep 2014 06:22:21 +0000 (08:22 +0200)]
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>
9 years agoddns-scripts: increment PKG_RELEASE
Christian Schoenebeck [Tue, 30 Sep 2014 06:14:04 +0000 (08:14 +0200)]
ddns-scripts: increment PKG_RELEASE

Increment PKG_RELEASE to reflect updates
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
9 years agolispmob: Update to 0.4.1 378/head
Vasileios Lakafosis [Mon, 29 Sep 2014 22:38:51 +0000 (15:38 -0700)]
lispmob: Update to 0.4.1

Signed-off-by: Vasileios Lakafosis <lakafosi@cisco.com>
9 years agoMerge pull request #377 from chris5560/master
Nikos Mavrogiannopoulos [Mon, 29 Sep 2014 19:33:15 +0000 (21:33 +0200)]
Merge pull request #377 from chris5560/master

ddns-scripts: fix from ticket #17998 wrongly detect ipv4 address start with 10x.x.x.x

9 years agoddns-scripts: increment PKG_RELEASE 377/head
Christian Schoenebeck [Mon, 29 Sep 2014 18:31:28 +0000 (20:31 +0200)]
ddns-scripts: increment PKG_RELEASE

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
9 years agoddns-scripts: fix ticket #17998: wrongly detect ipv4 start with 10x.x.x.x
Christian Schoenebeck [Mon, 29 Sep 2014 18:29:46 +0000 (20:29 +0200)]
ddns-scripts: fix ticket #17998: wrongly detect ipv4 start with 10x.x.x.x

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>
9 years agohd-idle: import from old package repository
gwlim [Sun, 21 Sep 2014 17:12:49 +0000 (01:12 +0800)]
hd-idle: import from old package repository

Signed-off-by: Lim Guo Wei <limguowei@gmail.com>
Minor Makefile rework (licenses)
Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years agortorrent: enable rtorrent-rpc variant, update license info 376/head
Ted Hess [Mon, 29 Sep 2014 16:38:06 +0000 (12:38 -0400)]
rtorrent: enable rtorrent-rpc variant, update license info

Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years agoxmlrpc-c: Import from oldpackages, add myself as pkg maintainer, update license info. 375/head
Ted Hess [Mon, 29 Sep 2014 16:19:28 +0000 (12:19 -0400)]
xmlrpc-c: Import from oldpackages, add myself as pkg maintainer, update license info.
- remove (marked BROKEN) abyss and libxml2 variants.
- build internal expat variant only.

Signed-off-by: Ted Hess <thess@kitschensync.net>
9 years agoMerge pull request #374 from chris5560/master
sbyx [Mon, 29 Sep 2014 11:52:30 +0000 (13:52 +0200)]
Merge pull request #374 from chris5560/master

ddns-scripts: add service two-dns.de

9 years agoddns-scripts: Increment PKG_RELEASE 374/head
Christian Schoenebeck [Mon, 29 Sep 2014 11:44:30 +0000 (13:44 +0200)]
ddns-scripts: Increment PKG_RELEASE

Increment PKG_RELEASE to reflect latest changes
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
9 years agoddns-scripts: add service two-dns.de
Christian Schoenebeck [Mon, 29 Sep 2014 11:42:43 +0000 (13:42 +0200)]
ddns-scripts: add service two-dns.de

Requested by: Martin Röcker <roecker@empty-v.de>
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
9 years agoMerge pull request #368 from etmatrix/master
sbyx [Mon, 29 Sep 2014 06:10:53 +0000 (08:10 +0200)]
Merge pull request #368 from etmatrix/master

ddns-script: With DSL connection ifconfig hasn't broadcast address but P-t-P

9 years agoMerge pull request #372 from MikePetullo/php5
sbyx [Mon, 29 Sep 2014 03:33:22 +0000 (05:33 +0200)]
Merge pull request #372 from MikePetullo/php5

Copy php5 from old repository and update

9 years agoMerge pull request #371 from MikePetullo/libmcrypt
sbyx [Mon, 29 Sep 2014 03:27:31 +0000 (05:27 +0200)]
Merge pull request #371 from MikePetullo/libmcrypt

Copy libmcrypt from old repository and update

9 years agoCopy php5 from old repository and update 372/head
W. Michael Petullo [Mon, 29 Sep 2014 01:56:33 +0000 (21:56 -0400)]
Copy php5 from old repository and update

Signed-off-by: W. Michael Petullo <mike@flyn.org>
9 years agoCopy libmcrypt from old repository and update 371/head
W. Michael Petullo [Mon, 29 Sep 2014 01:53:47 +0000 (21:53 -0400)]
Copy libmcrypt from old repository and update

Signed-off-by: W. Michael Petullo <mike@flyn.org>
9 years agoopenconnect: corrected instructions
Nikos Mavrogiannopoulos [Sun, 28 Sep 2014 16:30:34 +0000 (18:30 +0200)]
openconnect: corrected instructions

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoopenconnect: increased the timeout value for retrying
Nikos Mavrogiannopoulos [Sun, 28 Sep 2014 16:26:26 +0000 (18:26 +0200)]
openconnect: increased the timeout value for retrying

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years agoMerge pull request #369 from jslachta/debootstrap
Daniel Golle [Sun, 28 Sep 2014 11:18:14 +0000 (13:18 +0200)]
Merge pull request #369 from jslachta/debootstrap

debootstrap: update to 1.0.63

9 years agodebootstrap: update to 1.0.63 369/head
Jiri Slachta [Sun, 28 Sep 2014 11:10:40 +0000 (13:10 +0200)]
debootstrap: update to 1.0.63

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoWith DSL connection ifconfig hasn't broadcast address but P-t-P so awk don't match... 368/head
etmatrix [Sun, 28 Sep 2014 07:59:52 +0000 (09:59 +0200)]
With DSL connection ifconfig hasn't broadcast address but P-t-P so awk don't match nothing

9 years agoMerge pull request #365 from jslachta/master
Thomas Heil [Sat, 27 Sep 2014 16:41:26 +0000 (18:41 +0200)]
Merge pull request #365 from jslachta/master

apr-util: update to 1.5.4

9 years agoapr-util: update to 1.5.4 365/head
Jiri Slachta [Sat, 27 Sep 2014 14:35:09 +0000 (16:35 +0200)]
apr-util: update to 1.5.4

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agompd: update to 0.18.16
Ted Hess [Fri, 26 Sep 2014 17:24:26 +0000 (13:24 -0400)]
mpd: update to 0.18.16

Signed-off-by: Ted Hess <thess@kitschensync.net>