summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* package/qhull: bump version to 7.2.0, add hashBernd Kuhls2016-01-312-2/+7
| | | | | | | Updated _SITE after closure of gitorious.org. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/qpdf: bump version to 6.0.0Bernd Kuhls2016-01-313-32/+5
| | | | | | | | Removed patch applied upstream: https://github.com/qpdf/qpdf/commit/857bb208d338e117f2a864407e34de76da360d8a Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board: add support for Freescale i.MX6UL Evaluation KitJulien BOIBESSOT2016-01-314-0/+158
| | | | | | Signed-off-by: Julien BOIBESSOT <julien.boibessot@armadeus.com> [Thomas: simplify exit logic of post-image script.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/pulseview: bump version to 0.3.0Bernd Kuhls2016-01-312-3/+15
| | | | | | | | | | | Switch to upstream tarball, remove autoreconf, add hash. Upstream expects the boost unit tests being activated by default: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff;f=CMakeLists.txt;h=77b0137db22b7b6cab80d8aee7c97fecb8c542bf;hp=a82953cc166141af626ace0e5d2b3a285bf20eea;hb=f513bec599b8d626f914aa804a01325914bdb5e9;hpb=8ada6ef1319fa11fd594a34853967c1f9688913b Add some logic to pulseview.mk to disable them if needed. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/sigrok-cli: bump version to 0.6.0Bernd Kuhls2016-01-312-11/+4
| | | | | | | Switch to upstream tarball, remove autoreconf, add hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libsigrokdecode: bump version to 0.4.0Bernd Kuhls2016-01-313-12/+5
| | | | | | | Switch to upstream tarball, remove autoreconf, add hash, fix typo. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libsigrok: fix musl buildBernd Kuhls2016-01-311-0/+38
| | | | | | | | | | Fixes http://autobuild.buildroot.net/results/afc/afcea2068d5b0ba707aa90339401550602103ca7/ http://autobuild.buildroot.net/results/a4d/a4dab61fb39dd642f85fad20972a0a4572af9a73/ and others Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libsigrok: bump version to 0.4.0Bernd Kuhls2016-01-312-11/+4
| | | | | | | Switch to upstream tarball, remove autoreconf, add hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libserialport: bump version to 0.1.1Bernd Kuhls2016-01-312-11/+4
| | | | | | | Switch to upstream tarball, remove autoreconf. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/sconeserver: bump version to fix musl buildBernd Kuhls2016-01-313-41/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes this musl build error: TermBuffer.cpp: In member function ‘virtual scx::Condition scx::TermBuffer::read(void*, int, int&)’: TermBuffer.cpp:83:10: error: ‘CEOT’ was not declared in this scope case CEOT: ^ TermBuffer.cpp:123:10: error: ‘CERASE’ was not declared in this scope case CERASE: // Backspace ^ The autobuilders did not catch this specific error yet because they failed earlier with other packages, but I am continuing the build based on the defconfig from: http://autobuild.buildroot.net/results/6cc/6cc0f8c067e07deea688b9b97284601a596b898c/ - added hash - removed 0001-fix-ssl-libs-ordering.patch, applied upstream: https://github.com/sconemad/sconeserver/commit/ffb69ca18fd03d0dc976696144d215b3a8555155 - disabled markdown module because its git submodule cmark ( https://github.com/sconemad/sconeserver/tree/master/markdown ) has no cross-compile support provided by the sconeserver build system: make[4]: Entering directory '/home/bernd/buildroot/br3/output/build/sconeserver-c4b8e14f6e9e06cbff5b4195f69d6fce9391a1cd/markdown/cmark' mkdir -p build; \ cd build; \ cmake .. \ -G "Unix Makefiles" \ -DCMAKE_BUILD_TYPE= \ -DCMAKE_INSTALL_PREFIX=/usr/local -- The C compiler identification is GNU 5.3.1 -- The CXX compiler identification is GNU 5.3.1 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works [...] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: adjust the comment about <pkg>_AUTORECONF = YES.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/tor: bump version to 0.2.7.6, fix musl buildBernd Kuhls2016-01-313-28/+39
| | | | | | | | | | | | | | | | | | According to https://gitweb.torproject.org/tor.git/plain/ReleaseNotes?id=tor-0.2.7.6 "Tor 0.2.7.5 is the first stable release in the Tor 0.2.7 series." so this patch bumps to the stable 2.7 series. This patch also fixes a musl build error not yet found by the autobuilders: CC src/common/workqueue.o src/common/sandbox.c:51:25: fatal error: bits/signum.h: Datei oder Verzeichnis nicht gefunden #include <bits/signum.h> ^ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/gpsd: bump version to 3.16Bernd Kuhls2016-01-314-595/+3
| | | | | | | | | | | | | | | | | | | | | | Removed patch applied upstream: http://git.savannah.gnu.org/cgit/gpsd.git/commit/?id=3e25e2167beb3936de3986fad9b6c9bdec82b81f 0001-Fix-build-against-musl-libc.patch is also not needed anymore after this commit: http://git.savannah.gnu.org/cgit/gpsd.git/commit/?id=95c99f69e026e8c57aecba545e51c97f3b284e75 The upstream commit included in this version bump http://git.savannah.gnu.org/cgit/gpsd.git/commit/libgps.pc.in?id=772eedf8a13c2c0468b1fd94beb5406dbfcb3b6e fixes a build error with the location module of the updated sconeserver package included in this patch series: ../libtool: line 7486: cd: lib: No such file or directory libtool: error: cannot determine absolute directory name of 'lib' Makefile:428: recipe for target 'location.la' failed make[3]: *** [location.la] Error 1 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/open-plc-utils: bump versionBernd Kuhls2016-01-312-16/+1
| | | | | | | | | | | Remove patch for scripts/Makefile because the file was removed upstream: https://github.com/qca/open-plc-utils/commit/3682e7be80b76490360b655c6217da41bfb90a8e Fixes musl build error: http://autobuild.buildroot.net/results/582/5824f101d21698d562e9836c571ceab6fdfadc29// Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/openswan: bump version to 2.6.46Bernd Kuhls2016-01-312-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/oprofile: fix typo in commentBernd Kuhls2016-01-311-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/smack: fix musl buildBernd Kuhls2016-01-311-0/+29
| | | | | | | | | | | | The build error was not yet found by the autobuilders: common.c: In function ‘clear’: common.c:36:12: error: ‘PATH_MAX’ undeclared (first use in this function) char path[PATH_MAX]; ^ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/smack: bump version to 1.1.0Bernd Kuhls2016-01-311-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/nitrogen6*: update to use genimageGary Bisson2016-01-315-5/+41
| | | | | | | | Also updating the documentation with the dd instruction to flash the bootable media. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gstreamer1: use a relative symlink to gstconfig.hPhil Eichinger2016-01-311-1/+1
| | | | | | | No functional change today, but is needed for relocatable SDK. Signed-off-by: Phil Eichinger <phil@zankapfel.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/sredird: fix musl buildBernd Kuhls2016-01-311-0/+20
| | | | | | | | Fixes http://autobuild.buildroot.net/results/4bc/4bc77733d235ba12f70432be4ead921666f5121d/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/sredird: bump version to 2.2.2, add hashBernd Kuhls2016-01-313-3/+6
| | | | | | | | | | | | | While Debian still uses version 2.2.1 the bump to 2.2.2 was committed to FreeBSD ports back in 2005: https://www.freshports.org/commit.php?category=comms&port=sredird&files=yes&message_id=200512291935.jBTJZfff072190@repoman.freebsd.org FreeBSD ports lists the new upstream URL as no. 12: https://www.freshports.org/comms/sredird/ and http://freecode.com/projects/sredird also links to it. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/snowball-init: use github helperBernd Kuhls2016-01-311-1/+1
| | | | | | | | | | | | | | Otherwise download is broken: >>> snowball-init b064be21de25729039e5e54037bbdd2e25cfd5b7 Downloading --2016-01-31 17:31:27-- https://github.com/igloocommunity/snowball-init/snowball-init-b064be21de25729039e5e54037bbdd2e25cfd5b7.tar.gz Resolving github.com (github.com)... 192.30.252.128 Connecting to github.com (github.com)|192.30.252.128|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2016-01-31 17:31:27 ERROR 404: Not Found. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/subversion: security version bump to 1.9.3Bernd Kuhls2016-01-312-2/+2
| | | | | | | | | | | | | | | | | | Release announcement: http://mail-archives.apache.org/mod_mbox/subversion-dev/201512.mbox/%3CCAP_GPNj_GCA869VQeJUrp5ngXsgN7pQQHSS=sqoXm8_6hHTTxg@mail.gmail.com%3E CVE-2015-5259: Remotely triggerable heap overflow and out-of-bounds read caused by integer overflow in the svn:// protocol parser. http://subversion.apache.org/security/CVE-2015-5259-advisory.txt CVE-2015-5343: Remotely triggerable heap overflow and out-of-bounds read in mod_dav_svn caused by integer overflow when parsing skel-encoded request bodies. http://subversion.apache.org/security/CVE-2015-5343-advisory.txt Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/pixman: bump version to 0.34.0Bernd Kuhls2016-01-312-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* redis: bump to version 3.0.7Gustavo Zacarias2016-01-312-3/+3
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Revert "package/openvpn: bump version to 2.3.10"Gustavo Zacarias2016-01-312-3/+3
| | | | | | | | | | | openvpn 2.3.10 doesn't work with polarssl 1.2.x, hence this bump breaks builds for the polarssl backend. This reverts commit 06f3e7904f13ec08492fcc7f6e7287a90eac6347. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libraw: add optional support for lcms2Bernd Kuhls2016-01-311-1/+7
| | | | | | [Peter: also needs host-pkgconf] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libraw: add optional support for jpegBernd Kuhls2016-01-311-0/+7
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libraw: add optional support for jasperBernd Kuhls2016-01-311-0/+7
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libraw: Remove /usr/local from configure.acBernd Kuhls2016-01-312-0/+31
| | | | | | | Build fails with BR2_COMPILER_PARANOID_UNSAFE_PATH=y Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libraw: bump version to 0.17.1Bernd Kuhls2016-01-312-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libndp: bump version to 1.5Bernd Kuhls2016-01-311-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/lcms2: bump version to 2.7Bernd Kuhls2016-01-312-2/+5
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/liboauth: fix broken download URLBernd Kuhls2016-01-311-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/liblinear: bump version to 2.1Bernd Kuhls2016-01-312-2/+2
| | | | | | | This bump also fixes the broken download of the previous version. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/tzdata: bump version to 2016aMartin Bark2016-01-312-3/+3
| | | | | Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/zic: bump version to 2016aMartin Bark2016-01-313-30/+3
| | | | | | | Removed 0001-fix-dependencies.patch as this has now been fixed upstream Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/python-alsaaudio: bump version to 0.8.2Bernd Kuhls2016-01-313-4/+6
| | | | | | | Upstream moved to github, the old project site now redirects to the URL Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/proftpd: bump version to 1.3.5aBernd Kuhls2016-01-312-3/+5
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/procps-ng: bump version to 3.3.11 to fix musl buildBernd Kuhls2016-01-313-10/+11
| | | | | | | | | | | | | | | Rebased 0002-use-pkgconfig-for-ncursesw-cflags.patch The build error has not yet been found by the autobuilders: watch.c:564:37: error: request for member ‘chars’ in something not a structure or union exit_early = (wchar_t) c != oldc.chars[0]; ^ watch.c:573:5: error: unknown type name ‘cchar_t’ cchar_t oldc; Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/pax-utils: bump version to 1.1.4 to fix musl buildBernd Kuhls2016-01-312-2/+2
| | | | | | | | | | | | | | | The build error has not yet been found by the autobuilders: elf.h:31:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘typedef’ typedef uint16_t Elf32_Half; ^ elf.h:59:9: error: unknown type name ‘Elf32_Half’ typedef Elf32_Half Elf32_Versym; ^ [...] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/opkg: bump version to v0.3.1 to fix musl buildBernd Kuhls2016-01-311-1/+1
| | | | | | | | | | | | Upstream included a fix for musl in the current release: http://git.yoctoproject.org/cgit/cgit.cgi/opkg/commit/?id=f9a2febe724a514a89046c8cd92c2342e4383846 Fixes http://autobuild.buildroot.net/results/7e0/7e02c7d81bb83fef22554590521b848acd4fc38c/ http://autobuild.buildroot.net/results/4e0/4e01abdc8cace71802e527273b47dcc49c9bd4ce/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/openvpn: bump version to 2.3.10Bernd Kuhls2016-01-312-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/net-tools: bump version to fix musl buildBernd Kuhls2016-01-311-1/+1
| | | | | | | | | | | | | | | git head includes this commit http://sourceforge.net/p/net-tools/code/ci/c35607eae8243851dd80a0181554f3a0e9e50aa8/ Due to the gettext problems the package-specific build errors were not yet found by the autobuilders: slattach.c:85:11: error: ‘B50’ undeclared here (not in a function) { "50", B50 }, { "75", B75 }, (and many more) Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* olimex_a20_olinuxino_lime: bump kernel to 4.4Francois Perrad2016-01-311-4/+4
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/input-tools: fix broken download URLBernd Kuhls2016-01-311-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nettle: bump to version 3.2Gustavo Zacarias2016-01-312-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/leafpad: bump version to 0.8.18.1Bernd Kuhls2016-01-312-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/fio: fix license fileBernd Kuhls2016-01-311-1/+1
| | | | | | | | | | Sorry, I missed the changed filename. Fixes http://autobuild.buildroot.net/results/a35/a3596283632433831ea24c1d586f2067b034eb32/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* merge_config.sh: create temporary files in /tmpHenrique Marks2016-01-311-1/+1
| | | | | | | | | | Creating temporary files in /tmp (or the path pointed by $TMPDIR) allows the buildroot top directory to be read-only and shareable between multible builds. This follows what other scripts do, e.g. check-kernel-headers.sh. Signed-off-by: Henrique Marks <henrique.marks@datacom.ind.br> Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud