Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package krb5-appl for openSUSE:Factory 
checked in at 2024-06-06 12:34:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/krb5-appl (Old)
 and      /work/SRC/openSUSE:Factory/.krb5-appl.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "krb5-appl"

Thu Jun  6 12:34:34 2024 rev:3 rq:1178938 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/krb5-appl/krb5-appl.changes      2024-02-22 
21:01:59.254778547 +0100
+++ /work/SRC/openSUSE:Factory/.krb5-appl.new.24587/krb5-appl.changes   
2024-06-06 12:35:13.494172918 +0200
@@ -1,0 +2,7 @@
+Mon May 13 13:11:36 UTC 2024 - pgaj...@suse.com
+
+- added patches
+  fix build with gcc14
+  + krb5-appl-gcc14.patch
+
+-------------------------------------------------------------------

New:
----
  krb5-appl-gcc14.patch

BETA DEBUG BEGIN:
  New:  fix build with gcc14
  + krb5-appl-gcc14.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ krb5-appl.spec ++++++
--- /var/tmp/diff_new_pack.KcQ8dT/_old  2024-06-06 12:35:14.142196534 +0200
+++ /var/tmp/diff_new_pack.KcQ8dT/_new  2024-06-06 12:35:14.142196534 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package krb5-appl
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,7 +21,7 @@
 %define krb5docdir  %{_defaultdocdir}/krb5
 
 Name:           krb5-appl
-Url:            https://web.mit.edu/kerberos/www/
+URL:            https://web.mit.edu/kerberos/www/
 BuildRequires:  bison
 BuildRequires:  krb5-devel
 BuildRequires:  libcom_err-devel
@@ -40,6 +40,8 @@
 Patch3:         krb5-appl-1.0-fix-path-in-manpages.dif
 Patch4:         krb5-appl-1.0.3-libc.patch
 Patch5:                krb5-appl-fix-build.patch
+# build with gcc14
+Patch6:         krb5-appl-gcc14.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -87,6 +89,7 @@
 %patch -P 3 -p1
 %patch -P 4 -p1
 %patch -P 5 -p1
+%patch -P 6 -p1
 
 %build
 ./autogen.sh

++++++ krb5-appl-gcc14.patch ++++++
--- a/gssftp/ftp/cmds.c 2009-11-05 21:15:06.000000000 +0100
+++ b/gssftp/ftp/cmds.c 2024-05-13 14:34:00.392581022 +0200
@@ -313,6 +313,7 @@ char *plevel[] = {
  * Set control channel protection level.
  */
 void setclevel(argc, argv)
+       int argc;
        char *argv[];
 {
        register struct levels *p;
@@ -366,6 +367,7 @@ void setclevel(argc, argv)
  */
 void
 setdlevel(argc, argv)
+       int argc;
        char *argv[];
 {
        register struct levels *p;
@@ -848,6 +850,7 @@ void get(argc, argv)
 static int getit(argc, argv, restartit, rmode)
        int argc;
        char *argv[];
+       int restartit;
        char *rmode;
 {
        int loc = 0;
@@ -1165,6 +1168,7 @@ static void cstatus()
  */
 /*ARGSUSED*/
 void status(argc, argv)
+       int argc;
        char *argv[];
 {
        int i;
--- a/telnet/telnet/commands.c  2011-07-11 21:30:55.000000000 +0200
+++ b/telnet/telnet/commands.c  2024-05-13 14:35:18.756434224 +0200
@@ -1892,6 +1892,7 @@ env_list()
        unsigned char *
 env_default(init, welldefined)
        int init;
+       int welldefined;
 {
        static struct env_lst *nep = NULL;
 
--- a/telnet/telnet/sys_bsd.c   2011-07-11 21:30:25.000000000 +0200
+++ b/telnet/telnet/sys_bsd.c   2024-05-13 14:37:31.397316323 +0200
@@ -977,6 +977,11 @@ sys_telnet_init()
 
     int
 process_rings(netin, netout, netex, ttyin, ttyout, poll)
+    int netin;
+    int netout;
+    int netex;
+    int ttyin;
+    int ttyout;  
     int poll;          /* If 0, then block until something to do */
 {
     register int c;

Reply via email to