Skip to content
Snippets Groups Projects
  1. Feb 20, 2024
  2. Apr 02, 2023
  3. Sep 14, 2020
  4. May 18, 2020
    • David Runge's avatar
      Upgrading to 113. · 6ab6d5c2
      David Runge authored
      Removing custom Red Hat/ Fedora upstream certificate databases, as they are of pre-sql format
      and can not be converted.
      Adding custom patch to be able to execute pesign as non-root user.
      Adding a custom systemd service for automatic database generation and for running
      pesign as an unprivileged system user.
      Adding tmpfiles integration for /etc/pki/pesign.
      Removing all Red Hat/Fedora specific system integration and relying on custom service instead.
      Updating maintainer info. Updating url and switching to correct license (GPL3).
  5. Sep 20, 2019
  6. Nov 09, 2018
  7. Nov 15, 2017
    • Evangelos Foutras's avatar
      Remove i686 from arch=() · ec8e43e8
      Evangelos Foutras authored
      FTR, commands used to change arch=() and then verify the changes:
      
      $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD*
      
      $ grep -r i686 * | grep arch= | grep -v repos
      
      $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- |
        while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do
          echo "$l1 -> $l2"
        done | sort -u
      ec8e43e8
  8. Jun 13, 2017
Loading