aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | aiccu: Minor whitespace fixOndřej Caletka2014-12-01
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ondrej Caletka <Ondrej@Caletka.cz>
* | | | | | | | Merge pull request #587 from commodo/ovs-patch-updateSteven Barth2014-12-03
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | OpenVSwitch patch update
| * | | | | | | openvswitch: use EXTRA_CFLAGS instead of KCFLAGSAlexandru Ardelean2014-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The patch we've switched requires EXTRA_CFLAGS to be set instead of KCFLAGS. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | openvswitch: switch patch with patch from ovs trunkAlexandru Ardelean2014-12-03
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After a few discussions with the guys working on OpenVSwitch they've recommended we use the EXTRA_CFLAGS env var for setting flags for the kernel module. They've updated the trunk with a patch to accomodate that. That patch is also in this commit, and replaces a patch that I proposed. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | Merge pull request #583 from Frieds-Technology/libartnetSteven Barth2014-12-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libartnet: new package added
| * | | | | | | libartnet: Removed uneeded configure argumentMartijn Zilverschoon2014-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
| * | | | | | | libartnet: new package addedMartijn Zilverschoon2014-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
* | | | | | | | Merge pull request #582 from Shulyaka/masterSteven Barth2014-12-01
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | postfix: fixed installing to the filesystem image
| * | | | | | | postfix: fixed installing to the filesystem imageDenis Shulyaka2014-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
* | | | | | | | Merge pull request #581 from Frieds-Technology/libmicrohttpdFlorian Fainelli2014-11-30
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | libmicrohttpd: new package added
| * | | | | | | libmicrohttpd: new package addedMartijn Zilverschoon2014-12-01
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
* | / / / / / Revert "aria2: enable bittorrent and metalink by default"Steven Barth2014-11-30
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per maintainer's request. Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | | coova-chilli: move to githubImre Kaloz2014-11-30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
* | | | | | ocsev: define _XOPEN_SOURCE when search for or using crypt()Nikos Mavrogiannopoulos2014-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves #544 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | ocserv: updated to 0.8.8 and added dependency on libhttp-parserNikos Mavrogiannopoulos2014-11-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | Merge pull request #570 from ageekymonk/libhttp-parserNikos Mavrogiannopoulos2014-11-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adding support for libhttp-parser
| * | | | | | Adding support for libhttp-parserageekymonk2014-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ramanathan Sivagurunathan <ramzthecoder@gmail.com>
* | | | | | | openconnect: when serverhash or cafile are present, set --no-system-trustNikos Mavrogiannopoulos2014-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | openconnect: made server IP resolving on reconnection conditionalNikos Mavrogiannopoulos2014-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | Merge pull request #576 from damianorenfer/masterTed Hess2014-11-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libs/libsodium: update to 1.0.1
| * | | | | | | libs/libsodium: update to 1.0.1Damiano Renfer2014-11-29
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
* | | | | | | Merge pull request #575 from commodo/python3-upg-3.4.2Steven Barth2014-11-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python3 upgrade to version 3.4.2
| * | | | | | | python3 upgrade to version 3.4.2Alexandru Ardelean2014-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | openconnect: updated to 7.00Nikos Mavrogiannopoulos2014-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | | open-plc-utils: add license informationFlorian Fainelli2014-11-28
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add licensing information for the open-plc-utils package and update the copyright. Signed-off-by: Florian Fainelli <florian@openwrt.org>
* | | | | | | Merge pull request #572 from commodo/python3-sync-buildSteven Barth2014-11-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python3: sync build rules with python's
| * | | | | | | python3: sync build rules with python'sAlexandru Ardelean2014-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | open-plc-utils: import from oldpackagesFlorian Fainelli2014-11-27
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org>
* | | | | | | Merge branch 'coreutils' of https://github.com/rkunze/openwrt-packagesDaniel Golle2014-11-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| * | | | | | | coreutils: bump version to 8.23Richard Kunze2014-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Kunze <richard.kunze@web.de>
* | | | | | | | pcsc-lite: bump version to 1.8.13Daniel Golle2014-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | opensc: bump to git codebase of 20141126 and rebase GnuK patchesDaniel Golle2014-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | ccid: update to version 1.4.18Daniel Golle2014-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | opentracker: bump git codebase to 20141007Daniel Golle2014-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | libowfat: bump version to 0.29Daniel Golle2014-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | lvm2: bump version to 2.02.113Daniel Golle2014-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | freeradius2: bump to version 2.2.6Daniel Golle2014-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | debootstrap: bump to version 1.0.66Daniel Golle2014-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | tracertools: bump versionDaniel Golle2014-11-27
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | Merge pull request #567 from widewing/masterSteven Barth2014-11-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | aria2: enable bittorrent and metalink by default
| * | | | | | | aria2: enable bittorrent and metalink by defaultwidewing2014-11-26
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gavin Ni <gisngy@gmail.com>
* | | | | | | Merge pull request #563 from antonlacon/license-updatesSteven Barth2014-11-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | License updates and metadata typo correction
| * | | | | | | ntpd: add SPDX license informationIan Leonard2014-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | | | | | libtheora: add SPDX license informationIan Leonard2014-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | | | | | lftp: add PKG_LICENSE SPDX informationIan Leonard2014-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | | | | | misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | | | | | CONTRIBUTING.md: typo in PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per r33861, it should be PKG_LICENSE and PKG_LICENSE_FILES used for licensing information. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | | | | | icecast: add SPDX license info per homepageIan Leonard2014-11-24
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | | | | Merge pull request #566 from commodo/python-build-prepareSteven Barth2014-11-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python: use Build/Prepare rule for the config.site file
| * | | | | | | python: use Build/Prepare rule for the config.site fileAlexandru Ardelean2014-11-26
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>