Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pam_ssh for openSUSE:Factory checked 
in at 2022-03-15 19:04:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam_ssh (Old)
 and      /work/SRC/openSUSE:Factory/.pam_ssh.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam_ssh"

Tue Mar 15 19:04:49 2022 rev:33 rq:961829 version:2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam_ssh/pam_ssh.changes  2020-06-09 
00:09:35.062333360 +0200
+++ /work/SRC/openSUSE:Factory/.pam_ssh.new.25692/pam_ssh.changes       
2022-03-15 19:05:33.844974319 +0100
@@ -1,0 +2,10 @@
+Tue Mar 15 09:07:31 UTC 2022 - David Anes <david.a...@suse.com>
+
+- Update source packages from upstream 
+
+-------------------------------------------------------------------
+Sat Mar 12 19:37:54 UTC 2022 - Callum Farmer <gm...@opensuse.org>
+
+- Add tmpfiles.d conf for /run/pam_ssh
+
+-------------------------------------------------------------------

New:
----
  pam_ssh.tmpfiles

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pam_ssh.spec ++++++
--- /var/tmp/diff_new_pack.oJGc3M/_old  2022-03-15 19:05:34.408974701 +0100
+++ /var/tmp/diff_new_pack.oJGc3M/_new  2022-03-15 19:05:34.412974704 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pam_ssh
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@
 Source1:        
http://sourceforge.net/projects/pam-ssh/files/pam_ssh/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:        baselibs.conf
 Source3:        %{name}.keyring
+Source4:        pam_ssh.tmpfiles
 BuildRequires:  libtool
 BuildRequires:  openssh
 BuildRequires:  openssl-devel
@@ -54,10 +55,15 @@
 install -m 755 .libs/pam_ssh.so %{buildroot}/%{_lib}/security
 install -d 755 %{buildroot}%{_mandir}/man8
 install -m 644 pam_ssh.8 %{buildroot}%{_mandir}/man8/
+install -Dm0644 %{SOURCE4} %{buildroot}%{_tmpfilesdir}/%{name}.conf
+
+%post
+%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
 
 %files
 %defattr(444,root,root,755)
 %doc README TODO NEWS
