public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Peter Müller" <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. d9aece2af988012a16a7f446e6f65f4d112744df
Date: Thu, 23 Jun 2022 06:44:26 +0000	[thread overview]
Message-ID: <4LT9hp55xBz2y36@people01.haj.ipfire.org> (raw)

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

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  d9aece2af988012a16a7f446e6f65f4d112744df (commit)
       via  d86d3f223181ab4f98a8925d273942f696a90ea5 (commit)
      from  4b9b85215fed1ea4af23100ec51827a059021c1c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d9aece2af988012a16a7f446e6f65f4d112744df
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date:   Thu Jun 23 06:44:09 2022 +0000

    linux: Update rootfile
    
    Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>

commit d86d3f223181ab4f98a8925d273942f696a90ea5
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date:   Thu Jun 23 06:38:41 2022 +0000

    OpenSSL: Fix rootfile
    
    Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/common/aarch64/linux | 1 +
 config/rootfiles/common/armv6l/linux  | 1 +
 config/rootfiles/common/openssl       | 8 ++++++++
 config/rootfiles/common/x86_64/linux  | 1 +
 4 files changed, 11 insertions(+)

Difference in files:
diff --git a/config/rootfiles/common/aarch64/linux b/config/rootfiles/common/aarch64/linux
index 791445c5e..6ff55071e 100644
--- a/config/rootfiles/common/aarch64/linux
+++ b/config/rootfiles/common/aarch64/linux
@@ -8318,6 +8318,7 @@ etc/modprobe.d/ipv6.conf
 #lib/modules/KVER-ipfire/build/include/config/LIBERTAS_USB
 #lib/modules/KVER-ipfire/build/include/config/LIBFDT
 #lib/modules/KVER-ipfire/build/include/config/LIBIPW
+#lib/modules/KVER-ipfire/build/include/config/LIB_MEMNEQ
 #lib/modules/KVER-ipfire/build/include/config/LINEAR_RANGES
 #lib/modules/KVER-ipfire/build/include/config/LITEX_LITEETH
 #lib/modules/KVER-ipfire/build/include/config/LLC
diff --git a/config/rootfiles/common/armv6l/linux b/config/rootfiles/common/armv6l/linux
index b470e835d..9f159aff5 100644
--- a/config/rootfiles/common/armv6l/linux
+++ b/config/rootfiles/common/armv6l/linux
@@ -8685,6 +8685,7 @@ etc/modprobe.d/ipv6.conf
 #lib/modules/KVER-ipfire/build/include/config/LIBERTAS_USB
 #lib/modules/KVER-ipfire/build/include/config/LIBFDT
 #lib/modules/KVER-ipfire/build/include/config/LIBIPW
+#lib/modules/KVER-ipfire/build/include/config/LIB_MEMNEQ
 #lib/modules/KVER-ipfire/build/include/config/LINEAR_RANGES
 #lib/modules/KVER-ipfire/build/include/config/LITEX_LITEETH
 #lib/modules/KVER-ipfire/build/include/config/LLC
diff --git a/config/rootfiles/common/openssl b/config/rootfiles/common/openssl
index a83eb4c47..bb7e6f65c 100644
--- a/config/rootfiles/common/openssl
+++ b/config/rootfiles/common/openssl
@@ -2642,9 +2642,11 @@ usr/lib/libssl.so.1.1
 #usr/share/doc/openssl/html/man3/SSL_CTX_free.html
 #usr/share/doc/openssl/html/man3/SSL_CTX_generate_session_ticket_fn.html
 #usr/share/doc/openssl/html/man3/SSL_CTX_get0_CA_list.html
+#usr/share/doc/openssl/html/man3/SSL_CTX_get0_chain_cert_store.html
 #usr/share/doc/openssl/html/man3/SSL_CTX_get0_chain_certs.html
 #usr/share/doc/openssl/html/man3/SSL_CTX_get0_param.html
 #usr/share/doc/openssl/html/man3/SSL_CTX_get0_security_ex_data.html
+#usr/share/doc/openssl/html/man3/SSL_CTX_get0_verify_cert_store.html
 #usr/share/doc/openssl/html/man3/SSL_CTX_get_cert_store.html
 #usr/share/doc/openssl/html/man3/SSL_CTX_get_ciphers.html
 #usr/share/doc/openssl/html/man3/SSL_CTX_get_client_CA_list.html
