Alexandru Ardelean [Mon, 20 Oct 2014 16:07:23 +0000 (19:07 +0300)]
python: fix source folder for libpython
This fix is quite critical since it fixes copying the libpython shared lib.
The previous source folder we've used is ok, it has the shared lib,
but libpython2.7.so is not a symlink of libpython2.7.so.1.0, but
rather a copy of it.
Which means that libpython2.7.so takes twice as much space
on the target's flash.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Steven Barth [Mon, 20 Oct 2014 07:16:18 +0000 (09:16 +0200)]
strongswan: update to 5.2.1
Signed-off-by: Steven Barth <steven@midlink.org>
Steven Barth [Mon, 20 Oct 2014 07:07:04 +0000 (09:07 +0200)]
cyrus-sasl / postfix: work around recursive dependency issue in toolchain
Signed-off-by: Steven Barth <steven@midlink.org>
sbyx [Mon, 20 Oct 2014 06:55:04 +0000 (08:55 +0200)]
Merge pull request #445 from commodo/python-update-2
Python update 2
sbyx [Mon, 20 Oct 2014 05:43:37 +0000 (07:43 +0200)]
Merge pull request #435 from MikePetullo/bogofilter
bogofilter: depend on db47 with statistics support
sbyx [Mon, 20 Oct 2014 05:43:04 +0000 (07:43 +0200)]
Merge pull request #434 from MikePetullo/db47
db47: add option to turn off small build
sbyx [Mon, 20 Oct 2014 05:40:55 +0000 (07:40 +0200)]
Merge pull request #386 from Shulyaka/postfix
postfix: new packages for Postfix MTA
Denis Shulyaka [Tue, 30 Sep 2014 21:08:26 +0000 (01:08 +0400)]
Postfix MTA
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
W. Michael Petullo [Mon, 20 Oct 2014 02:40:02 +0000 (22:40 -0400)]
bogofilter: create /usr/sbin before installing postfix-bogofilter there
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Mon, 20 Oct 2014 02:27:52 +0000 (22:27 -0400)]
bogofilter: depend on db47 with statistics support
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Mon, 20 Oct 2014 02:27:11 +0000 (22:27 -0400)]
Merge remote-tracking branch 'openwrt/master' into bogofilter
W. Michael Petullo [Mon, 20 Oct 2014 02:25:31 +0000 (22:25 -0400)]
bogofilter: install postfix-bogofilter script
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Mon, 20 Oct 2014 02:20:02 +0000 (22:20 -0400)]
db47: add a variant full which builds statistics etc. support
Signed-off-by: W. Michael Petullo <mike@flyn.org>
sbyx [Sun, 19 Oct 2014 19:58:06 +0000 (21:58 +0200)]
Merge pull request #443 from ott/master
knot: Split utils subpackage
Alexandru Ardelean [Sun, 19 Oct 2014 19:38:03 +0000 (22:38 +0300)]
python: use libncursesw instead of libncurses
Python's build scripts prefer ncursesw, and if it is detected
it will be used.
The problem will occur when linking, since ncursesw libs may not be
installed if not added as deps, but the sources will be compiled
against ncursesw.
Reference from Python's HISTORY file:
Patch #
1428494: Prefer linking against ncursesw over ncurses library.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Sun, 19 Oct 2014 18:17:33 +0000 (21:17 +0300)]
python: add _PYTHON_HOST_PLATFORM env var when cross-compiling C extensions
This mostly helps to avoid confusion when modules are cross-compiled.
Otherwise build folders are named with the host's platform name.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Sun, 19 Oct 2014 07:45:17 +0000 (10:45 +0300)]
python: enable shared python lib; make this the norm
This will reduce the bloat when users will want to compile in their
Python C extensions.
There will be a initial bloat (several kb) if just Python
is installed, but that will be compensated when users will add more
C extensions.
During the build we also have to add Python's PKG_BUILD_DIR
so that the shared lib is found when compiling Python's
built-in C extensions.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Sun, 19 Oct 2014 07:21:03 +0000 (10:21 +0300)]
python: add LD and LDSHARED env vars to Build/Compile/PyMod
Tells the host Python to use the target's linker.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Sun, 19 Oct 2014 07:03:44 +0000 (10:03 +0300)]
python: add PYTHON_INC_DIR var to CPPFLAGS
The target's PYTHON_INC_DIR should take precedence over the host's
include dir when cross-compiling.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Sat, 18 Oct 2014 22:29:21 +0000 (01:29 +0300)]
python: do not install pyconfig.h on the target
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Sat, 18 Oct 2014 21:45:59 +0000 (00:45 +0300)]
python: export CC + CCSHARED env vars to cross-compile Python C extensions properly
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
sbyx [Sun, 19 Oct 2014 17:44:53 +0000 (19:44 +0200)]
Merge pull request #444 from cyanidium/master
nut: Updated copyright (c) notice
Marty R [Sun, 19 Oct 2014 16:40:02 +0000 (09:40 -0700)]
nut: Updated (c) notice
Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
Matthias-Christian Ott [Sat, 18 Oct 2014 19:59:23 +0000 (21:59 +0200)]
knot: Split utils subpackage
knot-utils consists of kdig, khost, knsec3hash and knsupdate. In order
to reduce the size of software installed on a device it is useful to
include a minimal collection of software and thus it should be possible
to install the utilities individually. bind also creates a subpackage
for each utility.
Signed-off-by: Matthias-Christian Ott <ott@mirix.org>
Peter Wagner [Sun, 19 Oct 2014 02:57:17 +0000 (04:57 +0200)]
dovecot: update to 2.2.14
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Peter Wagner [Sun, 19 Oct 2014 02:44:24 +0000 (04:44 +0200)]
openssh: update to 6.7p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Ted Hess [Sat, 18 Oct 2014 23:00:58 +0000 (19:00 -0400)]
Merge pull request #440 from ejurgensen/master
forked-daapd and required libraries
Daniel Golle [Sat, 18 Oct 2014 22:35:17 +0000 (00:35 +0200)]
lvm2: add from old repo and update
Also add patch to fix blkid header location as suggested in #17877
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Peter Wagner [Sat, 18 Oct 2014 21:00:03 +0000 (23:00 +0200)]
irssi: update to 0.8.17
Signed-off-by: Peter Wagner <tripolar@gmx.at>
ejurgensen [Thu, 16 Oct 2014 21:34:24 +0000 (23:34 +0200)]
forked-daapd: add version 22.0
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
ejurgensen [Thu, 16 Oct 2014 21:28:24 +0000 (23:28 +0200)]
mxml: copy from oldpackages and update Makefile slightly
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
ejurgensen [Thu, 16 Oct 2014 21:27:04 +0000 (23:27 +0200)]
libunistring: add version 0.9.4
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
ejurgensen [Thu, 16 Oct 2014 21:25:54 +0000 (23:25 +0200)]
libavl: add version 0.3.5
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
ejurgensen [Thu, 16 Oct 2014 21:24:10 +0000 (23:24 +0200)]
libantlr3c: add version 3.2
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
Toke Høiland-Jørgensen [Sat, 18 Oct 2014 15:50:49 +0000 (17:50 +0200)]
Merge pull request #442 from hnyman/patch-sqm
sqm-scripts: Fix a minor bug, add copyrights, improve logging
Peter Wagner [Sat, 18 Oct 2014 13:34:22 +0000 (15:34 +0200)]
nfs-kernel-server: update to 1.3.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
sbyx [Sat, 18 Oct 2014 10:36:15 +0000 (12:36 +0200)]
Merge pull request #439 from commodo/openvswitch-ipsec
Openvswitch IPSec Monitor + Python Bindings
Hannu Nyman [Sat, 18 Oct 2014 10:25:46 +0000 (13:25 +0300)]
sqm-scripts: Fix a minor bug, add copyrights, improve logging
Changes committed to the cerowrt original repo after the initial import here:
- Better license & copyright statements, as requested
- Fixed a minor bug in stopping sqm
- Logging improvements
- Dead code removed
- Typos corrected
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
sbyx [Sat, 18 Oct 2014 08:33:38 +0000 (10:33 +0200)]
Merge pull request #438 from commodo/python-update-1
Python update 1
Alexandru Ardelean [Thu, 18 Sep 2014 14:13:13 +0000 (17:13 +0300)]
openvswitch: add openvswitch-ipsesc package back
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Thu, 18 Sep 2014 14:03:25 +0000 (17:03 +0300)]
openvswitch: add openvswitch-python subpackage
Requires python package.
Required by other openvswitch subpackages (like openvswitch-python).
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Fri, 17 Oct 2014 14:08:27 +0000 (17:08 +0300)]
python: add libopenssl and libcrypto as package deps
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Fri, 17 Oct 2014 14:05:24 +0000 (17:05 +0300)]
python: _md5 + _sha libs are now grouped under _hashlibs
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Fri, 17 Oct 2014 14:04:26 +0000 (17:04 +0300)]
python: add patch to disable package compiles/tests during cross-builts
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Fri, 17 Oct 2014 13:39:25 +0000 (16:39 +0300)]
python: add ac_cv_buggy_getaddrinfo=no to config.site file
Required when IPv6 support gets enabled.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Fri, 17 Oct 2014 13:34:12 +0000 (16:34 +0300)]
python: patch setup.py so that it does not include system include dirs
Seems that the Python C extensions were being
(or at least trying to be) build using '/usr/include' as the first
include folder.
Seems this issue was already fixed on MacOS X and now we've extended
it for our case.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Thu, 16 Oct 2014 13:15:56 +0000 (16:15 +0300)]
python: enforce the existence of files in the filespecs
Seems that this allows some goofs, because some files
silently do not get copied and the build succeeds, even though
it shouldn't.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Thu, 16 Oct 2014 05:46:32 +0000 (08:46 +0300)]
python: reduce bloat by removing *.pyo and *.pyc files
Seems that if you add a package folder this would also
include the compiled python files which increases fw size.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Marcel Denia [Wed, 15 Oct 2014 22:36:38 +0000 (00:36 +0200)]
perl: Bump PKG_RELEASE
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Tue, 14 Oct 2014 19:16:47 +0000 (21:16 +0200)]
perl: Don't try to link against libnsl
And also remove all other references to avoid confusion.
libnsl isn't really needed. Removing it allows glibc based
toolchains to build perl.
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Sat, 11 Oct 2014 14:53:38 +0000 (16:53 +0200)]
perl: Make I8/I16/I32 types explicitly signed for PPC
Type signedness is undefined for char. char may actually be unsigned for
some CPUs.
This fixes various bugs on PPC, like negative array indices.
Signed-off-by: Marcel Denia <naoir@gmx.net>
sbyx [Thu, 16 Oct 2014 07:10:03 +0000 (09:10 +0200)]
Merge pull request #436 from cyanidium/master
nut: New package for Network UPS Tools
cyanidium [Thu, 16 Oct 2014 05:09:29 +0000 (22:09 -0700)]
Remove placeholder maintainer email address
Marty R [Thu, 16 Oct 2014 04:30:25 +0000 (21:30 -0700)]
nut: New package for Network UPS Tools
An older version of nut is in oldpackages. This commit is based on that
package and bumps the version to the latest release along with unifying
the server and client packages. More build options are provided for any
custom configuration but the defaults provide a working client and
server install which only needs a UPS driver. Drivers still build as
individual packages to minimise bloat. SSL support has also been added.
Signed-off-by: Martin Rowe <cyanidium@users.noreply.github.com>
Etienne CHAMPETIER [Fri, 10 Oct 2014 21:11:03 +0000 (23:11 +0200)]
PKG_CHECK_FORMAT_SECURITY: disable it for the failing packages (for now)
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Toke Høiland-Jørgensen [Wed, 15 Oct 2014 18:15:20 +0000 (20:15 +0200)]
Add PKG_LICENSE tags for luci-app-sqm and sqm-scripts.
sbyx [Wed, 15 Oct 2014 18:04:39 +0000 (20:04 +0200)]
Merge pull request #425 from MikePetullo/bogofilter
bogofilter: new package for bogofilter spam filter
sbyx [Wed, 15 Oct 2014 18:02:31 +0000 (20:02 +0200)]
Merge pull request #432 from mwarning/master
libs/libsodium: update to 1.0.0
Toke Høiland-Jørgensen [Wed, 15 Oct 2014 17:09:30 +0000 (19:09 +0200)]
Merge pull request #433 from hnyman/add-sqm-scripts
Add sqm-scripts & luci-app-sqm: experimental QoS
sbyx [Wed, 15 Oct 2014 16:47:08 +0000 (18:47 +0200)]
Merge pull request #429 from commodo/python-respin
Python respin
Moritz Warning [Wed, 15 Oct 2014 16:14:13 +0000 (18:14 +0200)]
libs/libsodium: update to 1.0.0
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Hannu Nyman [Wed, 15 Oct 2014 16:11:46 +0000 (19:11 +0300)]
luci-app-sqm: Luci GUI for sqm-scripts QoS
This is the Luci GUI for managing SQM QoS System.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Wed, 15 Oct 2014 15:56:37 +0000 (18:56 +0300)]
sqm-scripts: Smart Queue Management - experimental QoS
sqm-scripts is a new QoS system from Cerowrt / Bufferbloat.
I have tested it in my own community build.
More info at:
http://www.bufferbloat.net/projects/cerowrt/wiki/Smart_Queue_Management
http://www.bufferbloat.net/projects/cerowrt/wiki/Setting_up_SQM_for_CeroWrt_310
Dave Täht submitted this first via openwrt-devel mailing list in March 2014,
but that was not picked up before the switch to Github:
http://patchwork.openwrt.org/patch/5078/
Original code used as the base:
https://github.com/dtaht/ceropackages-3.10/commit/
8ce293611094a0d65c5b62ce80d25f0e30603cf5
I have modified:
- set the default interface to be eth1, like the Openwrt default.
- modified config to hide some of the advanced options by default
- beautified Makefile a bit
- added Toke Høiland-Jørgensen <toke@toke.dk> as the maintainer, as discussed
in https://github.com/dtaht/ceropackages-3.10/issues/8#issuecomment-
59215905
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Alexandru Ardelean [Wed, 15 Oct 2014 07:13:07 +0000 (10:13 +0300)]
python: upgrade to version 2.7.8
Alexandru Ardelean [Tue, 14 Oct 2014 10:11:54 +0000 (13:11 +0300)]
python: add python2 symlink to python as per PEP394
Alexandru Ardelean [Tue, 14 Oct 2014 10:10:56 +0000 (13:10 +0300)]
python: use command instead of 'ln -sf'
Alexandru Ardelean [Tue, 14 Oct 2014 06:39:42 +0000 (09:39 +0300)]
python: include python*-package.mk irespective of DUMP env var
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Tue, 14 Oct 2014 06:38:43 +0000 (09:38 +0300)]
python: enforce version assignment
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Tue, 14 Oct 2014 06:23:57 +0000 (09:23 +0300)]
python: move python package versioning to python-package.mk
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Tue, 14 Oct 2014 06:05:19 +0000 (09:05 +0300)]
python: add old python 2 package back
According to PEP394 (http://legacy.python.org/dev/peps/pep-0394/)
the 'python' command should refer to 'python2'.
In our case, this means we should reboot the old python package.
We could rename the package name to python2, but that would
just complicate things a bit with other packages, and
since we're doing this reboot, such a complication would be
unnecessary.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
sbyx [Wed, 15 Oct 2014 06:57:39 +0000 (08:57 +0200)]
Merge pull request #431 from commodo/python3-fix
Python3 fix
Alexandru Ardelean [Tue, 14 Oct 2014 14:51:30 +0000 (17:51 +0300)]
python3: fix python host path
Alexandru Ardelean [Tue, 14 Oct 2014 11:45:28 +0000 (14:45 +0300)]
python3: add python3 symlink to python exec as per PEP394
Alexandru Ardelean [Tue, 14 Oct 2014 08:52:06 +0000 (11:52 +0300)]
python3: suffix vars with 3
Alexandru Ardelean [Tue, 14 Oct 2014 06:39:42 +0000 (09:39 +0300)]
python3: include python*-package.mk irespective of DUMP env var
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Tue, 14 Oct 2014 06:38:43 +0000 (09:38 +0300)]
python3: enforce version assignment
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Tue, 14 Oct 2014 06:29:34 +0000 (09:29 +0300)]
python3: avoid making python3 the default python command
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Tue, 14 Oct 2014 06:31:31 +0000 (09:31 +0300)]
python3: fixup python-package.mk include
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Thomas Heil [Tue, 14 Oct 2014 21:33:27 +0000 (23:33 +0200)]
haproxy: patches from upstream
-[PATCH 1/2] BUG/MEDIUM: systemd: set KillMode to 'mixed'
-[PATCH 2/2] BUG/MEDIUM: config: avoid skipping disabled proxies
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
Ted Hess [Tue, 14 Oct 2014 16:41:47 +0000 (12:41 -0400)]
alsa-lib: remove cross-compile guess (restore old patch)
Signed-off-by: Ted Hess <thess@kitschensync.net>
Peter Wagner [Tue, 14 Oct 2014 16:00:42 +0000 (18:00 +0200)]
openssh,ntpd: move USERID to the server only as the client utils don't need a user/group
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Ted Hess [Tue, 14 Oct 2014 15:43:19 +0000 (11:43 -0400)]
Merge pull request #428 from br101/master
ffmpeg: Disable mips32r2 for mips32 CPUs
Bruno Randolf [Tue, 14 Oct 2014 09:14:14 +0000 (10:14 +0100)]
ffmpeg: Disable mips32r2 for mips32 CPUs
Some CPUs, such as the au1500 are MIPS32 but not MIPS32r2 and we have to
explicitly disable mips32r2 in the ffmpeg configure script.
Signed-off-by: Bruno Randolf <br1@einfach.org>
sbyx [Tue, 14 Oct 2014 05:16:08 +0000 (07:16 +0200)]
Merge pull request #423 from enigmagroup/master
rename python to python3
sbyx [Tue, 14 Oct 2014 05:13:15 +0000 (07:13 +0200)]
Merge pull request #416 from fededim/master
sstp-client: new appication has been ported in packages feeds under net/sstp-client (version 1.0.9)
W. Michael Petullo [Mon, 13 Oct 2014 21:54:53 +0000 (17:54 -0400)]
bogofilter: new package for bogofilter spam filter
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Agent 42 [Mon, 13 Oct 2014 20:58:43 +0000 (22:58 +0200)]
renaming python-package.mk to python3-package.mk
Agent 42 [Mon, 13 Oct 2014 10:21:16 +0000 (12:21 +0200)]
rename package name to python3
Agent 42 [Mon, 13 Oct 2014 10:20:34 +0000 (12:20 +0200)]
rename folder to python3
Nikos Mavrogiannopoulos [Mon, 13 Oct 2014 07:20:31 +0000 (09:20 +0200)]
gnutls: updated to 3.3.9
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Ted Hess [Sun, 12 Oct 2014 13:11:20 +0000 (09:11 -0400)]
Merge pull request #421 from antonlacon/ffmpeg-2.3.x
ffmpeg: update to 2.3.4 and add libopus support to libffmpeg
sbyx [Sun, 12 Oct 2014 12:21:18 +0000 (14:21 +0200)]
Merge pull request #420 from chris5560/master
ddns-scripts: add retry loop to verify dns and proxy
Ian Leonard [Fri, 3 Oct 2014 08:56:11 +0000 (01:56 -0700)]
ffmpeg: Update to 2.3.4
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Ian Leonard [Thu, 28 Aug 2014 20:16:59 +0000 (13:16 -0700)]
ffmpeg: add libopus support
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Christian Schoenebeck [Sat, 11 Oct 2014 09:00:19 +0000 (11:00 +0200)]
ddns-scripts: add retry loop to verify dns and proxy
Changed the verify of DNS server and proxy at script start to retry the
verify if there are connection problems during verify
plus some minor changes.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
sbyx [Sat, 11 Oct 2014 07:35:11 +0000 (09:35 +0200)]
Merge pull request #419 from epgdatacapbon/master
ddns-scripts: Add MyDNS.JP
epgdatacapbon [Sat, 11 Oct 2014 00:30:00 +0000 (09:30 +0900)]
ddns-scripts: Add MyDNS.JP
MyDNS.JP, a dynamic DNS service, is added to ddns-scripts.
http://www.mydns.jp/
Signed-off-by: sstream <sstream00@yahoo.co.jp>
sbyx [Fri, 10 Oct 2014 20:55:05 +0000 (22:55 +0200)]
Merge pull request #408 from blogic/userid
generic userid: use the new USERID api
sbyx [Fri, 10 Oct 2014 20:51:36 +0000 (22:51 +0200)]
Merge pull request #418 from thess/shadow-build-fix
shadow: Add libiconv to PKG_BUILD_DEPENDS
Ted Hess [Fri, 10 Oct 2014 20:41:39 +0000 (16:41 -0400)]
shadow: Add libiconv to PKG_BUILD_DEPENDS
Signed-off-by: Ted Hess <thess@kitschensync.net>