aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | perl-compress-bzip2: Bump PKG_RELEASEMarcel Denia2015-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recent changes in the perl package changed the ABI. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | perl: Bump PKG_RELEASEMarcel Denia2015-05-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | perl: Pass _LARGEFILE_SOURCE and _FILE_OFFSET_BITS in cflagsMarcel Denia2015-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes broken largefile support. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | perl: Remove duplicate "subversion" configuration symbol for armebMarcel Denia2015-05-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | perl-www: Remove unnecessary -n Configure switchMarcel Denia2015-05-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | perl: Enable threading in host-perl as well if threading is selectedMarcel Denia2015-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While host-perl only exists to run build scripts(and thus, should have no influence on built packages at all), most packages depend heavily on the feature set of the perl installation that ran their configuration scripts. This change makes them see that threading support is enabled(if it actually is selected). We can't use configuration symbol overrides for this one, as they are visible to host-perl as well. Using overrides would make it act as if it had threading support enabled without actually having it. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | perl: Allow changing the default directory for perlmod/CompileMarcel Denia2015-05-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | perl: Add "-rdynamic" to LDDLFLAGS override in perlmod/ConfigureMarcel Denia2015-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perl would have done the same. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | perl: Override cpprun configuration symbolMarcel Denia2015-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will not change any existing packages' functionality. All packages that used this symbol before during build(with it's value being "cc -E") most likely would've failed compilation. Note that this change is only in effect during build. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | | perl: Allow changing the default directory for perlmod/ConfigureMarcel Denia2015-05-27
| |/ / / |/| | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | | Merge pull request #1294 from mar-kolya/add-bridge-utilsTed Hess2015-05-26
|\ \ \ \ | | | | | | | | | | Move bridge-utils from oldpackages
| * | | | bridge-utils: copy from oldpackagesNikolay Martynov2015-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update Makefile accoring to CONTRIBUTING.md, set maintainer * fix file offset handling * use https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git for source code Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
* | | | | Merge pull request #1307 from oneru/add-qrencodeSteven Barth2015-05-26
|\ \ \ \ \ | | | | | | | | | | | | libqrencode: This reverts some unwelcome changes and then fixes a typo in Makefile
| * | | | | libqrencode: fix typo in makefileJonathan Bennett2015-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix compile error due to autoconf Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
| * | | | | Revert "qrencode: Fix build dependency (libpng)"Jonathan Bennett2015-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit was not made by the package maintainer and needs to be reverted. This reverts commit 1e2cd3318b67584d12ea9ee27e1b23927510f630. Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
| * | | | | Revert "qrencode: Completely remove libpng dependency from package configure"Jonathan Bennett2015-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit was not made by the package maintainer and needs to be reverted. This reverts commit 5989f6ca0b47eb575c3df94cf473bcde0819f221. Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz.
* | | | | | netdiscover: add packageMislav Novakovic2015-05-26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | | libnet: add packageMislav Novakovic2015-05-26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | | clamav: bump to 0.98.7Marko Ratkaj2015-05-26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | Merge pull request #1298 from chris5560/masterSteven Barth2015-05-26
|\ \ \ \ \ \ | |/ / / / / |/| | | | | radicale: fixed hotplug and init script
| * | | | | radicale: fixed hotplug and init scriptChristian Schoenebeck2015-05-24
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed hotplug script (not restarting on "ifup") * fixed init script (not stopping in 1 second) * fixed PKG_MAINTAINER string * removing not needed comments in config file Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | | freeradius2: add mirror for older releasesMislav Novakovic2015-05-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | sshtunnel: fixes validation bug with dynamic port forwarding.Nuno Goncalves2015-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Avi Alkalay <avi@unix.sh> Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | | qrencode: Completely remove libpng dependency from package configureTed Hess2015-05-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | Merge pull request #1302 from equinox0815/ntpd-enable-ppsTed Hess2015-05-25
|\ \ \ \ \ | | | | | | | | | | | | ntpd: enable ATOM (PPS) support
| * | | | | ntpd: enable ATOM (PPS) supportChristian Pointner2015-05-25
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* | | | | qrencode: Fix build dependency (libpng)Ted Hess2015-05-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | tcsh: update to 6.19.00Nuno Goncalves2015-05-25
|/ / / / | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
* | | | ipsec-tools: fix null dereference in racoonNicolas Thill2015-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add a patch to fix a null pointer dereference in src/racoon/gssapi.c (CVE-2015-4047) * refresh patches * bumb release number Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | | | Merge pull request #1272 from ryzhovau/xz-utils-metaNico2015-05-24
|\ \ \ \ | | | | | | | | | | xz: add xz-utils meta package
| * | | | xz: add xz-utils meta packageAlexander Ryzhov2015-05-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | | | | Merge pull request #1266 from antonlacon/libopus-1.1.xTed Hess2015-05-24
|\ \ \ \ \ | | | | | | | | | | | | libopus: disable building unused features
| * | | | | libopus: disable building unused featuresIan Leonard2015-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disable-doc turns off API documentation disable-extra-programs turns off demo and test creation Commit also removes whitespace at EOL in description. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | | | Merge pull request #1289 from clehner/masterTed Hess2015-05-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix emailrelay init script
| * | | | | | Fix emailrelay init scriptCharles Lehner2015-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Charles Lehner <cel@celehner.com>
* | | | | | | openvswitch: fix build with kernel >= 3.18.13Hauke Mehrtens2015-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a build problem with kernel >= 3.18.13. This should close #1283. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | | | xl2tpd: refactor for more resilience.Yousong Zhou2015-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use netifd no_proto_task for notifying that xl2tpd does not have a protocol task running. - Use procd for xl2tpd service management. - Refreshed 2xx patches to - Prevent leftover regular type control result file. - Allow xl2tpd run as foreground process while logging via syslog. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> - bumped version - removed dependency on `ip` package as routes are setup by netifd if iproute2 is actually required, please depend on `@(PACKAGE_ip||PACKAGE_ip-full)` instead of `ip` Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | ocserv: corrected checksumNikos Mavrogiannopoulos2015-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | ocserv: updated to 0.10.5Nikos Mavrogiannopoulos2015-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | | Merge pull request #1284 from oneru/key-genSteven Barth2015-05-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fwknopd: Backport patch to enable keygen in fwknopd
| * | | | | | | Fwknopd: Backport patch to enable keygen in fwknopdJonathan Bennett2015-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
* | | | | | | | Merge pull request #1278 from thess/vim-build-fixSteven Barth2015-05-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | vim: Fix false broken package status (buildbot)
| * | | | | | | | vim: Fix false broken package status (buildbot)Ted Hess2015-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | | | | Merge pull request #1268 from dajhorn/liblz4Steven Barth2015-05-24
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | liblz4: add new package
| * | | | | | | | liblz4: add new packageDarik Horn2015-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Darik Horn <dajhorn@vanadac.com>
* | | | | | | | | Merge pull request #1286 from equinox0815/pps-tools-linux3.18Ted Hess2015-05-23
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | pps-tools: enable for Linux 3.18
| * | | | | | | | pps-tools: enable for Linux 3.18Christian Pointner2015-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* | | | | | | | | Merge pull request #1280 from antonlacon/ffmpeg-2.6.xTed Hess2015-05-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ffmpeg: switch to included opus support for libffmpeg-audio-dec and option to libffmpeg-custom
| * | | | | | | | | ffmpeg: libffmpeg-audio-dec and -custom use integrated opus decoderIan Leonard2015-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For libffmpeg-audio-dec: Remove @DEVEL flag from libffmpeg-audio-dec. Reasoning for this is that choosing this package does not rquire any further action by the builder in what codecs or formats should be built in. libffmpeg-custom, the other libffmpeg to require @DEVEL, does need further interaction. Add @BUILD_PATENTED as at least one of the audio codecs is likely patent protected. Add ffmpeg's native Opus decoder to libffmpeg-audio-dec Remove libopus dependency to libffmpeg-audio-dec as libopus provides decode and encode support for Opus audio. Since FFmpeg can decode Opus audio on its own, and libffmpeg-audio-dec is intended for audio decoding, libopus is no longer required for Opus audio support. For libffmpeg-custom: Add in options for ffmpeg's integrated Opus decoder Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | | | | | | | Merge pull request #1281 from fededim/masterTed Hess2015-05-22
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | lftp: added mirror directory old to avoid build disruption on new version releases