Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cockpit: fix metainfo.xml file ownership #220

Commits on May 3, 2020

  1. cpprest: update to 2.10.16 and refresh patches

    Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
    Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Gianfranco Costamagna authored and kraj committed May 3, 2020
    Configuration menu
    Copy the full SHA
    9fd30e9 View commit details
    Browse the repository at this point in the history
  2. php: fix zip package config

    --enable-zip and --with-libzip were removed in PHP 7.x.
    These are replaced by --with-zip --with-zlib-dir.
    
    Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    priv-kweihmann authored and kraj committed May 3, 2020
    Configuration menu
    Copy the full SHA
    97e0bb9 View commit details
    Browse the repository at this point in the history
  3. php: add multibyte string support config

    Add mbstring to PACKAGECONFIG to enable
    multibyte string support in php
    
    Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    priv-kweihmann authored and kraj committed May 3, 2020
    Configuration menu
    Copy the full SHA
    fd7e4a0 View commit details
    Browse the repository at this point in the history
  4. cpprest: Disable one more test requiring internet connection

    Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
    Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    Gianfranco Costamagna authored and kraj committed May 3, 2020
    Configuration menu
    Copy the full SHA
    c9a2647 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. geany-plugins: Support libgit2 version 1.0

    Signed-off-by: Alistair Francis <alistair@alistair23.me>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    alistair23 authored and kraj committed May 4, 2020
    Configuration menu
    Copy the full SHA
    ab57a2a View commit details
    Browse the repository at this point in the history
  2. libgit2: Update to v1.0.0

    Signed-off-by: Alistair Francis <alistair@alistair23.me>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    alistair23 authored and kraj committed May 4, 2020
    Configuration menu
    Copy the full SHA
    44e458f View commit details
    Browse the repository at this point in the history
  3. cockpit: Add recipe version 218

    Cockpit is a server manager that makes it easy to
    administer your GNU/Linux servers via a web browser.
    
    Signed-off-by: Michael Haener <michael.haener@siemens.com>
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    hoinmic authored and kraj committed May 4, 2020
    Configuration menu
    Copy the full SHA
    cdcbf40 View commit details
    Browse the repository at this point in the history
  4. remmina: Depend on avahi instead of Avahi-ui

    avahi-ui is merged into avahi recipe in OE-core see [1]
    
    [1] https://lists.openembedded.org/g/openembedded-core/message/137788?p=,,,20,0,0,0::Created,,avahi-ui,20,2,0,73957169
    Signed-off-by: Khem Raj <raj.khem@gmail.com>
    kraj committed May 4, 2020
    Configuration menu
    Copy the full SHA
    888e5c5 View commit details
    Browse the repository at this point in the history
  5. cockpit: fix metainfo.xml file ownership

    The 'tar -cf - | tar -xf' combo applies an invalid ownership.
    This is corrected by patching the install target to use
    the --no-same-owner tar parameter.
    
    Signed-off-by: Emmanuel Roullit <emmanuel.roullit@gmail.com>
    eroullit committed May 4, 2020
    Configuration menu
    Copy the full SHA
    322f9d9 View commit details
    Browse the repository at this point in the history