sbyx [Mon, 25 Aug 2014 15:36:01 +0000 (17:36 +0200)]
Merge pull request #246 from mikebrady/add-libsoxr
libsoxr: initial commit
Mike Brady [Mon, 25 Aug 2014 15:31:11 +0000 (16:31 +0100)]
libsoxr: initial commit
Signed-off-by: Mike Brady <mikebrady@eircom.net>
sbyx [Mon, 25 Aug 2014 14:52:04 +0000 (16:52 +0200)]
Merge pull request #245 from openwrt/revert-244-master
Revert "libsoxr – The SoX Resampler library – add package request"
sbyx [Mon, 25 Aug 2014 14:51:38 +0000 (16:51 +0200)]
Revert "libsoxr – The SoX Resampler library – add package request"
sbyx [Mon, 25 Aug 2014 14:49:28 +0000 (16:49 +0200)]
Merge pull request #244 from mikebrady/master
libsoxr – The SoX Resampler library – add package request
sbyx [Mon, 25 Aug 2014 14:46:36 +0000 (16:46 +0200)]
Merge pull request #236 from ejonny/libarchive-reduce-dependencies
libarchive: Reduce dependencies by disabling them using configure args
Mike Brady [Mon, 25 Aug 2014 14:41:20 +0000 (15:41 +0100)]
Add license code
Mike Brady [Mon, 25 Aug 2014 14:27:01 +0000 (15:27 +0100)]
Add libsoxr -- it performs one-dimensional sample-rate conversion
sbyx [Mon, 25 Aug 2014 12:35:40 +0000 (14:35 +0200)]
Merge pull request #243 from DerArtem/master
opennhrp: Add opennhrp 0.14.1
Artem Makhutov [Mon, 25 Aug 2014 14:09:35 +0000 (16:09 +0200)]
opennhrp: Add PKG_MAINTAINER and PKG_LICENSE
Signed-off-by: Artem Makhutov <artem@makhutov.org>
Artem Makhutov [Mon, 25 Aug 2014 12:48:59 +0000 (14:48 +0200)]
opennhrp: Add opennhrp 0.14.1
Signed-off-by: Artem Makhutov <artem@makhutov.org>
sbyx [Mon, 25 Aug 2014 05:02:26 +0000 (07:02 +0200)]
Merge pull request #240 from thess/menu-work
shadow: create utility sub-menu
Ted Hess [Sun, 24 Aug 2014 22:29:39 +0000 (18:29 -0400)]
shadow: create utility sub-menu
Signed-off-by: Ted Hess <thess@kitschensync.net>
Thomas Heil [Sun, 24 Aug 2014 18:46:00 +0000 (20:46 +0200)]
haproxy: patches from upstream
- [PATCH 5/6] BUG/MEDIUM: http: tarpit timeout is reset
- [PATCH 6/6] MEDIUM: connection: add new bit in Proxy Protocol V2
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
Álvaro Fernández Rojas [Sun, 24 Aug 2014 12:42:10 +0000 (14:42 +0200)]
udpxy: switch to github repository and update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
sbyx [Sun, 24 Aug 2014 10:24:18 +0000 (12:24 +0200)]
Merge pull request #238 from ejonny/reduce-dependencies-of-ibr-packages
Reduce dependencies of ibr packages
Johannes Morgenroth [Sun, 24 Aug 2014 09:18:04 +0000 (11:18 +0200)]
ibrdtn-tools: Disable dependency on libdaemon library
Since the current release of the package does not provide a
configure option to disable this dependency, a patch is necessary
to add this option.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth [Sun, 24 Aug 2014 09:17:51 +0000 (11:17 +0200)]
ibrdtnd: Disable dependency on wifip2p and vmime library
Since the current release of the package does not provide
configure options to disable these dependencies, a patch is necessary.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth [Sun, 24 Aug 2014 09:17:07 +0000 (11:17 +0200)]
ibrdtn: Disable dependency on glib-2.0 library
Since the current release of the package does not provide a
configure option to disable this dependency, a patch is necessary
to add this option.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Nikos Mavrogiannopoulos [Sun, 24 Aug 2014 08:18:38 +0000 (10:18 +0200)]
libtasn1: updated to 4.1
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Sun, 24 Aug 2014 08:15:55 +0000 (10:15 +0200)]
gnutls: updated to 3.2.17
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Sun, 24 Aug 2014 06:21:16 +0000 (08:21 +0200)]
ocserv: updated to 0.8.3
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Vasilis Tsiligiannis [Sat, 23 Aug 2014 20:34:06 +0000 (23:34 +0300)]
Merge branch 'rtl-sdr' of https://github.com/roger-/packages
rtl-sdr: update to latest version #139
Nikos Mavrogiannopoulos [Sat, 23 Aug 2014 16:32:28 +0000 (18:32 +0200)]
ocserv: added various patches
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Sat, 23 Aug 2014 16:11:59 +0000 (18:11 +0200)]
Merge pull request #223 from eugenesan/cryptodev-linux
cryptodev-linux: replace INIT_COMPLETION with reinit_completion
Johannes Morgenroth [Sat, 23 Aug 2014 13:49:52 +0000 (15:49 +0200)]
libarchive: Reduce dependencies by disabling them using configure args
In order to reduce the dependencies, this patch disables following features:
* Extended Attributes
* ACL support
* bzip2 through bz2lib
* lzop through liblzo2
* crypto support from Nettle
* xar through libxml2
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Nicolas Thill [Sat, 23 Aug 2014 09:18:13 +0000 (11:18 +0200)]
ulogd: import from old packages feed
- update to latest version (v2.0.4)
- use PKG_INSTALL
- add DBI plugin
- convert init script to procd
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Fri, 22 Aug 2014 10:08:58 +0000 (12:08 +0200)]
libnetfilter-queue: import from old packages feed
- update to latest version (v1.0.2)
- add dependency on libmnl
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Fri, 22 Aug 2014 10:03:49 +0000 (12:03 +0200)]
libnetfilter-log: import from old packages feed
- update to latest version (v1.0.1)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Fri, 22 Aug 2014 09:49:07 +0000 (11:49 +0200)]
libnetfilter-acct: import new package
libnetfilter_acct is a userspace library providing a programming interface
(API) to the extended accounting infrastructure.
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Fri, 22 Aug 2014 09:46:42 +0000 (11:46 +0200)]
libdbi-drivers: import from old packages feed
- rename packages from libdbi-drivers-* to libdbd-*
- cleanup title & description
- remove SQLite v2 driver
- use PKG_INSTALL
- add a BuildPlugin macro to package drivers
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Fri, 22 Aug 2014 02:41:04 +0000 (04:41 +0200)]
libdbi: import from old packages feed
- cleanup title & description
- install dbi.pc during InstallDev
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Thu, 21 Aug 2014 20:53:05 +0000 (22:53 +0200)]
opus-tools: import new package
Opus-tools provides command-line utilities to encode, inspect, and decode .opus files.
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Wed, 20 Aug 2014 13:00:45 +0000 (15:00 +0200)]
opus: import new package
Opus is a totally open, royalty-free, highly versatile audio codec.
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Ted Hess [Fri, 22 Aug 2014 17:18:14 +0000 (13:18 -0400)]
Merge pull request #197 from henning-schild/henning/staging
packages/socat: add init script
sbyx [Fri, 22 Aug 2014 14:35:29 +0000 (16:35 +0200)]
Merge pull request #233 from Noltari/shairport-next
Shairport: update, add license, config fix
sbyx [Fri, 22 Aug 2014 14:34:55 +0000 (16:34 +0200)]
Merge pull request #234 from ejonny/fix-dtn-packages
Fix recipes for packages related to Delay- and Disruption-Tolerant Networking
Álvaro Fernández Rojas [Fri, 22 Aug 2014 13:29:48 +0000 (15:29 +0200)]
shairport: update to latest version, add license and switch release to source version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Fri, 22 Aug 2014 13:28:55 +0000 (15:28 +0200)]
shairport: fix buffer config var
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Fri, 22 Aug 2014 13:15:22 +0000 (15:15 +0200)]
dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas [Fri, 22 Aug 2014 13:14:11 +0000 (15:14 +0200)]
unrar: update to 5.1.7
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Johannes Morgenroth [Fri, 22 Aug 2014 12:35:35 +0000 (14:35 +0200)]
libarchive: Add missing dependencies
Dependencies to libacl, libattr, libbz2, liblzo, and libnettle added.
PKG_BUILD_DEPENDS is removed since it is already defined by DEPENDS.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth [Fri, 22 Aug 2014 12:34:16 +0000 (14:34 +0200)]
ibrdtn-tools: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDS
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth [Fri, 22 Aug 2014 12:34:08 +0000 (14:34 +0200)]
ibrdtnd: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDS
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth [Fri, 22 Aug 2014 12:33:56 +0000 (14:33 +0200)]
ibrdtn: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDS
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth [Fri, 22 Aug 2014 12:33:45 +0000 (14:33 +0200)]
ibrcommon: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDS
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth [Fri, 22 Aug 2014 12:33:37 +0000 (14:33 +0200)]
dtndht: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDS
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth [Fri, 22 Aug 2014 11:57:57 +0000 (13:57 +0200)]
libarchive: Fix install target
This commit replaces the command with a more generic one.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth [Fri, 22 Aug 2014 11:57:33 +0000 (13:57 +0200)]
ibrdtn: Fix install target
The previous copying command includes non-existing variables. This commit replaces
the command with a more generic one.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth [Fri, 22 Aug 2014 11:57:08 +0000 (13:57 +0200)]
ibrcommon: Fix install target
The previous copying command includes non-existing variables. This commit replaces
the command with a more generic one.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth [Fri, 22 Aug 2014 11:57:02 +0000 (13:57 +0200)]
dtndht: Fix install target
The previous copying command includes non-existing variables. This commit replaces
the command with a more generic one.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Ted Hess [Thu, 21 Aug 2014 17:49:08 +0000 (13:49 -0400)]
mailsend: import command-line mail sender. Use v1.17b15 for correct IPv4/6 support
Signed-off-by: Ted Hess <thess@kitschensync.net>
sbyx [Thu, 21 Aug 2014 18:05:12 +0000 (20:05 +0200)]
Merge pull request #232 from jslachta/nspr-update
nspr: update to 3.16.4
Jiri Slachta [Thu, 21 Aug 2014 17:52:17 +0000 (19:52 +0200)]
nspr: update to 3.16.4
This patch updates nspr to 3.16.4. This update fixes CVE-2014-1544.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Nicolas Thill [Wed, 20 Aug 2014 12:58:10 +0000 (14:58 +0200)]
fswebcam: import from old packages feed
- update to latest version (v20140113)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Thu, 21 Aug 2014 14:59:44 +0000 (16:59 +0200)]
Merge branch 'nico/import-gnupg'
Nicolas Thill [Thu, 21 Aug 2014 14:59:36 +0000 (16:59 +0200)]
Merge branch 'nico/import-liblo'
Nicolas Thill [Thu, 21 Aug 2014 14:58:11 +0000 (16:58 +0200)]
Merge branch 'nico/import-freetype'
sbyx [Thu, 21 Aug 2014 07:16:53 +0000 (09:16 +0200)]
Merge pull request #231 from Adze1502/master
mwan3: update to version 1.5-4
Adze1502 [Thu, 21 Aug 2014 07:10:21 +0000 (09:10 +0200)]
mwan3: update to version 1.5-4
Fix issue #219: Policy status output returns arithmetic syntax error
Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
Nicolas Thill [Wed, 20 Aug 2014 12:52:47 +0000 (14:52 +0200)]
freetype: import from old packages feed
- update to latest version (v2.5.3)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Luiz Angelo Daros de Luca [Wed, 20 Aug 2014 18:31:57 +0000 (15:31 -0300)]
Merge pull request #226 from psycho-nico/my-fixes
ruby: fix ruby/host build
Nicolas Thill [Wed, 20 Aug 2014 12:56:25 +0000 (14:56 +0200)]
gnupg: import from old packages feed
- update to latest version (v1.4.18)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Wed, 20 Aug 2014 12:54:46 +0000 (14:54 +0200)]
liblo: import from old packages feed
- update to latest version (v0.28)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Wed, 20 Aug 2014 12:37:50 +0000 (14:37 +0200)]
erlang: import from old packages feed
- update to latest version (v17.1)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Wed, 20 Aug 2014 12:42:10 +0000 (14:42 +0200)]
ruby: fix ruby/host build
- build ruby/host extensions as static,
- remove dependency on gmp/host
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Eugene Sanivsky [Thu, 7 Aug 2014 13:18:31 +0000 (16:18 +0300)]
cryptodev-linux: replace INIT_COMPLETION with reinit_completion
sbyx [Wed, 20 Aug 2014 11:04:22 +0000 (13:04 +0200)]
Merge pull request #174 from brynet/patch-1
net/openssh: Update PKG_SOURCE_URL
sbyx [Wed, 20 Aug 2014 10:58:51 +0000 (12:58 +0200)]
Merge pull request #221 from ejonny/master
Add packages for Delay and Disruption Tolerant Networking
sbyx [Wed, 20 Aug 2014 10:46:14 +0000 (12:46 +0200)]
Merge pull request #220 from salzmdan/master
knot: update to 1.5.1.
Johannes Morgenroth [Wed, 20 Aug 2014 10:40:23 +0000 (12:40 +0200)]
ibrdtn-tools: add new package
This package contains the tools (dtnsend, dtnrecv, dtnping, ...) of IBR-DTN, a modular
and lightweight implementation of the bundle protocol (RFC 5050).
https://github.com/ibrdtn/ibrdtn
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth [Wed, 20 Aug 2014 10:39:45 +0000 (12:39 +0200)]
ibrdtnd: add new package
This package contains the daemon (dtnd) of IBR-DTN, a modular and lightweight
implementation of the bundle protocol (RFC 5050). https://github.com/ibrdtn/ibrdtn
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth [Wed, 20 Aug 2014 10:38:55 +0000 (12:38 +0200)]
ibrdtn: add new package
The ibrdtn is a C++ library for DTN related objects to process bundle data and
talk to the DTN daemon of IBR-DTN. It is development together with IBR-DTN an
implementation of DTN stack following the Bundle Protocol RFC 5050.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth [Wed, 20 Aug 2014 10:37:09 +0000 (12:37 +0200)]
ibrcommon: add new package
The ibrcommon is a C++ abstraction library for several platforms (linux,
win32, osx, ...) and is development together with IBR-DTN an implementation
of DTN stack following the Bundle Protocol RFC 5050.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth [Wed, 20 Aug 2014 10:36:46 +0000 (12:36 +0200)]
dtndht: add new package
DTN-DHT is a library providing a fully distributed Bittorrent DHT based
naming service especially for DTN Bundle Protocol EIDs (RFC 5050). It can
be used for all IP (v4/v6) based networks.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth [Wed, 20 Aug 2014 10:35:24 +0000 (12:35 +0200)]
libarchive: add new package
Multi-format archive and compression library
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Luiz Angelo Daros de Luca [Wed, 20 Aug 2014 03:33:29 +0000 (00:33 -0300)]
ruby: Fix build dependency of gmp/host
libgmp.so is needed for miniruby, that is compiled in host.
Using PKG_BUILD_DEPENDS=gmp/host eventually compiled gmp/host
before ruby/host. However, when this did not happened, build
failed. Using HOST_BUILD_DEPENDS=gmp/host seems to be the
correct way to require it.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Daniel Salzman [Tue, 19 Aug 2014 13:41:29 +0000 (15:41 +0200)]
knot: update to 1.5.1.
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
sbyx [Tue, 19 Aug 2014 05:45:15 +0000 (07:45 +0200)]
Merge pull request #217 from luizluca/trunk/luizluca
Migrate ruby from oldpackages to github and update
sbyx [Tue, 19 Aug 2014 05:18:42 +0000 (07:18 +0200)]
Merge pull request #216 from hansmi/master
Import net/unbound package from Subversion
sbyx [Tue, 19 Aug 2014 05:16:34 +0000 (07:16 +0200)]
Merge pull request #218 from luizluca/fix-Contributing
Fix a typo in CONTRIBUTING.md text
Luiz Angelo Daros de Luca [Tue, 19 Aug 2014 05:11:20 +0000 (02:11 -0300)]
Fix a typo in CONTRIBUTING.md text
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Luiz Angelo Daros de Luca [Tue, 19 Aug 2014 04:22:51 +0000 (01:22 -0300)]
Merge branch 'master' into trunk/luizluca
Michael Hanselmann [Sun, 17 Aug 2014 18:39:56 +0000 (20:39 +0200)]
Import net/unbound package from Subversion
This is an import of the net/unbound package from Subversion
revision 40658 (May 2, 2014). The only change is the addition of
PKG_LICENSE, PKG_LICENSE_FILE and PKG_MAINTAINER to Makefile.
Unbound 1.4.22 is the current upstream release.
Signed-off-by: Michael Hanselmann <public@hansmi.ch>
Marcel Denia [Mon, 18 Aug 2014 09:21:28 +0000 (11:21 +0200)]
db47: Update to 4.7.25.4
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Mon, 18 Aug 2014 09:03:32 +0000 (11:03 +0200)]
db47: Correct license
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Mon, 18 Aug 2014 08:59:41 +0000 (10:59 +0200)]
db47: Update URL
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Mon, 18 Aug 2014 05:27:53 +0000 (07:27 +0200)]
libidn: Update to 1.29
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Mon, 18 Aug 2014 05:20:49 +0000 (07:20 +0200)]
bash: Adopt to SPDX license identifiers
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Mon, 18 Aug 2014 05:20:41 +0000 (07:20 +0200)]
libidn: Adopt to SPDX license identifiers
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Mon, 18 Aug 2014 05:20:41 +0000 (07:20 +0200)]
gdbm: Adopt to SPDX license identifiers
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Mon, 18 Aug 2014 05:19:55 +0000 (07:19 +0200)]
perl-*: Adopt to SPDX license identifiers
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia [Sun, 17 Aug 2014 23:53:52 +0000 (01:53 +0200)]
perl-test-harness: Update to upstream 3.33
Signed-off-by: Marcel Denia <naoir@gmx.net>
Steven Barth [Mon, 18 Aug 2014 09:36:19 +0000 (11:36 +0200)]
Revert "xl2tpd: rename netifd protocol handler to l2tpv2 to avoid clashes with l2tpv3"
This reverts commit
981f2da45747df72c5ae2c45f265fe8f29af3d52.
OpenWrt wiki knew l2tp from l2tpv3tun, but luci knew l2tp from xl2tpd
Steven Barth [Mon, 18 Aug 2014 05:40:44 +0000 (07:40 +0200)]
micropython: remove unnecessary libc, libm, libdl dependencies
Signed-off-by: Steven Barth <steven@midlink.org>
Roger [Sun, 17 Aug 2014 16:30:28 +0000 (11:30 -0500)]
micropython-lib: fix DEPENDS
Signed-off-by: Roger D <rogerdammit@gmail.com>
Roger [Sun, 17 Aug 2014 16:13:11 +0000 (11:13 -0500)]
micropython-lib: add
Signed-off-by: Roger D <rogerdammit@gmail.com>
sbyx [Mon, 18 Aug 2014 05:32:07 +0000 (07:32 +0200)]
Merge pull request #214 from roger-/micropython
micropython: fix version number
Roger [Sun, 17 Aug 2014 22:29:40 +0000 (17:29 -0500)]
micropython: fix version number
Signed-off-by: Roger D <rogerdammit@gmail.com>
Steven Barth [Sun, 17 Aug 2014 08:11:02 +0000 (10:11 +0200)]
strongswan: import, update, adopt
Signed-off-by: Steven Barth <steven@midlink.org>