@@ -2900,6 +2902,7 @@ usr/lib/libssl.so.1.1
 #usr/share/doc/openssl/html/man3/SSL_free_buffers.html
 #usr/share/doc/openssl/html/man3/SSL_get0_CA_list.html
 #usr/share/doc/openssl/html/man3/SSL_get0_alpn_selected.html
+#usr/share/doc/openssl/html/man3/SSL_get0_chain_cert_store.html
 #usr/share/doc/openssl/html/man3/SSL_get0_chain_certs.html
 #usr/share/doc/openssl/html/man3/SSL_get0_dane_authority.html
 #usr/share/doc/openssl/html/man3/SSL_get0_dane_tlsa.html
@@ -2911,6 +2914,7 @@ usr/lib/libssl.so.1.1
 #usr/share/doc/openssl/html/man3/SSL_get0_security_ex_data.html
 #usr/share/doc/openssl/html/man3/SSL_get0_session.html
 #usr/share/doc/openssl/html/man3/SSL_get0_verified_chain.html
+#usr/share/doc/openssl/html/man3/SSL_get0_verify_cert_store.html
 #usr/share/doc/openssl/html/man3/SSL_get1_curves.html
 #usr/share/doc/openssl/html/man3/SSL_get1_groups.html
 #usr/share/doc/openssl/html/man3/SSL_get1_session.html
@@ -6623,9 +6627,11 @@ usr/lib/libssl.so.1.1
 #usr/share/man/man3/SSL_CTX_free.3
 #usr/share/man/man3/SSL_CTX_generate_session_ticket_fn.3
 #usr/share/man/man3/SSL_CTX_get0_CA_list.3
+#usr/share/man/man3/SSL_CTX_get0_chain_cert_store.3
 #usr/share/man/man3/SSL_CTX_get0_chain_certs.3
 #usr/share/man/man3/SSL_CTX_get0_param.3
 #usr/share/man/man3/SSL_CTX_get0_security_ex_data.3
+#usr/share/man/man3/SSL_CTX_get0_verify_cert_store.3
 #usr/share/man/man3/SSL_CTX_get_cert_store.3
 #usr/share/man/man3/SSL_CTX_get_ciphers.3
 #usr/share/man/man3/SSL_CTX_get_client_CA_list.3
@@ -6881,6 +6887,7 @@ usr/lib/libssl.so.1.1
 #usr/share/man/man3/SSL_free_buffers.3
 #usr/share/man/man3/SSL_get0_CA_list.3
 #usr/share/man/man3/SSL_get0_alpn_selected.3
+#usr/share/man/man3/SSL_get0_chain_cert_store.3
 #usr/share/man/man3/SSL_get0_chain_certs.3
 #usr/share/man/man3/SSL_get0_dane_authority.3
 #usr/share/man/man3/SSL_get0_dane_tlsa.3
@@ -6892,6 +6899,7 @@ usr/lib/libssl.so.1.1
 #usr/share/man/man3/SSL_get0_security_ex_data.3
 #usr/share/man/man3/SSL_get0_session.3
 #usr/share/man/man3/SSL_get0_verified_chain.3
+#usr/share/man/man3/SSL_get0_verify_cert_store.3
 #usr/share/man/man3/SSL_get1_curves.3
 #usr/share/man/man3/SSL_get1_groups.3
 #usr/share/man/man3/SSL_get1_session.3
diff --git a/config/rootfiles/common/x86_64/linux b/config/rootfiles/common/x86_64/linux
index 24ee525bf..8cbdb1e54 100644
--- a/config/rootfiles/common/x86_64/linux
+++ b/config/rootfiles/common/x86_64/linux
@@ -8406,6 +8406,7 @@ etc/modprobe.d/ipv6.conf
 #lib/modules/KVER-ipfire/build/include/config/LIBFCOE
 #lib/modules/KVER-ipfire/build/include/config/LIBIPW
 #lib/modules/KVER-ipfire/build/include/config/LIBNVDIMM
+#lib/modules/KVER-ipfire/build/include/config/LIB_MEMNEQ
 #lib/modules/KVER-ipfire/build/include/config/LIQUIDIO
 #lib/modules/KVER-ipfire/build/include/config/LIQUIDIO_VF
 #lib/modules/KVER-ipfire/build/include/config/LLC


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2022-06-23  6:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4LT9hp55xBz2y36@people01.haj.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@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