public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] keyutils: Update to version 1.6.3
Date: Mon, 09 Jan 2023 18:29:06 +0000	[thread overview]
Message-ID: <f995fcc9-a809-1911-2577-a78505713a12@ipfire.org> (raw)
In-Reply-To: <20230101140715.3041415-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 4109 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> - Update from version 1.5.11 to 1.6.3
> - Update of rootfile
> - Changelog is not available in source tarball. Only source for changes is the git repository
>    https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/log/
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
>  config/rootfiles/common/keyutils | 14 +++++++++++++-
>  lfs/keyutils                     |  8 ++++----
>  2 files changed, 17 insertions(+), 5 deletions(-)
> 
> diff --git a/config/rootfiles/common/keyutils b/config/rootfiles/common/keyutils
> index 10058de1c..d4a166e4e 100644
> --- a/config/rootfiles/common/keyutils
> +++ b/config/rootfiles/common/keyutils
> @@ -1,9 +1,11 @@
>  bin/keyctl
> +etc/keyutils
>  etc/request-key.conf
>  etc/request-key.d
>  #lib/libkeyutils.so
>  lib/libkeyutils.so.1
> -lib/libkeyutils.so.1.7
> +lib/libkeyutils.so.1.10
> +#lib/pkgconfig/libkeyutils.pc
>  sbin/key.dns_resolver
>  sbin/request-key
>  #usr/include/keyutils.h
> @@ -13,6 +15,7 @@ sbin/request-key
>  #usr/share/man/man3/find_key_by_type_and_name.3
>  #usr/share/man/man3/keyctl.3
>  #usr/share/man/man3/keyctl_assume_authority.3
> +#usr/share/man/man3/keyctl_capabilities.3
>  #usr/share/man/man3/keyctl_chown.3
>  #usr/share/man/man3/keyctl_clear.3
>  #usr/share/man/man3/keyctl_describe.3
> @@ -29,7 +32,13 @@ sbin/request-key
>  #usr/share/man/man3/keyctl_invalidate.3
>  #usr/share/man/man3/keyctl_join_session_keyring.3
>  #usr/share/man/man3/keyctl_link.3
> +#usr/share/man/man3/keyctl_move.3
>  #usr/share/man/man3/keyctl_negate.3
> +#usr/share/man/man3/keyctl_pkey_decrypt.3
> +#usr/share/man/man3/keyctl_pkey_encrypt.3
> +#usr/share/man/man3/keyctl_pkey_query.3
> +#usr/share/man/man3/keyctl_pkey_sign.3
> +#usr/share/man/man3/keyctl_pkey_verify.3
>  #usr/share/man/man3/keyctl_read.3
>  #usr/share/man/man3/keyctl_read_alloc.3
>  #usr/share/man/man3/keyctl_reject.3
> @@ -42,9 +51,12 @@ sbin/request-key
>  #usr/share/man/man3/keyctl_setperm.3
>  #usr/share/man/man3/keyctl_unlink.3
>  #usr/share/man/man3/keyctl_update.3
> +#usr/share/man/man3/keyctl_watch_key.3
>  #usr/share/man/man3/recursive_key_scan.3
>  #usr/share/man/man3/recursive_session_key_scan.3
> +#usr/share/man/man5/key.dns_resolver.conf.5
>  #usr/share/man/man5/request-key.conf.5
> +#usr/share/man/man7/asymmetric-key.7
>  #usr/share/man/man7/keyutils.7
>  #usr/share/man/man8/key.dns_resolver.8
>  #usr/share/man/man8/request-key.8
> diff --git a/lfs/keyutils b/lfs/keyutils
> index cbc4956ee..293ae510d 100644
> --- a/lfs/keyutils
> +++ b/lfs/keyutils
> @@ -1,7 +1,7 @@
>  ###############################################################################
>  #                                                                             #
>  # IPFire.org - A linux based firewall                                         #
> -# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>                     #
> +# Copyright (C) 2007-2023  IPFire Team  <info(a)ipfire.org>                     #
>  #                                                                             #
>  # This program is free software: you can redistribute it and/or modify        #
>  # it under the terms of the GNU General Public License as published by        #
> @@ -24,10 +24,10 @@
>  
>  include Config
>  
> -VER        = 1.5.11
> +VER        = 1.6.3
>  
>  THISAPP    = keyutils-$(VER)
> -DL_FILE    = $(THISAPP).tar.bz2
> +DL_FILE    = $(THISAPP).tar.gz
>  DL_FROM    = $(URL_IPFIRE)
>  DIR_APP    = $(DIR_SRC)/$(THISAPP)
>  TARGET     = $(DIR_INFO)/$(THISAPP)
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_BLAKE2 = 1a601b7036bcfe69b6272ae2b4fad44cbb22877aa94722fa26460f8addf105ff8898e851ad7c4f28bc755f7fe293c74bc70cffbe877978e462bc21c428c9a11d
> +$(DL_FILE)_BLAKE2 = b5620b1b6109415fec1268963c2c65d774f3ef7a69eb1ce8d5d8e78b4b807e4fdfda861662a1b5556975ef867add8f985362a31b6608ac2dc198c8d0395d516b
>  
>  install : $(TARGET)
>  

  parent reply	other threads:[~2023-01-09 18:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-01 14:07 Adolf Belka
2023-01-01 14:07 ` [PATCH] knot: Update to version 3.2.4 Adolf Belka
2023-01-09 18:28   ` Peter Müller
2023-01-01 14:07 ` [PATCH] lcms2: Update to version 2.14 Adolf Belka
2023-01-09 18:28   ` Peter Müller
2023-01-01 14:07 ` [PATCH] less: Update to version 608 Adolf Belka
2023-01-09 18:27   ` Peter Müller
2023-01-09 18:29 ` Peter Müller [this message]
2023-12-12 17:21 [PATCH] keyutils: Update to version 1.6.3 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f995fcc9-a809-1911-2577-a78505713a12@ipfire.org \
    --to=peter.mueller@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox