Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package limine for openSUSE:Factory checked 
in at 2025-05-30 14:34:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/limine (Old)
 and      /work/SRC/openSUSE:Factory/.limine.new.25440 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "limine"

Fri May 30 14:34:33 2025 rev:7 rq:1280898 version:9.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/limine/limine.changes    2025-05-26 
18:35:57.200474238 +0200
+++ /work/SRC/openSUSE:Factory/.limine.new.25440/limine.changes 2025-05-30 
17:23:41.771203537 +0200
@@ -1,0 +2,7 @@
+Tue May 27 18:16:55 UTC 2025 - Marvin Friedrich <cont...@marvinf.com>
+
+- Update to 9.3.3:
+  * Reinstate the limit for scanned drives to 0xf0. This is due to a
+    report of int 13h hangs when used on drives >=0xf0
+
+-------------------------------------------------------------------

Old:
----
  limine-9.3.2.tar.gz

New:
----
  limine-9.3.3.tar.gz

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

Other differences:
------------------
++++++ limine.spec ++++++
--- /var/tmp/diff_new_pack.wTQs8V/_old  2025-05-30 17:23:42.183220649 +0200
+++ /var/tmp/diff_new_pack.wTQs8V/_new  2025-05-30 17:23:42.187220815 +0200
@@ -15,7 +15,7 @@
 #
 
 Name:           limine
-Version:        9.3.2
+Version:        9.3.3
 Release:        0
 Summary:        Modern, advanced, portable, multiprotocol bootloader and boot 
manager
 License:        BSD-2-Clause

++++++ limine-9.3.2.tar.gz -> limine-9.3.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/limine-9.3.2/ChangeLog new/limine-9.3.3/ChangeLog
--- old/limine-9.3.2/ChangeLog  2025-05-19 03:48:20.000000000 +0200
+++ new/limine-9.3.3/ChangeLog  2025-05-27 20:12:14.000000000 +0200
@@ -1,3 +1,13 @@
+2025-05-27  Mintsuki  <mints...@protonmail.com>
+
+    *** Release 9.3.3 ***
+
+    Noteworthy changes compared to the previous release, 9.3.2:
+
+    Bug fixes:
+        - Reinstate the limit for scanned drives to 0xf0. This is due to a
+          report of int 13h hangs when used on drives >=0xf0.
+
 2025-05-19  Mintsuki  <mints...@protonmail.com>
 
     *** Release 9.3.2 ***
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/limine-9.3.2/common/drivers/disk.s2.c 
new/limine-9.3.3/common/drivers/disk.s2.c
--- old/limine-9.3.2/common/drivers/disk.s2.c   2025-05-19 03:48:20.000000000 
+0200
+++ new/limine-9.3.3/common/drivers/disk.s2.c   2025-05-27 20:12:14.000000000 
+0200
@@ -245,7 +245,7 @@
 
     int optical_indices = 1, hdd_indices = 1, consumed_bda_disks = 0;
 
-    for (uint8_t drive = 0x80; drive != 0 /* overflow */; drive++) {
+    for (uint8_t drive = 0x80; drive < 0xf0; drive++) {
         struct rm_regs r = {0};
         struct bios_drive_params drive_params;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/limine-9.3.2/configure new/limine-9.3.3/configure
--- old/limine-9.3.2/configure  2025-05-19 03:48:27.000000000 +0200
+++ new/limine-9.3.3/configure  2025-05-27 20:12:21.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.72 for Limine 9.3.2.
+# Generated by GNU Autoconf 2.72 for Limine 9.3.3.
 #
 # Report bugs to <https://github.com/limine-bootloader/limine/issues>.
 #
@@ -605,8 +605,8 @@
 # Identity of this package.
 PACKAGE_NAME='Limine'
 PACKAGE_TARNAME='limine'
-PACKAGE_VERSION='9.3.2'
-PACKAGE_STRING='Limine 9.3.2'
+PACKAGE_VERSION='9.3.3'
+PACKAGE_STRING='Limine 9.3.3'
 PACKAGE_BUGREPORT='https://github.com/limine-bootloader/limine/issues'
 PACKAGE_URL='https://limine-bootloader.org/'
 
@@ -1320,7 +1320,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-'configure' configures Limine 9.3.2 to adapt to many kinds of systems.
+'configure' configures Limine 9.3.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1386,7 +1386,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Limine 9.3.2:";;
+     short | recursive ) echo "Configuration of Limine 9.3.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1505,7 +1505,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Limine configure 9.3.2
+Limine configure 9.3.3
 generated by GNU Autoconf 2.72
 
 Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1617,7 +1617,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Limine $as_me 9.3.2, which was
+It was created by Limine $as_me 9.3.3, which was
 generated by GNU Autoconf 2.72.  Invocation command line was
 
   $ $0$ac_configure_args_raw
@@ -5156,7 +5156,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Limine $as_me 9.3.2, which was
+This file was extended by Limine $as_me 9.3.3, which was
 generated by GNU Autoconf 2.72.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5212,7 +5212,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config='$ac_cs_config_escaped'
 ac_cs_version="\\
-Limine config.status 9.3.2
+Limine config.status 9.3.3
 configured by $0, generated by GNU Autoconf 2.72,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/limine-9.3.2/timestamps new/limine-9.3.3/timestamps
--- old/limine-9.3.2/timestamps 2025-05-19 03:48:25.000000000 +0200
+++ new/limine-9.3.3/timestamps 2025-05-27 20:12:19.000000000 +0200
@@ -1,3 +1,3 @@
 REGEN_DATE="May 2025"
-SOURCE_DATE_EPOCH="1747618833"
-SOURCE_DATE_EPOCH_TOUCH="202505190340"
+SOURCE_DATE_EPOCH="1748369080"
+SOURCE_DATE_EPOCH_TOUCH="202505272004"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/limine-9.3.2/version new/limine-9.3.3/version
--- old/limine-9.3.2/version    2025-05-19 03:48:27.000000000 +0200
+++ new/limine-9.3.3/version    2025-05-27 20:12:21.000000000 +0200
@@ -1 +1 @@
-9.3.2
+9.3.3

Reply via email to