aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | gcc: Update GCC Makefile to let it build gcc 4.6 for target.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | gcc: Add gcc package from git.openwrt.org/packages.git.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
* | | | CONTRIBUTING: update gaining commit accessSteven Barth2014-08-12
| | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | CONTRIBUTING: readd example for PKG_LICENSE_FILESteven Barth2014-08-12
| | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | CONTRIBUTING: simplify PKG_LICENSE and PKG_LICENSE_FILE notesSteven Barth2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | I found them too hard to understand ;) Signed-off-by: Steven Barth <steven@midlink.org>
* | | | CONTRIBUTING: add paragraph about gaining commit accessSteven Barth2014-08-12
| | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | shadow: update to 4.2.1, add PKG_LICENSESteven Barth2014-08-12
| | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | libsigc++: define package licenseSteven Barth2014-08-12
| | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | libsigc++: update to 2.3.2Steven Barth2014-08-12
| | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | Merge pull request #193 from chris5560/masterJonathan McCrohan2014-08-12
|\ \ \ \ | | | | | | | | | | ddns-scripts: Set PKG_LICENSE
| * | | | ddns-scripts: Set PKG_LICENSEChristian Schoenebeck2014-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | Set PKG_LICENSE as written inside dynamic_dns_updater.sh and dynamic_dns_functions.sh. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | libpam: Applied fix for CVE-2014-2583Nikos Mavrogiannopoulos2014-08-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | Merge pull request #192 from Naoir/perl-wwwsbyx2014-08-11
|\ \ \ \ \ | | | | | | | | | | | | perl-www: Backport CVE-2011-0633 fix
| * | | | | perl-www: Bump PKG_RELEASEMarcel Denia2014-08-11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | | | | perl-www: Default to verifying hostnames when using SSLMarcel Denia2014-08-11
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This is a backport of perl-www 6.00's CVE-2011-0633 fix. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | haproxy: fix from upstreamThomas Heil2014-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH 4/4] BUG: config: error in http-response replace-header number Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | | pv: import from oldpackages, add myself as maintainer, update to latest v1.5.3Jo-Philipp Wich2014-08-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | mysql: import from oldpackages, add myself as maintainerJo-Philipp Wich2014-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No updates to the package as it is the latest release of the still supported 5.1 release series. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | | | | net/mosquitto: Add PKG_LICENSE informationKarl Palsson2014-08-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Karl Palsson <karlp@remake.is>
* | | | | Merge pull request #171 from thess/contrib-updateTed Hess2014-08-11
|\ \ \ \ \ | | | | | | | | | | | | CONTRIBUTING - an update with some addtions and clarifications
| * | | | | CONTRIBUTING - an update with some addtions and clarificationsTed Hess2014-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass 3, add back SPDX and examples. Change copyright reqs. Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | file: bump to 5.19Luka Perkov2014-08-11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* | | | | | net/mosquitto: update readme with protocol versionsKarl Palsson2014-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mosquitto has supported v3.1.1 of the mqtt protocol since verson 1.3 Signed-off-by: Karl Palsson <karlp@remake.is>
* | | | | | net/mosquitto: Bump to version 1.3.4Karl Palsson2014-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A minor point release. * Don’t ask client for certificate when require_certificate is false. * Fix incorrect handling of anonymous bridges on the local broker. * backout incomplete functionality incorrectly added in 1.3.2 Signed-off-by: Karl Palsson <karlp@remake.is>
* | | | | | tinyproxy: fix CVE-2012-3505Steven Barth2014-08-11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | | Merge pull request #186 from fatbob313/mastersbyx2014-08-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add package umurmur. Add myself as maintainer.
| * | | | | | Add package umurmur. Add myself as maintainer.Martin Johansson2014-08-10
| | | | | | |
* | | | | | | Merge branch perl-compress-bzip2 from https://github.com/Naoir/packages/Marcel Denia2014-08-11
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | perl-compress-bzip2: Update to 2.18
| * | | | | | perl-compress-bzip2: Update to 2.18Marcel Denia2014-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | | | | | nspr: add packageLuka Perkov2014-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
| * | | | | | Merge pull request #185 from MikePetullo/dmapdTed Hess2014-08-10
|/| | | | | | | | | | | | | | | | | | | | Copy dmapd package from old repository and update
| * | | | | | dmapd: update to 0.0.70W. Michael Petullo2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | | | | | Copy dmapd package from old repositoryW. Michael Petullo2014-08-10
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | Merge pull request #180 from MikePetullo/libdmapsharingTed Hess2014-08-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Copy libdmapsharing package from old repository and update (this is necessary for a forthcoming dmapd package addition)
| * | | | | | libdmapsharing: update to 2.9.28W. Michael Petullo2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | | | | | Merge remote-tracking branch 'openwrt/master' into libdmapsharingW. Michael Petullo2014-08-10
| |\ \ \ \ \ \
| * | | | | | | Copy libdmapsharing package from old repositoryW. Michael Petullo2014-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | Merge pull request #184 from MikePetullo/cyrus-saslTed Hess2014-08-10
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | cyrus-sasl: add maintainer
| * | | | | | | cyrus-sasl: add maintainerW. Michael Petullo2014-08-10
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | Merge pull request #183 from Adze1502/mastersbyx2014-08-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mwan3: Update to version 1.5-1
| * | | | | | | mwan3: Update to version 1.5-1Adze15022014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add iptables -w option, which increases stability, requires iptables v1.4.20. Code cleanup Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* | | | | | | | libowfat: add PKG_LICENSE informationDaniel Golle2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | engine_pkcs11: add PKG_LICENSE informationDaniel Golle2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | freeradius2: add PKG_LICENSE informationDaniel Golle2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | libp11: add PKG_LICENSE informationDaniel Golle2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | opentracker: add PKG_LICENSE informationDaniel Golle2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | xl2tpd: add PKG_LICENSE informationDaniel Golle2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | mktorrent: add PKG_LICENSE informationDaniel Golle2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | pcsc-lite: add PKG_LICENSE informationDaniel Golle2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | ccid: add PKG_LICENSE informationDaniel Golle2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>