summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python3-luma-core: Upgrade 1.14.1 -> 1.15.0Leon Anavi2020-08-131-2/+2
| | | | | | | | | | Upgrade to release 1.15.0: - Parallel bus and I2C backpack support Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-settings-daemon: smartcard support is optional, and needs nssAdrian Bunk2020-08-131-0/+2
| | | | | | | | | | ../gnome-settings-daemon-3.36.1/meson.build:165:2: ERROR: Dependency "nss" not found, tried pkgconfig This happened when networkmanager is configured without nss, or nm support disabled in gnome-settings-daemon. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kexecboot: Use -fcommon to compileKhem Raj2020-08-131-0/+2
| | | | | | | gcc10 defaults to -fno-common and kexecboot does not compile with -fno-common, so use -fcommon explicitly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* klibc: Compile with -fcommonKhem Raj2020-08-131-1/+1
| | | | | | | | gcc 10 defaults to -fno-common, but klibc does not build with -fno-common, it will need some work to get there, until then use -fcommon explicitly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* monkey: Upgrade to 1.6.9Khem Raj2020-08-131-33/+34
| | | | | | | Switch to using cmake Use CMake option to select musl support Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 0.90.1 -> 20.08.0Andreas Müller2020-08-131-2/+1
| | | | | | | | | | | | | | | | | | | Looks like they changed release schema. Release 20.08.0: core: * Sub-page objects: initialize clip max values considering the render resolution. Issue #937 * Splash: Set initial line width to 1. Issue #674 * Fix stack overflow with specially crafted files * GfxShading: Simplify holding the Function * Splash: Fix x86 + windows asm build qt5: * Deprecate Document::toc * Deprecate AnnotationUtils Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gdm: upgrade 3.36.2 -> 3.36.3Andreas Müller2020-08-131-2/+1
| | | | | | | | | | | ============== Version 3.36.3 ============== - User switching fix - Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-disk-utility: re-add 3.36.3Andreas Müller2020-08-132-0/+35
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: upgrade 3.36.4 -> 3.36.5Andreas Müller2020-08-131-3/+2
| | | | | | | | | | | | | | | | Evolution-Data-Server 3.36.5 2020-08-07 --------------------------------------- Bug Fixes: I#236 - Uses LC_ADDRESS unconditionally in libphonenumber code (Milan Crha) I#240 - IMAPx: Disable move to real junk/trash in server-side virtual folders (Milan Crha) Miscellaneous: Fix a memory leak in ebmb_gather_photos_local_filenames() (Milan Crha) ESoupSession: Provided SoupAuth might not be always used by libsoup (Milan Crha) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* file-roller: upgrade 3.36.2 -> 3.36.3Andreas Müller2020-08-131-2/+1
| | | | | | | | | | | | | | | | | | | | version 3.36.3 -------------- Bugs fixed: * Drag-and-Drop crash after cancelling file overwrite. (Guilherme Silva) New or updated application translations: * Chinese (Cheng-Chia Tseng) New or updated manual translations: * Turkish (Emin Tufan Çetin) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-desktop3: upgrade 3.36.4 -> 3.36.5Andreas Müller2020-08-131-2/+1
| | | | | | | | | | | | | | Major change is removal of md5 checksum because this is a very exciting upgrade: =============== Version 3.36.5 =============== - No changes Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: upgrade 4.14.4 -> 4.14.5Andreas Müller2020-08-131-1/+1
| | | | | | | | | | | Release notes for 4.14.5 ======================== - Fix an error leak in compositor (xfce/xfwm4#351) - Fix compositor selection atom misuse Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udisks2: upgrade 2.8.4+ -> 2.9.1Andreas Müller2020-08-131-5/+6
| | | | | | | | | | | | Seems they changed build so we have to build in-tree. With out of tree autotools build would break with: | glib-compile-resources --target=udisks-daemon-resources.h --generate-header --sourcedir=../../git udisks-daemon-resources.xml | glib-compile-resources --target=udisks-daemon-resources.c --generate-source --sourcedir=../../git udisks-daemon-resources.xml | Failed to open file “udisks-daemon-resources.xml”: No such file or directory Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tvheadend: Update to latest tipKhem Raj2020-08-132-48/+1
| | | | | | Drop 0001-allocate-space-for-buf-on-heap.patch this is already fixed upstream Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minidlna: Fix build with -fno-commonKhem Raj2020-08-132-0/+30
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mimic: Upgrade to 1.3.0.1Khem Raj2020-08-133-4/+66
| | | | | | | Add a patch to fix build with -fno-common Backport a patch to fix build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openal-soft: Update to 1.20.1Khem Raj2020-08-133-25/+20
| | | | | | Forward port patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcdproc: Fix compilation with GCC >= 10.xKhem Raj2020-08-132-0/+47
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imsettings: Upgrade to 1.8.2Khem Raj2020-08-132-3/+35
| | | | | | Add a patch to fix build with -fno-common Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-cpufreq-plugin: Fix build with -fno-commonKhem Raj2020-08-132-1/+36
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-sensors-plugin: Fix build with -fno-commonKhem Raj2020-08-132-1/+121
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iftop: Fix build with -fno-commonKhem Raj2020-08-132-1/+71
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openlldp: Update to latest masterKhem Raj2020-08-1310-1/+882
| | | | | | | | | Backport patches from https://github.com/intel/openlldp/pull/55 to fix build with -fno-common Append SRCPV to PV since we are not at exact release point Signed-off-by: Khem Raj <raj.khem@gmail.com>
* daq: Upgrade to 2.0.7Khem Raj2020-08-131-4/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snort: Upgrade to 2.9.16.1Khem Raj2020-08-131-3/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drbd-utils: Uphgrade to 9.13.1Khem Raj2020-08-132-4/+38
| | | | | | Fix build with gcc10 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drbd: Upgrade to 9.0.24-1Khem Raj2020-08-131-4/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* quagga: Use -fcommon to compileKhem Raj2020-08-131-0/+2
| | | | | | | clang11 and gcc10 have switched to using -fno-common by default this hoowever still needs to use -fcommon until fixed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dibbler: Update to latestKhem Raj2020-08-132-76/+1
| | | | | | | Drop upstreamed patch Fixed compatibility with g++-10 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fwknop: Fix build with gcc10Khem Raj2020-08-132-0/+28
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tftp-hpa: Fix build with -fno-commonKhem Raj2020-08-132-0/+31
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iscsi-initiator-utils: Upgrade to _2.1.2Khem Raj2020-08-132-6/+34
| | | | | | Fix build with clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ncftp: Fix build with -fno-commonKhem Raj2020-08-132-0/+84
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netplan: Update to latest to fix build with -fno-commonKhem Raj2020-08-134-1/+104
| | | | | | Add patches to fix build with clang-11 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netperf: Fix build with -fno-commonKhem Raj2020-08-132-0/+38
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vblade: Upgrade to version 24Khem Raj2020-08-132-4/+90
| | | | | | | Switch to github for src_uri Add a patch to fix build with -fno-common Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x11vnc: Update to latest on masterKhem Raj2020-08-135-268/+3
| | | | | | | Drop already upstreamed patches Drop unused remove-redundant-RPATH.patch patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dialog: Turn X11 support into a packageconfig optionKhem Raj2020-08-131-0/+4
| | | | | | | | | Enable it only if x11 is in distro features Ensure patch to X includes/libs is pointing into sysroot otherwise it starts to poke at build systems includes/libs dirs Signed-off-by: Khem Raj <raj.khem@gmail.com>
* htop: Fix build with -fno-commonKhem Raj2020-08-132-0/+32
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: Upgrade to 2.2.0Khem Raj2020-08-131-4/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsprogs: Upgrade to 5.7.0Khem Raj2020-08-131-6/+3
| | | | | | | | | | License-Update: Added SPDX tags [1] Drop readline option its no longer needed [1] https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/commit/LICENSES/GPL-2.0?id=c7498b6911d03f2bd7f74e9f9862d8d5fbd5b5da Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freeglut: Use -fcommon alwaysKhem Raj2020-08-131-0/+3
| | | | | | | | | | This package does not compile with -fno-common yet errors out like | /mnt/b/yoe/master/build/tmp/work/armv7vet2hf-neon-yoe-linux-musleabi/freeglut/3.2.1-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-musleabi/arm-yoe-linux-musleabi-ld: CMakeFiles/freeglut.dir/src/fg_gl2.c.o:/usr/src/debug/freeglut/3.2.1- r0/freeglut-3.2.1/src/fg_gl2.h:72: multiple definition of `fghBindBuffer'; CMakeFiles/freeglut.dir/src/fg_geometry.c.o:/usr/src/debug/freeglut/3.2.1-r0/freeglut-3.2.1/src/fg_gl2.h:72: first defined here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: Upgrade to 2.1.4Khem Raj2020-08-112-111/+1
| | | | | | Drop backported patch which is present in 2.1.4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpm: Upgrade to latest masterKhem Raj2020-08-112-36/+1
| | | | | | Drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* satyr: Upgrade to 0.30Khem Raj2020-08-111-1/+4
| | | | | | | | | | | | satyr 0.30 ========== Fix registers being parsed as modules in kernel oopses in some cases Use Nettle for cryptographic calculations Fix builds with GCC 10 Add needed additional dependencies Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Adding recipe for exprtkVijay Khemka2020-08-111-0/+22
| | | | | | | | | | | | | The C++ Mathematical Expression Toolkit Library (ExprTk) is a simple to use, easy to integrate and extremely efficient run-time mathematical expression parsing and evaluation engine. The parsing engine supports numerous forms of functional and logic processing semantics and is easily extensible. It is a header only library. Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: specify TMPDIRSlater, Joseph2020-08-111-1/+3
| | | | | | | | | | | | | | | | Although it is extremely rare the following type of error can occur during configuration: Creating `/tmp/conftest.i53clm4z.cpp` with content: ... x86_64-wrs-linux-g++: error: /tmp/conftest.i53clm4z.cpp: No such file or directory x86_64-wrs-linux-g++: error: /tmp/conftest.i53clm4z.cpp: No such file or directory x86_64-wrs-linux-g++: fatal error: no input files So, specify a local directory as TMPDIR during configuration. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpeas: disable tests when introspection is not enabled/availableAndreas Müller2020-08-112-4/+37
| | | | | | | | | | This fixes introspection-less build. Sent upstream so hope they either agree or come up with something better next release. Tested before and after adding the patch by setting GI_DATA_ENABLED = 'False' Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pynacl: Added recipeColin McAllister2020-08-111-0/+32
| | | | | | | | Created Python3 recipe for PyNaCl. Signed-off-by: Colin McAllister <colinmca242@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmd2: Upgrade 1.2.1 -> 1.3.1Leon Anavi2020-08-111-2/+2
| | | | | | | | | | | | | | | | | | | Upgrade to release 1.3.1: - Fixed issue determining whether an argparse completer function required a reference to a containing CommandSet. Also resolves issues determining the correct CommandSet instance when calling the argparse argument completer function. Manifested as a TypeError when using cmd2.Cmd.path_complete as a completer for an argparse-based command defined in a CommandSet. - Added CommandSet - Enables defining a separate loadable module of commands to register/unregister with your cmd2 application. - Marked with_argparser_and_unknown_args pending deprecation and consolidated implementation into with_argparser Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>