summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python-scrypt: update to version 0.8.6Derek Straka2018-03-164-2/+32
| | | | | | | Add patch to fix host include paths used Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-pid: update to version 2.2.0Derek Straka2018-03-161-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* monkey: add a valid upstream check uri and regexDerek Straka2018-03-161-0/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* webmin: add a valid upstream check uri and regexDerek Straka2018-03-161-0/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* hthttpd: add a valid upstream check uri and regexDerek Straka2018-03-161-0/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* phpmyadmin: add correct versions for upstream url and version regexDerek Straka2018-03-161-0/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* phpmyadmin: update to version 4.7.9Derek Straka2018-03-161-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pymisp: add dateutil to the set of RDEPENDSDerek Straka2018-03-161-0/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* pyrtm: update RDEPENDS to include python-loggingDerek Straka2018-03-161-0/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libiio: update and improve recipeAdrian2018-03-161-6/+26
| | | | | | | | | | * Update to latest version 0.14. * Make depends on avahi, libusb1 and libxml2 optional by PACKAGECONFIG or DISTRO flags. * Install iiod.service file Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-robotframework: add recipe for 3.0.2 versionDaniel Dragomir2018-03-163-0/+19
| | | | | | | | | | | | | Robot Framework is a generic open source test automation framework for acceptance testing and acceptance test-driven development (ATDD). It has easy-to-use tabular test data syntax and it utilizes the keyword-driven testing approach. Its testing capabilities can be extended by test libraries implemented either with Python or Java, and users can create new higher-level keywords from existing ones using the same syntax that is used for creating test cases. Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-scapy: add recipe for 0.23 versionDaniel Dragomir2018-03-161-0/+13
| | | | | | | | Packet crafting/sending/sniffing, PCAP processing tool, based on scapy with python3 compatibility. Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pyexpect: add recipe for 1.0.17 versionDaniel Dragomir2018-03-163-0/+15
| | | | | | | Minimal but very flexible implementation of the expect pattern. Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pynetlinux: add recipe for 1.1 versionDaniel Dragomir2018-03-163-0/+15
| | | | | | | Linux network configuration library for Python. Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libsdl2-mixer: Upgrade to 2.0.2Khem Raj2018-03-161-3/+3
| | | | | | | | Copyright year changed https://github.com/emscripten-ports/SDL2_mixer/commit/d7c0736d233f573e519297d7bd69cd1b1bb8e684 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tipcutils: Fix builds with kernel headers >= 4.15Khem Raj2018-03-162-0/+34
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pytest.inc: add ${PYTHON_PN}-doctest to RDEPENDSTim Orling2018-03-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | If pytest fallsback to pdb, it needs python-doctest module or else it fails with: Traceback (most recent call last): File \"/usr/bin/pytest\", line 11, in <module> load_entry_point('pytest==3.4.1', 'console_scripts', 'pytest')() File \"/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py\", line 572, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File \"/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py\", line 2755, in load_entry_point return ep.load() File \"/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py\", line 2408, in load return self.resolve() File \"/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py\", line 2414, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File \"/usr/lib64/python3.5/site-packages/pytest.py\", line 17, in <module> from _pytest.debugging import pytestPDB as __pytestPDB File \"/usr/lib64/python3.5/site-packages/_pytest/debugging.py\", line 5, in <module> from doctest import UnexpectedException ImportError: No module named 'doctest' Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cppzmq: 4.2.3 updateJustin Bronder2018-03-161-2/+2
| | | | | Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* sox: backport fix for dynamically linked flac buildsIoan-Adrian Ratiu2018-03-162-0/+35
| | | | | | | | | | | | | | The sox project upstream is dead, non-responsive, and various developers started maintaining their own branches where they do feature development (eg. adding DSD/DSF format support) and bug-fixing. They don't have access to the central sox git repo. So basically the project will eventually get forked (I started a discussion in this direction). Until then, backport this flac build fix which was lingering around out of tree for years. Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-serpent: update to version 1.24Derek Straka2018-03-163-3/+3
| | | | | | | Update license file checksum and verify the terms remain the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-cffi: update to version 1.11.4Derek Straka2018-03-163-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pymongo: update to version 3.6.1Derek Straka2018-03-163-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-cryptography: Add -pthread to link flagsKhem Raj2018-03-161-0/+2
| | | | | | | | | | It builds openssl module which needs pthread_atfork() but we do not link it with libpthread, which results in runtime loading errors Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* vboxguestdrivers: upgrade to 5.2.8Martin Jansa2018-03-162-95/+2
| | | | | | | * 5.1.26 doesn't build with 4.15 kernel Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* uim: add glibc-utils glibc-gconv-euc-jp only for libc-glibcMartin Jansa2018-03-161-1/+2
| | | | | | | | | * musl doesn't provide these * I'm not using uim, but this is breaking signatures test in world builds for many months and nobody seems to care Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* kodi: fix indentationMartin Jansa2018-03-161-90/+92
| | | | | | | * don't use mix of tabs and spaces for multiline indentation Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* kodi: add PACKAGECONFIG for samba and enable only with pam in DISTRO_FEATURESMartin Jansa2018-03-161-3/+5
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* cpupower: add gettext-native to DEPENDSLiwei Song2018-03-161-1/+1
| | | | | | | | | | Add gettext-native to DEPENDS to fix the following build error: MSGFMT cpupower/1.0-r0/cpupower-1.0/po/fr.gmo make: msgfmt: Command not found Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fvwm: add new recipeSebastian Reichel2018-03-163-0/+210
| | | | | | | Add recipe for a minimal built of fvwm. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gst-ffmpeg: remove leftover patchMaxin John2018-03-161-16/+0
| | | | | | | | | Remove the following left-over patch from gst-ffmpeg package which was removed earlier: lower-rank.diff Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libeigen: remove unused patchMaxin John2018-03-161-28/+0
| | | | | | | | Remove the following unused patch: 0001-CMakeLists.txt-install-FindEigen3.cmake-script.patch Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* flite: remove leftover patchMaxin John2018-03-161-6615/+0
| | | | | | | | Remove left-over patch from flite package which was removed earlier: flite-1.3-alsa_support-1.2.diff Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* breakpad: remove unused patchMaxin John2018-03-161-199/+0
| | | | | | | | Remove the following unused patch: 0005-Import-necessary-definitions-from-stab.h.patch Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nautilus: remove unused patchesMaxin John2018-03-162-69/+0
| | | | | | | | remove the following unused patch from nautilus and nautilus3: no-try-run-strftime.diff Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nano: 2.7.4 -> 2.9.3Huang Qiyu2018-03-162-4/+4
| | | | | | | Upgrade nano form 2.7.4 to 2.9.3. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* php: Security Advisory - php - CVE-2018-5711Li Zhou2018-03-162-0/+57
| | | | | | | | Porting the patch from <http://git.php.net/?p=php-src.git;a=commit; h=8d6e9588671136837533fe3785657c31c5b52767> to solve CVE-2018-5711. Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nginx: update development version to 1.13.9Derek Straka2018-03-162-10/+10
| | | | | | | Update license checksum for copyright changes Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xfce4-terminal: update 0.8.6 -> 0.8.7.1Andreas Müller2018-03-161-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* devilspie2: update 0.42 -> 0.43Andreas Müller2018-03-162-2/+3
| | | | | | | While at it, add a comment to desktop file. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fltk: rework packagingAndreas Müller2018-03-161-1/+9
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xfce4-pulseaudio-plugin: update 0.3.4 -> 0.3.5Andreas Müller2018-03-161-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* parole: update 0.8.1 -> 1.0.0Andreas Müller2018-03-161-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xfce4-notifyd: update 0.4.0 -> 0.4.2Andreas Müller2018-03-162-108/+2
| | | | | | | Patch was applied upstream and is working now after additional tarball fix. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* menulibre: update 2.1.3 -> 2.1.5Andreas Müller2018-03-164-122/+12
| | | | | | | | | | | Patches: * 0001../0003..: They were stolen from Fedora and don't apply no more due to major code changes. Fedora has removed them too. * 0002..: Does not apply no more. Replaced by sed in do_install Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xfce4-timer-plugin: update 1.6.0 -> 1.7.0Andreas Müller2018-03-162-36/+2
| | | | | | | | * 0001-Specify-string-format-explicitly.patch: Code was restructured and fix was done upstream. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* thunar: update 1.6.13 -> 1.6.14Andreas Müller2018-03-161-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* exo: update 0.11.5 -> 0.12.0Andreas Müller2018-03-162-6/+6
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xfce4-whiskermenu-plugin: update 2.1.4 -> 2.1.5Andreas Müller2018-03-161-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xfce4-panel: add gtk-icon-cache to inheritAndreas Müller2018-03-161-2/+3
| | | | | | | + mini stylize Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-sqlalchemy: update to version 1.1.17Derek Straka2018-03-123-3/+3
| | | | | | | | License-Update do to added year Update the license checksum for copyright year and verify the terms remain the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>