Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openssh for openSUSE:Factory checked 
in at 2024-06-10 17:37:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openssh (Old)
 and      /work/SRC/openSUSE:Factory/.openssh.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openssh"

Mon Jun 10 17:37:06 2024 rev:178 rq:1179624 version:9.6p1

Changes:
--------
--- /work/SRC/openSUSE:Factory/openssh/openssh.changes  2024-05-17 
20:04:08.961185171 +0200
+++ /work/SRC/openSUSE:Factory/.openssh.new.19518/openssh.changes       
2024-06-10 17:37:10.697934828 +0200
@@ -1,0 +2,7 @@
+Mon Jun 10 07:10:48 UTC 2024 - Antonio Larrosa <alarr...@suse.com>
+
+- Add #include <stdlib.h> in some files added by the ldap patch to
+  fix build with gcc14 (boo#1225904).
+  * openssh-7.7p1-ldap.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
openssh.spec: same change
++++++ openssh-7.7p1-ldap.patch ++++++
--- /var/tmp/diff_new_pack.z3rcQd/_old  2024-06-10 17:37:12.421999092 +0200
+++ /var/tmp/diff_new_pack.z3rcQd/_new  2024-06-10 17:37:12.425999241 +0200
@@ -335,7 +335,7 @@
 ===================================================================
 --- /dev/null
 +++ openssh-8.9p1/ldap-helper.c
-@@ -0,0 +1,155 @@
+@@ -0,0 +1,156 @@
 +/* $OpenBSD: ssh-pka-ldap.c,v 1.1 2009/12/03 03:34:42 jfch Exp $ */
 +/*
 + * Copyright (c) 2009 Jan F. Chadima.  All rights reserved.
@@ -369,6 +369,7 @@
 +#include "ldapbody.h"
 +#include <string.h>
 +#include <unistd.h>
++#include <stdlib.h>
 +
 +static int config_debug = 0;
 +int config_exclusive_config_file = 0;
@@ -1175,7 +1176,7 @@
 ===================================================================
 --- /dev/null
 +++ openssh-8.9p1/ldapconf.c
-@@ -0,0 +1,711 @@
+@@ -0,0 +1,712 @@
 +/* $OpenBSD: ldapconf.c,v 1.1 2009/12/03 03:34:42 jfch Exp $ */
 +/*
 + * Copyright (c) 2009 Jan F. Chadima.  All rights reserved.
@@ -1209,6 +1210,7 @@
 +#include "ldapconf.h"
 +#include <unistd.h>
 +#include <string.h>
++#include <stdlib.h>
 +
 +/* Keyword tokens. */
 +

Reply via email to