aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | ffmpeg: Have the custom Vorbis decoder support select the Ogg demuxer.Ian Leonard2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | | | ffmpeg: update to 2.3.1Ian Leonard2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: Disable SIMD usage; creates build errors Disable runtime cpudetect as it's all disabled Re-enable compiler optimizations re-enable stripping Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | | | vips: disable PKG_CHECK_FORMAT_SECURITYEtienne CHAMPETIER2014-08-12
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | | | | Merge pull request #196 from Adze1502/mastersbyx2014-08-12
|\ \ \ \ \ | | | | | | | | | | | | mwan3: update to version 1.5-2
| * | | | | mwan3: Update to version 1.5-2Adze15022014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issue icmp unreachables go out wrong interface Remove unnecessary line Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
* | | | | | picocom: import and adoptSteven Barth2014-08-12
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | socat: Import from oldpackages, upgrade to 1.7.2.4, update copyright, ↵Ted Hess2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | license info, pkg maintainer. Fix cross built error Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | libpam: fix package source to unbreak BB buildSteven Barth2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Yesterday's CVE-fix changed the package source URL to an invalid location. Reverting this change to unbreak builds. Signed-off-by: Steven Barth <steven@midlink.org>
* | | | | Merge pull request #194 from bk138/gcc-signed-offsbyx2014-08-12
|\ \ \ \ \ | | | | | | | | | | | | gcc package refined
| * | | | | gcc: Use strip instead of sstrip as sstrip somehow stops the on-target ↵Christian Beier2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compilation from working properly. Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | | | gcc: Get rid of those sed substitutions and use proper ./configure args instead.Christian Beier2014-08-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | | | gcc: Specify target languages the right way.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are no CONFIG_INSTALL_* vars in the SDK anymore. Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | | | gcc: Build gcc version 4.8.3, refresh patches from openwrt.git.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | | | gcc: Ship all *nonshared*.a static libs.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Particularly, this fixes linking with pthreads. Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | | | gcc: Remove notes that mpfr-dev and the like are needed on the build machine.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That's not true, at least for GCC 4.6.3. Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | | | gcc: Remove patches that don't apply to 4.6.3.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | | | gcc: Heavy Makefile modification, now builds and runs on target.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use the same GCC version as the Attitude Adjustment toolchain. * Use REAL_GNU_TARGET_NAME that contains the _uclibc suffix. Otherwise the linker on the target is not found. * Revamped install section to install only needed binaries and omit static .a libs. Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | | | gcc: Enable parallel GCC builds.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | | | gcc: Depend on binutils package.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | | | gcc: Do not ship .info and .man files.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | | | gcc: Add myself as maintainer.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | | | gcc: The variable is simply called CONFIGURE_ARGS and already contains the ↵Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | host,build, target triplet plus right prefixes. Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | | | gcc: Add GCC 4.6 patches from official openwrt.git toolchain directory.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | | | gcc: Add patch that fixes GCC building for MIPS.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | | | gcc: Add patch that fixes a build error when building a 32bit toolchain on ↵Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 64bit build machine. Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | | | gcc: Add README to gcc package explaining build-deps on host machine.Christian Beier2014-08-10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Beier <dontmind@freeshell.org>
| * | | | | 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>