aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ibrcommon: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDSJohannes Morgenroth2014-08-22
| | | Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* dtndht: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDSJohannes Morgenroth2014-08-22
| | | Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* libarchive: Fix install targetJohannes Morgenroth2014-08-22
| | | | | | This commit replaces the command with a more generic one. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* ibrdtn: Fix install targetJohannes Morgenroth2014-08-22
| | | | | | | 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>
* ibrcommon: Fix install targetJohannes Morgenroth2014-08-22
| | | | | | | 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>
* dtndht: Fix install targetJohannes Morgenroth2014-08-22
| | | | | | | 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>
* mailsend: import command-line mail sender. Use v1.17b15 for correct IPv4/6 ↵Ted Hess2014-08-21
| | | | | | support Signed-off-by: Ted Hess <thess@kitschensync.net>
* Merge pull request #232 from jslachta/nspr-updatesbyx2014-08-21
|\ | | | | nspr: update to 3.16.4
| * nspr: update to 3.16.4Jiri Slachta2014-08-21
|/ | | | | | This patch updates nspr to 3.16.4. This update fixes CVE-2014-1544. Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* fswebcam: import from old packages feedNicolas Thill2014-08-21
| | | | | | | | - update to latest version (v20140113) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Merge branch 'nico/import-gnupg'Nicolas Thill2014-08-21
|\
| * gnupg: import from old packages feedNicolas Thill2014-08-20
| | | | | | | | | | | | | | | | - update to latest version (v1.4.18) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | Merge branch 'nico/import-liblo'Nicolas Thill2014-08-21
|\ \
| * | liblo: import from old packages feedNicolas Thill2014-08-20
| |/ | | | | | | | | | | | | | | - update to latest version (v0.28) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | Merge branch 'nico/import-freetype'Nicolas Thill2014-08-21
|\ \
| * | freetype: import from old packages feedNicolas Thill2014-08-20
| | | | | | | | | | | | | | | | | | | | | | | | - update to latest version (v2.5.3) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | Merge pull request #231 from Adze1502/mastersbyx2014-08-21
|\ \ \ | |/ / |/| | mwan3: update to version 1.5-4
| * | mwan3: update to version 1.5-4Adze15022014-08-21
|/ / | | | | | | | | | | Fix issue #219: Policy status output returns arithmetic syntax error Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* | Merge pull request #226 from psycho-nico/my-fixesLuiz Angelo Daros de Luca2014-08-20
|\ \ | | | | | | | | | ruby: fix ruby/host build
| * | ruby: fix ruby/host buildNicolas Thill2014-08-20
| |/ | | | | | | | | | | | | - build ruby/host extensions as static, - remove dependency on gmp/host Signed-off-by: Nicolas Thill <nico@openwrt.org>
* / erlang: import from old packages feedNicolas Thill2014-08-20
|/ | | | | | | | - update to latest version (v17.1) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Merge pull request #174 from brynet/patch-1sbyx2014-08-20
|\ | | | | net/openssh: Update PKG_SOURCE_URL
| * Add ISC/BSD to PKG_LICENSE_*Bryan Steele2014-08-08
| |
| * Update PKG_SOURCE_URL for OpenSSHBryan Steele2014-08-08
| | | | | | Remove broken mirrors, prefer HTTP over FTP.
* | Merge pull request #221 from ejonny/mastersbyx2014-08-20
|\ \ | | | | | | Add packages for Delay and Disruption Tolerant Networking
| * | ibrdtn-tools: add new packageJohannes Morgenroth2014-08-20
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | ibrdtnd: add new packageJohannes Morgenroth2014-08-20
| | | | | | | | | | | | | | | | | | | | | 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>
| * | ibrdtn: add new packageJohannes Morgenroth2014-08-20
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | ibrcommon: add new packageJohannes Morgenroth2014-08-20
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | dtndht: add new packageJohannes Morgenroth2014-08-20
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | libarchive: add new packageJohannes Morgenroth2014-08-20
| | | | | | | | | | | | | | | | | | Multi-format archive and compression library Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* | | Merge pull request #220 from salzmdan/mastersbyx2014-08-20
|\ \ \ | |/ / |/| | knot: update to 1.5.1.
| * | knot: update to 1.5.1.Daniel Salzman2014-08-19
| | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | ruby: Fix build dependency of gmp/hostLuiz Angelo Daros de Luca2014-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #217 from luizluca/trunk/luizlucasbyx2014-08-19
|\ \ \ | | | | | | | | Migrate ruby from oldpackages to github and update
| * \ \ Merge branch 'master' into trunk/luizlucaLuiz Angelo Daros de Luca2014-08-19
| |\ \ \
| * | | | ruby: import from oldpackages and update to 2.1.2Luiz Angelo Daros de Luca2014-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit imports the old Makefile from old openwrt feeds. Also, the package was updated to the latest version. The new version was tested in a VM with no aparent problem. No patches are needed. I added myself as maintainer. If possible, I would like to gain commit access. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | Merge pull request #216 from hansmi/mastersbyx2014-08-19
|\ \ \ \ \ | | | | | | | | | | | | Import net/unbound package from Subversion
| * | | | | Import net/unbound package from SubversionMichael Hanselmann2014-08-19
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #218 from luizluca/fix-Contributingsbyx2014-08-19
|\ \ \ \ \ | |/ / / / |/| | | | Fix a typo in CONTRIBUTING.md text
| * | | | Fix a typo in CONTRIBUTING.md textLuiz Angelo Daros de Luca2014-08-19
|/ / / / | | | | | | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | db47: Update to 4.7.25.4Marcel Denia2014-08-18
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | db47: Correct licenseMarcel Denia2014-08-18
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | db47: Update URLMarcel Denia2014-08-18
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | libidn: Update to 1.29Marcel Denia2014-08-18
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | bash: Adopt to SPDX license identifiersMarcel Denia2014-08-18
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | libidn: Adopt to SPDX license identifiersMarcel Denia2014-08-18
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | gdbm: Adopt to SPDX license identifiersMarcel Denia2014-08-18
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl-*: Adopt to SPDX license identifiersMarcel Denia2014-08-18
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | perl-test-harness: Update to upstream 3.33Marcel Denia2014-08-18
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>