+%{_tmpfilesdir}/%{name}.conf
 %attr(555,root,root) /%{_lib}/security/pam_ssh.so
 %attr(444,root,root) %{_mandir}/man*/*.*
 

++++++ pam_ssh-2.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pam_ssh-2.3/config.h.in~ new/pam_ssh-2.3/config.h.in~
--- old/pam_ssh-2.3/config.h.in~        2019-01-15 17:58:29.893437410 +0100
+++ new/pam_ssh-2.3/config.h.in~        1970-01-01 01:00:00.000000000 +0100
@@ -1,243 +0,0 @@
-/* config.h.in.  Generated from configure.ac by autoheader.  */
-
-/* Define to 1 if you have the `b64_ntop' function. */
-#undef HAVE_B64_NTOP
-
-/* Define to 1 if you have the `b64_pton' function. */
-#undef HAVE_B64_PTON
-
-/* Define to 1 if you have the `bcrypt_pbkdf' function. */
-#undef HAVE_BCRYPT_PBKDF
-
-/* Define to 1 if you have the declaration of `openpam_borrow_cred', and to 0
-   if you don't. */
-#undef HAVE_DECL_OPENPAM_BORROW_CRED
-
-/* Define to 1 if you have the declaration of `openpam_restore_cred', and to 0
-   if you don't. */
-#undef HAVE_DECL_OPENPAM_RESTORE_CRED
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#undef HAVE_DLFCN_H
-
-/* Define to 1 if you have the `DSA_get0_key' function. */
-#undef HAVE_DSA_GET0_KEY
-
-/* Define to 1 if you have the `DSA_get0_pqg' function. */
-#undef HAVE_DSA_GET0_PQG
-
-/* Define to 1 if you have the `DSA_set0_key' function. */
-#undef HAVE_DSA_SET0_KEY
-
-/* Define to 1 if you have the `DSA_set0_pqg' function. */
-#undef HAVE_DSA_SET0_PQG
-
-/* Define to 1 if you have the `DSA_SIG_set0' function. */
-#undef HAVE_DSA_SIG_SET0
-
-/* Define to 1 if you have the `ECDSA_SIG_set0' function. */
-#undef HAVE_ECDSA_SIG_SET0
-
-/* Define to 1 if you have the `EVP_CIPHER_CTX_get_cipher_data' function. */
-#undef HAVE_EVP_CIPHER_CTX_GET_CIPHER_DATA
-
-/* Define to 1 if you have the `EVP_CIPHER_CTX_iv' function. */
-#undef HAVE_EVP_CIPHER_CTX_IV
-
-/* Define to 1 if you have the `EVP_CIPHER_CTX_iv_noconst' function. */
-#undef HAVE_EVP_CIPHER_CTX_IV_NOCONST
-
-/* Define to 1 if you have the `EVP_CIPHER_impl_ctx_size' function. */
-#undef HAVE_EVP_CIPHER_IMPL_CTX_SIZE
-
-/* Define to 1 if you have the `explicit_bzero' function. */
-#undef HAVE_EXPLICIT_BZERO
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#undef HAVE_INTTYPES_H
-
-/* Define if system has libiaf that supports set_id */
-#undef HAVE_LIBIAF
-
-/* Define to 1 if you have the `memmove' function. */
-#undef HAVE_MEMMOVE
-
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
-/* Define to 1 if you have the `memset' function. */
-#undef HAVE_MEMSET
-
-/* Define to 1 if you have the `memset_s' function. */
-#undef HAVE_MEMSET_S
-
-/* Define if we have OpenPAM */
-#undef HAVE_OPENPAM
-
-/* Define to 1 if you have the `openpam_borrow_cred' function. */
-#undef HAVE_OPENPAM_BORROW_CRED
-
-/* Define to 1 if you have the `openpam_restore_cred' function. */
-#undef HAVE_OPENPAM_RESTORE_CRED
-
-/* Define if we have OpenSSL */
-#undef HAVE_OPENSSL
-
-/* Define if PAM prototypes use const pointers */
-#undef HAVE_PAM_CONST_PROTO
-
-/* Define if we have pam_get_pass() */
-#undef HAVE_PAM_GET_PASS
-
-/* Define to 1 if you have the <pam_mod_misc.h> header file. */
-#undef HAVE_PAM_MOD_MISC_H
-
-/* Define if we have pam_std_option() */
-#undef HAVE_PAM_STD_OPTION
-
-/* Define if PAM uses struct options */
-#undef HAVE_PAM_STRUCT_OPTIONS
-
-/* Define if PAM uses struct opttab */
-#undef HAVE_PAM_STRUCT_OPTTAB
-
-/* Define to 1 if you have the <poll.h> header file. */
-#undef HAVE_POLL_H
-
-/* Define to 1 if you have the `RSA_get0_crt_params' function. */
-#undef HAVE_RSA_GET0_CRT_PARAMS
-
-/* Define to 1 if you have the `RSA_get0_factors' function. */
-#undef HAVE_RSA_GET0_FACTORS
-
-/* Define to 1 if you have the `RSA_get0_key' function. */
-#undef HAVE_RSA_GET0_KEY
-
-/* Define to 1 if you have the `RSA_set0_crt_params' function. */
-#undef HAVE_RSA_SET0_CRT_PARAMS
-
-/* Define to 1 if you have the `RSA_set0_factors' function. */
-#undef HAVE_RSA_SET0_FACTORS
-
-/* Define to 1 if you have the `RSA_set0_key' function. */
-#undef HAVE_RSA_SET0_KEY
-
-/* Define to 1 if you have the `set_id' function. */
-#undef HAVE_SET_ID
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#undef HAVE_STDINT_H
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#undef HAVE_STDLIB_H
-
-/* Define to 1 if you have the <strings.h> header file. */
-#undef HAVE_STRINGS_H
-
-/* Define to 1 if you have the <string.h> header file. */
-#undef HAVE_STRING_H
-
-/* Define to 1 if you have the `strlcpy' function. */
-#undef HAVE_STRLCPY
-
-/* Define to 1 if you have the `strnvis' function. */
-#undef HAVE_STRNVIS
-
-/* Define to 1 if you have the <sys/poll.h> header file. */
-#undef HAVE_SYS_POLL_H
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#undef HAVE_SYS_STAT_H
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#undef HAVE_SYS_TYPES_H
-
-/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
-#undef HAVE_SYS_WAIT_H
-
-/* Define to 1 if you have the `timingsafe_bcmp' function. */
-#undef HAVE_TIMINGSAFE_BCMP
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
-
-/* Define to 1 if you have the `__b64_ntop' function. */
-#undef HAVE___B64_NTOP
-
-/* Define to 1 if you have the `__b64_pton' function. */
-#undef HAVE___B64_PTON
-
-/* Define to the sub-directory where libtool stores uninstalled libraries. */
-#undef LT_OBJDIR
-
-/* OpenSSL has ECC */
-#undef OPENSSL_HAS_ECC
-
-/* libcrypto has NID_X9_62_prime256v1 */
-#undef OPENSSL_HAS_NISTP256
-
-/* libcrypto has NID_secp384r1 */
-#undef OPENSSL_HAS_NISTP384
-
-/* libcrypto has NID_secp521r1 */
-#undef OPENSSL_HAS_NISTP521
-
-/* libcrypto has EVP AES CTR */
-#undef OPENSSL_HAVE_EVPCTR
-
-/* libcrypto has EVP AES GCM */
-#undef OPENSSL_HAVE_EVPGCM
-
-/* Name of package */
-#undef PACKAGE
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the home page for this package. */
-#undef PACKAGE_URL
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
-/* Path to ssh-agent */
-#undef PATH_SSH_AGENT
-
-/* */
-#undef SSH_AGENT_GROUP_NAME
-
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
-/* Version number of package */
-#undef VERSION
-
-/* use libcrypto for cryptography */
-#undef WITH_OPENSSL
-
-/* Define to empty if `const' does not conform to ANSI C. */
-#undef const
-
-/* Define to `int' if <sys/types.h> doesn't define. */
-#undef gid_t
-
-/* Define to `long int' if <sys/types.h> does not define. */
-#undef off_t
-
-/* Define to `int' if <sys/types.h> does not define. */
-#undef pid_t
-
-/* Define to `unsigned int' if <sys/types.h> does not define. */
-#undef size_t
-
-/* Define to `int' if <sys/types.h> doesn't define. */
-#undef uid_t

++++++ pam_ssh-2.3.tar.xz.asc ++++++
Binary files /var/tmp/diff_new_pack.oJGc3M/_old and 
/var/tmp/diff_new_pack.oJGc3M/_new differ

++++++ pam_ssh.tmpfiles ++++++
#Type Path         Mode User Group Age Argument
d     /run/pam_ssh 0755 root root  -   -

Reply via email to