Hello community,

here is the log from the commit of package virtualbox for openSUSE:11.4
checked in at Tue Aug 2 18:28:28 CEST 2011.



--------
--- old-versions/11.4/UPDATES/all/virtualbox/virtualbox.changes 2011-03-24 
15:38:52.000000000 +0100
+++ 11.4/virtualbox/virtualbox.changes  2011-08-01 14:32:41.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Jul 30 21:05:27 UTC 2011 - mse...@gmail.com
+
+- update to VirtualBox 4.0.12 ( bnc#708271 fix CVE-2011-2300 and CVE-2011-2305)
+- see changelog for more info http://www.virtualbox.org/wiki/Changelog-4.0
+
+-------------------------------------------------------------------

calling whatdependson for 11.4-i586


Old:
----
  VirtualBox-4.0.4-UserManual.pdf
  VirtualBox-4.0.4-patched.tar.bz2
  virtualbox-4.0.4-rpmlintrc

New:
----
  VirtualBox-4.0.12-UserManual.pdf
  VirtualBox-4.0.12-patched.tar.bz2
  virtualbox-4.0.12-rpmlintrc

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

Other differences:
------------------
++++++ virtualbox.spec ++++++
--- /var/tmp/diff_new_pack.79zeIM/_old  2011-08-02 18:28:05.000000000 +0200
+++ /var/tmp/diff_new_pack.79zeIM/_new  2011-08-02 18:28:05.000000000 +0200
@@ -42,8 +42,8 @@
 %endif
 #
 ExclusiveArch:  %ix86 x86_64
-Version:        4.0.4
-Release:        1.<RELEASE5>
+Version:        4.0.12
+Release:        0.<RELEASE2>
 Summary:        VirtualBox is an Emulator
 License:        GPLv2+
 Group:          System/Emulators/PC
@@ -429,6 +429,7 @@
 
 # the build process tells us the desktop file is missing a 
semicolon...(repackage?)
 %__sed 's/^MimeType.*[^;]$/&;/' out/linux.*/release/bin/virtualbox.desktop > 
%{_tmppath}/virtualbox.desktop
+%__sed 's/Icon=virtualbox/Icon=VBox.png/' 
out/linux.*/release/bin/virtualbox.desktop > %{_tmppath}/virtualbox.desktop
 # install desktop file
 %__install -m 644 %{_tmppath}/virtualbox.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 %suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop 
'System Emulator'

++++++ VirtualBox-4.0.4-UserManual.pdf -> VirtualBox-4.0.12-UserManual.pdf 
++++++

++++++ VirtualBox-4.0.4-patched.tar.bz2 -> VirtualBox-4.0.12-patched.tar.bz2 
++++++
old-versions/11.4/UPDATES/all/virtualbox/VirtualBox-4.0.4-patched.tar.bz2 
11.4/virtualbox/VirtualBox-4.0.12-patched.tar.bz2 differ: char 11, line 1

++++++ vbox-vboxadd-init-script.diff ++++++
--- /var/tmp/diff_new_pack.79zeIM/_old  2011-08-02 18:28:05.000000000 +0200
+++ /var/tmp/diff_new_pack.79zeIM/_new  2011-08-02 18:28:05.000000000 +0200
@@ -25,9 +25,9 @@
 -owner=vboxadd
 -group=1
  
- test_sane_kernel_dir()
+ test_for_gcc_and_make()
  {
-@@ -236,12 +235,6 @@ do_vboxguest_non_udev()
+@@ -242,12 +241,6 @@ do_vboxguest_non_udev()
              fail "Cannot create device $dev with major $maj and minor $min"
          }
      fi
@@ -40,7 +40,7 @@
  
      if [ ! -c $userdev ]; then
          maj=10
-@@ -252,12 +245,6 @@ do_vboxguest_non_udev()
+@@ -258,12 +251,6 @@ do_vboxguest_non_udev()
                  rmmod vboxguest 2>/dev/null
                  fail "Cannot create device $userdev with major $maj and minor 
$min"
              }
@@ -53,7 +53,7 @@
          fi
      fi
  }
-@@ -286,8 +273,7 @@ start()
+@@ -292,8 +279,7 @@ start()
          do_vboxguest_non_udev;;
      esac
  
@@ -63,7 +63,7 @@
              $MODPROBE vboxsf > /dev/null 2>&1 || {
                  if dmesg | grep "vboxConnect failed" > /dev/null 2>&1; then
                      fail_msg
-@@ -297,8 +283,7 @@ start()
+@@ -303,8 +289,7 @@ start()
                  fi
                  fail "modprobe vboxsf failed"
              }
@@ -73,7 +73,7 @@
  
      # Mount all shared folders from /etc/fstab. Normally this is done by some
      # other startup script but this requires the vboxdrv kernel module loaded.
-@@ -315,10 +300,8 @@ stop()
+@@ -321,10 +306,8 @@ stop()
      if ! umount -a -t vboxsf 2>/dev/null; then
          fail "Cannot unmount vboxsf folders"
      fi
@@ -86,7 +86,7 @@
      fi
      if running_vboxguest; then
          rmmod vboxguest 2>/dev/null || fail "Cannot unload module vboxguest"
-@@ -464,16 +447,8 @@ extra_setup()
+@@ -483,16 +466,8 @@ extra_setup()
  # setup_script
  setup()
  {

++++++ vbox-vboxdrv-init-script.diff ++++++
--- /var/tmp/diff_new_pack.79zeIM/_old  2011-08-02 18:28:05.000000000 +0200
+++ /var/tmp/diff_new_pack.79zeIM/_new  2011-08-02 18:28:05.000000000 +0200
@@ -37,7 +37,7 @@
  
  if [ -n "$NOLSB" ]; then
      if [ -f /etc/redhat-release ]; then
-@@ -189,13 +190,6 @@ start()
+@@ -192,13 +193,6 @@ start()
              failure "Cannot create device $DEVICE with major $MAJOR and minor 
$MINOR"
          fi
      fi
@@ -51,7 +51,7 @@
      if ! $MODPROBE vboxnetflt > /dev/null 2>&1; then
          failure "modprobe vboxnetflt failed. Please use 'dmesg' to find out 
why"
      fi
-@@ -279,48 +273,8 @@ stop_vms()
+@@ -288,48 +282,8 @@ stop_vms()
  # setup_script
  setup()
  {
@@ -90,14 +90,15 @@
 -      fi
 -      if ! $BUILDVBOXNETADP \
 -          --use-module-symvers /tmp/vboxdrv-Module.symvers \
--        --no-print-directory install >> $LOG 2>&1; then
+-          --no-print-directory install >> $LOG 2>&1; then
 -          failure "Look at $LOG to find out what went wrong"
 -      fi
 -    fi
 -    rm -f /etc/vbox/module_not_compiled
-+    begin_msg "Recompiling VirtualBox vboxadd kernel module, NOT. It has been 
packaged."
-     succ_msg
+-    succ_msg
 -    start
++      begin_msg "Recompiling VirtualBox vboxadd kernel module, NOT. It has 
been packaged."
++      succ_msg
  }
  
  dmnstatus()

++++++ virtualbox-4.0.4-rpmlintrc -> virtualbox-4.0.12-rpmlintrc ++++++


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to