aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libaio: update to 0.3.110, bump copyright, add licenseSteven Barth2014-12-17
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* Merge pull request #665 from MikePetullo/masterTed Hess2014-12-16
|\ | | | | lighttpd: reorder modules so that redirect loads before auth
| * lighttpd: reorder modules so that redirect loads before authW. Michael Petullo2014-12-16
|/ | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Merge pull request #664 from luizluca/elfutilsLuiz Angelo Daros de Luca2014-12-16
|\ | | | | elfutils: imported from oldpackages, updated to 0.160
| * elfutils: imported from oldpackages, updated to 0.160Luiz Angelo Daros de Luca2014-12-16
| | | | | | | | | | | | | | | | | | The pkg was imported from oldpackages. It was updated to latest version, requiring some fixes in patches. I added myself as maintainer. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | nail: unbreak compilationSteven Barth2014-12-16
| | | | | | | | | | | | | | disabling SSLv2 and SSLv3 caused nail to break, fixed this some of our snapshot builders don't have CVS, switch to Debian as source Signed-off-by: Steven Barth <steven@midlink.org>
* | seafile: fetch sources using commit hashes instead of release tagsGergely Kiss2014-12-16
| | | | | | | | | | | | | | | | Avoids source filename conflicts and the need to delete source packages at the end of the prepare stage. This has forced the buildenv to rebuild the packages even if they were built already. Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | libsearpc: use commit hash in version instead of release tagGergely Kiss2014-12-16
| | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>
* | seafile: import seafile-server package and its dependenciesGergely Kiss2014-12-16
| | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>
* | libzdb: import version 3.0Gergely Kiss2014-12-16
| | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>
* | libevhtp: add version 1.2.9Gergely Kiss2014-12-16
| | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>
* | procps: import version 3.2.8 of the procps utilitiesGergely Kiss2014-12-16
| | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>
* | jansson: pull version 2.7Gergely Kiss2014-12-16
| | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>
* | simplejson: import version 3.6.5Gergely Kiss2014-12-16
| | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>
* | python-mysql: import version 1.2.5 of the MySQL-python packageGergely Kiss2014-12-16
| | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>
* | python-imglib: import version 1.1.7 of Python Imaging LibraryGergely Kiss2014-12-16
| | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>
* | vala: import version 0.26Gergely Kiss2014-12-16
| | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>
* | sudo: imported from oldpackages repo, updated to version 1.8.11p2Gergely Kiss2014-12-16
| | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>
* | sqlite3: update to 3.8.7.4Etienne CHAMPETIER2014-12-15
| | | | | | | | | | | | compile tested on ar71xx Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* | Merge pull request #663 from luizluca/libvpx_issue662Luiz Angelo Daros de Luca2014-12-15
|\ \ | | | | | | libvpx: force to use gcc as linker
| * | libvpx: force to use gcc as linkerLuiz Angelo Daros de Luca2014-12-15
|/ / | | | | | | | | | | | | | | | | | | | | | | libvpx excepts gcc to be used as linker. However, it respects what is defined in LD. The problem is that LD is defined by OpenWRT as *-ld. Forcing the LD env for configure and make solves the problem. Also, the patch that modified ld call to match what *-ld provides is not needed anymore. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | python: fix file conflict between python and python-base packagesGergely Kiss2014-12-15
| | | | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>
* | Merge pull request #660 from antonlacon/ffmpeg-2.4.xTed Hess2014-12-15
|\ \ | | | | | | ffmpeg: Update to 2.4.4
| * | ffmpeg: Update to 2.4.4Ian Leonard2014-12-14
| | | | | | | | | | | | | | | | | | Drop fminf patch; fminf emulation is no longer included upstream. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | Update CONTRIBUTING.mdSteven Barth2014-12-15
| |/ |/| | | | | Add guideline to avoid rolling sources. Some minor cleanups and clarifications.
* | Merge pull request #659 from luizluca/ruby-updateLuiz Angelo Daros de Luca2014-12-14
|\ \ | |/ |/| ruby: update to 2.1.5
| * ruby: update to 2.1.5Luiz Angelo Daros de Luca2014-12-14
|/ | | | | | | | | | | | | Ruby 2.1.5 has been released. This release includes a security fix for a DoS vulnerability of REXML. It is similar to the fixed vulnerability in the previous release, but new and different from it. CVE-2014-8090: Another Denial of Service XML Expansion And, some bug fixes are also included. See tickets and ChangeLog for details. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* shadow: remove duplicate install sectionSteven Barth2014-12-14
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* shadow: add dummy install-section for shadow-utilsSteven Barth2014-12-14
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* Merge pull request #642 from luizluca/libvpxSteven Barth2014-12-14
|\ | | | | Add libvpx and enable gst1-mod-vpx
| * gst1-plugins-good: enable vpx enc/dec pluginLuiz Angelo Daros de Luca2014-12-14
| | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
| * libvpx: new package at version 1.3.0Luiz Angelo Daros de Luca2014-12-14
| | | | | | | | | | | | | | | | libvpx provides VP8/VP9 Codec SDK, "a high quality, royalty free, open source codec deployed on millions of computers and devices worldwide." Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | Merge pull request #638 from aTanW/masterSteven Barth2014-12-14
|\ \ | | | | | | joe: add a new package to the build tree
| * | joe: add a new package to the build treeaTanW2014-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Joe is world-famous Wordstar like text editor, that also features Emacs and Pico emulation Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 63 ++++ files/joerc | 621 +++++++++++++++++++++++++++++++++++++++++++++ patches/001-mathaway.patch | 58 ++++ 3 files changed, 742 insertions(+)
* | | Merge pull request #643 from mstorchak/misc-fixesSteven Barth2014-12-14
|\ \ \ | |_|/ |/| | Update some packages, mostly license info
| * | attr: update to 20141020, add license filesMaxim Storchak2014-12-14
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
| * | acl: update to 20140812, add license filesMaxim Storchak2014-12-14
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
| * | lsof: add license informationMaxim Storchak2014-12-14
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
| * | haserl: add license fileMaxim Storchak2014-12-14
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
| * | smartmontools: add license fileMaxim Storchak2014-12-14
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
| * | tmux: add license fileMaxim Storchak2014-12-14
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
| * | wget: add license fileMaxim Storchak2014-12-14
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
| * | tgt: update to 1.0.53Maxim Storchak2014-12-14
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
| * | rsync: add license fileMaxim Storchak2014-12-14
| | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
| * | luaposix: update to v33.0.0Maxim Storchak2014-12-14
|/ / | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | net/bind: add the bind user/groupNoah Meyerhans2014-12-13
| | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | Merge pull request #639 from fededim/masterSteven Barth2014-12-13
|\ \ | | | | | | net/lftp: upgrade to version 4.6.0
| * | net/lftp: upgrade to version 4.6.0Rupan2014-12-13
| | | | | | | | | | | | Signed-off-by: Federico Di Marco <fededim@gmail.com>
* | | mjpg-streamer: fix v4l dependency in pre-built packageTed Hess2014-12-13
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | opensc: fix help output of openpgp-toolDaniel Golle2014-12-13
| | | | | | | | | | | | | | | | | | | | | A comma sign was left-out when re-basing the GnuK patch on top of opensc. Also order options more intuitively, put --do last. Signed-off-by: Daniel Golle <daniel@makrotopia.org>