Date: Sunday, October 30, 2011 @ 19:22:15
  Author: thomas
Revision: 141495

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  microcode_ctl/repos/extra-i686/PKGBUILD
    (from rev 141494, microcode_ctl/trunk/PKGBUILD)
  microcode_ctl/repos/extra-i686/microcode
    (from rev 141494, microcode_ctl/trunk/microcode)
  microcode_ctl/repos/extra-i686/microcode.install
    (from rev 141494, microcode_ctl/trunk/microcode.install)
  microcode_ctl/repos/extra-i686/microcode.rules
    (from rev 141494, microcode_ctl/trunk/microcode.rules)
  microcode_ctl/repos/extra-x86_64/PKGBUILD
    (from rev 141494, microcode_ctl/trunk/PKGBUILD)
  microcode_ctl/repos/extra-x86_64/microcode
    (from rev 141494, microcode_ctl/trunk/microcode)
  microcode_ctl/repos/extra-x86_64/microcode.install
    (from rev 141494, microcode_ctl/trunk/microcode.install)
  microcode_ctl/repos/extra-x86_64/microcode.rules
    (from rev 141494, microcode_ctl/trunk/microcode.rules)
Deleted:
  microcode_ctl/repos/extra-i686/PKGBUILD
  microcode_ctl/repos/extra-i686/microcode
  microcode_ctl/repos/extra-i686/microcode.install
  microcode_ctl/repos/extra-i686/microcode.rules
  microcode_ctl/repos/extra-x86_64/PKGBUILD
  microcode_ctl/repos/extra-x86_64/microcode
  microcode_ctl/repos/extra-x86_64/microcode.install
  microcode_ctl/repos/extra-x86_64/microcode.rules

--------------------------------+
 extra-i686/PKGBUILD            |   78 +++++++++++++--------------
 extra-i686/microcode           |  112 +++++++++++++++++++--------------------
 extra-i686/microcode.install   |   22 +++----
 extra-i686/microcode.rules     |    2 
 extra-x86_64/PKGBUILD          |   78 +++++++++++++--------------
 extra-x86_64/microcode         |  112 +++++++++++++++++++--------------------
 extra-x86_64/microcode.install |   22 +++----
 extra-x86_64/microcode.rules   |    2 
 8 files changed, 214 insertions(+), 214 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2011-10-30 23:21:47 UTC (rev 141494)
+++ extra-i686/PKGBUILD 2011-10-30 23:22:15 UTC (rev 141495)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Giovanni Scafora <[email protected]>
-# Maintainer: Thomas Bächler <[email protected]>
-
-pkgname=microcode_ctl
-# Version of the update tool
-_toolver=1.17
-# Version of the microcode image
-_microcodever=20110428
-pkgver=${_toolver}.${_microcodever}
-pkgrel=1
-pkgdesc="A companion to the IA32 microcode kernel driver"
-arch=('i686' 'x86_64')
-url="http://www.urbanmyth.org/microcode";
-license=('GPL')
-install=microcode.install
-source=(http://www.urbanmyth.org/microcode/$pkgname-${_toolver}.tar.gz
-        
http://downloadmirror.intel.com/20050/eng/microcode-${_microcodever}.tgz
-        microcode)
-md5sums=('98a7f06acef8459c8ef2a1b0fb86a99e'
-         '75b7d880f3a4b0161445a0dbdfe9c238'
-         '483c198659b8d716bdfbf05a57182394')
-
-build() {
-  cd "$srcdir"/$pkgname-${_toolver}
-  make all
-}
-
-package() {
-  cd "$srcdir"/$pkgname-${_toolver}
-  make DESTDIR="$pkgdir" \
-       PREFIX=/usr \
-       RCFILETO=/etc/rc.d \
-       RCFILE=../microcode \
-       RCFILEFINAL=microcode \
-       MANDIR=/usr/share/man/man8 \
-       install
-  install -D -m644 ../microcode.dat "$pkgdir"/etc/microcode.dat
-}

Copied: microcode_ctl/repos/extra-i686/PKGBUILD (from rev 141494, 
microcode_ctl/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2011-10-30 23:22:15 UTC (rev 141495)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Giovanni Scafora <[email protected]>
+# Maintainer: Thomas Bächler <[email protected]>
+
+pkgname=microcode_ctl
+# Version of the update tool
+_toolver=1.17
+# Version of the microcode image
+_microcodever=20110915
+pkgver=${_toolver}.${_microcodever}
+pkgrel=1
+pkgdesc="A companion to the IA32 microcode kernel driver"
+arch=('i686' 'x86_64')
+url="http://www.urbanmyth.org/microcode";
+license=('GPL')
+install=microcode.install
+source=(http://www.urbanmyth.org/microcode/$pkgname-${_toolver}.tar.gz
+        
http://downloadmirror.intel.com/20429/eng/microcode-${_microcodever}.tgz
+        microcode)
+md5sums=('98a7f06acef8459c8ef2a1b0fb86a99e'
+         'd2953dd1655c001b36033e0fa6257064'
+         '483c198659b8d716bdfbf05a57182394')
+
+build() {
+  cd "$srcdir"/$pkgname-${_toolver}
+  make all
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${_toolver}
+  make DESTDIR="$pkgdir" \
+       PREFIX=/usr \
+       RCFILETO=/etc/rc.d \
+       RCFILE=../microcode \
+       RCFILEFINAL=microcode \
+       MANDIR=/usr/share/man/man8 \
+       install
+  install -D -m644 ../microcode.dat "$pkgdir"/etc/microcode.dat
+}

Deleted: extra-i686/microcode
===================================================================
--- extra-i686/microcode        2011-10-30 23:21:47 UTC (rev 141494)
+++ extra-i686/microcode        2011-10-30 23:22:15 UTC (rev 141495)
@@ -1,56 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-DEVICE=/dev/cpu/microcode
-RETVAL=0
-MODULE=0
-
-case "$1" in
-start|restart|load)
-       stat_busy "Applying Intel IA32 Microcode update"
-       # Lets just be sure we have a device file...
-       if [ ! -e $DEVICE ]; then
-               modprobe microcode
-               if [ $? -le 0 ]; then
-                       MODULE=1
-               else
-                       stat_fail
-                       echo "$0: microcode device $DEVICE doesn't exist"
-                       exit 1
-               fi
-       fi
-
-       /sbin/udevadm settle --exit-if-exists=$DEVICE
-       if [ ! -c $DEVICE ]; then
-               echo "$0: $DEVICE not a character device"
-               stat_fail
-               exit 1
-       fi
-
-       /usr/sbin/microcode_ctl -Qu
-       RETVAL=$?
-       if [ $RETVAL -le 0 ]; then
-               stat_done
-               if [ $MODULE = 1 ]; then
-                       modprobe -r microcode
-               fi
-       else
-               stat_fail
-               # trap the most common cases
-               if [ $RETVAL -eq 3 ]; then
-                       echo "$0: Cannot find source file 
\"/etc/microcode.dat\""
-               elif [ $RETVAL -eq 19 ]; then
-                       grep MICROCODE /usr/include/linux/autoconf.h | grep -q 
^#define
-                       if [ $? -ne 0 ]; then
-                               echo "$0: This kernel doesn't appear to have 
microcode device support"
-                       fi
-               fi
-       fi
-       ;;
-stop)
-       ;;
-*)
-       echo "usage: $0 {start|restart}"  
-esac

Copied: microcode_ctl/repos/extra-i686/microcode (from rev 141494, 
microcode_ctl/trunk/microcode)
===================================================================
--- extra-i686/microcode                                (rev 0)
+++ extra-i686/microcode        2011-10-30 23:22:15 UTC (rev 141495)
@@ -0,0 +1,56 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+DEVICE=/dev/cpu/microcode
+RETVAL=0
+MODULE=0
+
+case "$1" in
+start|restart|load)
+       stat_busy "Applying Intel IA32 Microcode update"
+       # Lets just be sure we have a device file...
+       if [ ! -e $DEVICE ]; then
+               modprobe microcode
+               if [ $? -le 0 ]; then
+                       MODULE=1
+               else
+                       stat_fail
+                       echo "$0: microcode device $DEVICE doesn't exist"
+                       exit 1
+               fi
+       fi
+
+       /sbin/udevadm settle --exit-if-exists=$DEVICE
+       if [ ! -c $DEVICE ]; then
+               echo "$0: $DEVICE not a character device"
+               stat_fail
+               exit 1
+       fi
+
+       /usr/sbin/microcode_ctl -Qu
+       RETVAL=$?
+       if [ $RETVAL -le 0 ]; then
+               stat_done
+               if [ $MODULE = 1 ]; then
+                       modprobe -r microcode
+               fi
+       else
+               stat_fail
+               # trap the most common cases
+               if [ $RETVAL -eq 3 ]; then
+                       echo "$0: Cannot find source file 
\"/etc/microcode.dat\""
+               elif [ $RETVAL -eq 19 ]; then
+                       grep MICROCODE /usr/include/linux/autoconf.h | grep -q 
^#define
+                       if [ $? -ne 0 ]; then
+                               echo "$0: This kernel doesn't appear to have 
microcode device support"
+                       fi
+               fi
+       fi
+       ;;
+stop)
+       ;;
+*)
+       echo "usage: $0 {start|restart}"  
+esac

Deleted: extra-i686/microcode.install
===================================================================
--- extra-i686/microcode.install        2011-10-30 23:21:47 UTC (rev 141494)
+++ extra-i686/microcode.install        2011-10-30 23:22:15 UTC (rev 141495)
@@ -1,11 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  echo
-  echo "==> The microcode update is volatile and needs to be uploaded"
-  echo "==> on each system boot i.e. It doesn't reflash your cpu"
-  echo "==> permanently, reboot and it reverts back to the old"
-  echo "==> microcode."
-  echo "==> Add 'microcode' to the list of daemons in /etc/rc.conf if"
-  echo "==> you want to update the microcode automatically at startup"
-  echo
-}

Copied: microcode_ctl/repos/extra-i686/microcode.install (from rev 141494, 
microcode_ctl/trunk/microcode.install)
===================================================================
--- extra-i686/microcode.install                                (rev 0)
+++ extra-i686/microcode.install        2011-10-30 23:22:15 UTC (rev 141495)
@@ -0,0 +1,11 @@
+# arg 1:  the new package version
+post_install() {
+  echo
+  echo "==> The microcode update is volatile and needs to be uploaded"
+  echo "==> on each system boot i.e. It doesn't reflash your cpu"
+  echo "==> permanently, reboot and it reverts back to the old"
+  echo "==> microcode."
+  echo "==> Add 'microcode' to the list of daemons in /etc/rc.conf if"
+  echo "==> you want to update the microcode automatically at startup"
+  echo
+}

Deleted: extra-i686/microcode.rules
===================================================================
--- extra-i686/microcode.rules  2011-10-30 23:21:47 UTC (rev 141494)
+++ extra-i686/microcode.rules  2011-10-30 23:22:15 UTC (rev 141495)
@@ -1 +0,0 @@
-KERNEL=="microcode", NAME="cpu/%k"

Copied: microcode_ctl/repos/extra-i686/microcode.rules (from rev 141494, 
microcode_ctl/trunk/microcode.rules)
===================================================================
--- extra-i686/microcode.rules                          (rev 0)
+++ extra-i686/microcode.rules  2011-10-30 23:22:15 UTC (rev 141495)
@@ -0,0 +1 @@
+KERNEL=="microcode", NAME="cpu/%k"

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD       2011-10-30 23:21:47 UTC (rev 141494)
+++ extra-x86_64/PKGBUILD       2011-10-30 23:22:15 UTC (rev 141495)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Giovanni Scafora <[email protected]>
-# Maintainer: Thomas Bächler <[email protected]>
-
-pkgname=microcode_ctl
-# Version of the update tool
-_toolver=1.17
-# Version of the microcode image
-_microcodever=20110428
-pkgver=${_toolver}.${_microcodever}
-pkgrel=1
-pkgdesc="A companion to the IA32 microcode kernel driver"
-arch=('i686' 'x86_64')
-url="http://www.urbanmyth.org/microcode";
-license=('GPL')
-install=microcode.install
-source=(http://www.urbanmyth.org/microcode/$pkgname-${_toolver}.tar.gz
-        
http://downloadmirror.intel.com/20050/eng/microcode-${_microcodever}.tgz
-        microcode)
-md5sums=('98a7f06acef8459c8ef2a1b0fb86a99e'
-         '75b7d880f3a4b0161445a0dbdfe9c238'
-         '483c198659b8d716bdfbf05a57182394')
-
-build() {
-  cd "$srcdir"/$pkgname-${_toolver}
-  make all
-}
-
-package() {
-  cd "$srcdir"/$pkgname-${_toolver}
-  make DESTDIR="$pkgdir" \
-       PREFIX=/usr \
-       RCFILETO=/etc/rc.d \
-       RCFILE=../microcode \
-       RCFILEFINAL=microcode \
-       MANDIR=/usr/share/man/man8 \
-       install
-  install -D -m644 ../microcode.dat "$pkgdir"/etc/microcode.dat
-}

Copied: microcode_ctl/repos/extra-x86_64/PKGBUILD (from rev 141494, 
microcode_ctl/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2011-10-30 23:22:15 UTC (rev 141495)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Giovanni Scafora <[email protected]>
+# Maintainer: Thomas Bächler <[email protected]>
+
+pkgname=microcode_ctl
+# Version of the update tool
+_toolver=1.17
+# Version of the microcode image
+_microcodever=20110915
+pkgver=${_toolver}.${_microcodever}
+pkgrel=1
+pkgdesc="A companion to the IA32 microcode kernel driver"
+arch=('i686' 'x86_64')
+url="http://www.urbanmyth.org/microcode";
+license=('GPL')
+install=microcode.install
+source=(http://www.urbanmyth.org/microcode/$pkgname-${_toolver}.tar.gz
+        
http://downloadmirror.intel.com/20429/eng/microcode-${_microcodever}.tgz
+        microcode)
+md5sums=('98a7f06acef8459c8ef2a1b0fb86a99e'
+         'd2953dd1655c001b36033e0fa6257064'
+         '483c198659b8d716bdfbf05a57182394')
+
+build() {
+  cd "$srcdir"/$pkgname-${_toolver}
+  make all
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${_toolver}
+  make DESTDIR="$pkgdir" \
+       PREFIX=/usr \
+       RCFILETO=/etc/rc.d \
+       RCFILE=../microcode \
+       RCFILEFINAL=microcode \
+       MANDIR=/usr/share/man/man8 \
+       install
+  install -D -m644 ../microcode.dat "$pkgdir"/etc/microcode.dat
+}

Deleted: extra-x86_64/microcode
===================================================================
--- extra-x86_64/microcode      2011-10-30 23:21:47 UTC (rev 141494)
+++ extra-x86_64/microcode      2011-10-30 23:22:15 UTC (rev 141495)
@@ -1,56 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-DEVICE=/dev/cpu/microcode
-RETVAL=0
-MODULE=0
-
-case "$1" in
-start|restart|load)
-       stat_busy "Applying Intel IA32 Microcode update"
-       # Lets just be sure we have a device file...
-       if [ ! -e $DEVICE ]; then
-               modprobe microcode
-               if [ $? -le 0 ]; then
-                       MODULE=1
-               else
-                       stat_fail
-                       echo "$0: microcode device $DEVICE doesn't exist"
-                       exit 1
-               fi
-       fi
-
-       /sbin/udevadm settle --exit-if-exists=$DEVICE
-       if [ ! -c $DEVICE ]; then
-               echo "$0: $DEVICE not a character device"
-               stat_fail
-               exit 1
-       fi
-
-       /usr/sbin/microcode_ctl -Qu
-       RETVAL=$?
-       if [ $RETVAL -le 0 ]; then
-               stat_done
-               if [ $MODULE = 1 ]; then
-                       modprobe -r microcode
-               fi
-       else
-               stat_fail
-               # trap the most common cases
-               if [ $RETVAL -eq 3 ]; then
-                       echo "$0: Cannot find source file 
\"/etc/microcode.dat\""
-               elif [ $RETVAL -eq 19 ]; then
-                       grep MICROCODE /usr/include/linux/autoconf.h | grep -q 
^#define
-                       if [ $? -ne 0 ]; then
-                               echo "$0: This kernel doesn't appear to have 
microcode device support"
-                       fi
-               fi
-       fi
-       ;;
-stop)
-       ;;
-*)
-       echo "usage: $0 {start|restart}"  
-esac

Copied: microcode_ctl/repos/extra-x86_64/microcode (from rev 141494, 
microcode_ctl/trunk/microcode)
===================================================================
--- extra-x86_64/microcode                              (rev 0)
+++ extra-x86_64/microcode      2011-10-30 23:22:15 UTC (rev 141495)
@@ -0,0 +1,56 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+DEVICE=/dev/cpu/microcode
+RETVAL=0
+MODULE=0
+
+case "$1" in
+start|restart|load)
+       stat_busy "Applying Intel IA32 Microcode update"
+       # Lets just be sure we have a device file...
+       if [ ! -e $DEVICE ]; then
+               modprobe microcode
+               if [ $? -le 0 ]; then
+                       MODULE=1
+               else
+                       stat_fail
+                       echo "$0: microcode device $DEVICE doesn't exist"
+                       exit 1
+               fi
+       fi
+
+       /sbin/udevadm settle --exit-if-exists=$DEVICE
+       if [ ! -c $DEVICE ]; then
+               echo "$0: $DEVICE not a character device"
+               stat_fail
+               exit 1
+       fi
+
+       /usr/sbin/microcode_ctl -Qu
+       RETVAL=$?
+       if [ $RETVAL -le 0 ]; then
+               stat_done
+               if [ $MODULE = 1 ]; then
+                       modprobe -r microcode
+               fi
+       else
+               stat_fail
+               # trap the most common cases
+               if [ $RETVAL -eq 3 ]; then
+                       echo "$0: Cannot find source file 
\"/etc/microcode.dat\""
+               elif [ $RETVAL -eq 19 ]; then
+                       grep MICROCODE /usr/include/linux/autoconf.h | grep -q 
^#define
+                       if [ $? -ne 0 ]; then
+                               echo "$0: This kernel doesn't appear to have 
microcode device support"
+                       fi
+               fi
+       fi
+       ;;
+stop)
+       ;;
+*)
+       echo "usage: $0 {start|restart}"  
+esac

Deleted: extra-x86_64/microcode.install
===================================================================
--- extra-x86_64/microcode.install      2011-10-30 23:21:47 UTC (rev 141494)
+++ extra-x86_64/microcode.install      2011-10-30 23:22:15 UTC (rev 141495)
@@ -1,11 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  echo
-  echo "==> The microcode update is volatile and needs to be uploaded"
-  echo "==> on each system boot i.e. It doesn't reflash your cpu"
-  echo "==> permanently, reboot and it reverts back to the old"
-  echo "==> microcode."
-  echo "==> Add 'microcode' to the list of daemons in /etc/rc.conf if"
-  echo "==> you want to update the microcode automatically at startup"
-  echo
-}

Copied: microcode_ctl/repos/extra-x86_64/microcode.install (from rev 141494, 
microcode_ctl/trunk/microcode.install)
===================================================================
--- extra-x86_64/microcode.install                              (rev 0)
+++ extra-x86_64/microcode.install      2011-10-30 23:22:15 UTC (rev 141495)
@@ -0,0 +1,11 @@
+# arg 1:  the new package version
+post_install() {
+  echo
+  echo "==> The microcode update is volatile and needs to be uploaded"
+  echo "==> on each system boot i.e. It doesn't reflash your cpu"
+  echo "==> permanently, reboot and it reverts back to the old"
+  echo "==> microcode."
+  echo "==> Add 'microcode' to the list of daemons in /etc/rc.conf if"
+  echo "==> you want to update the microcode automatically at startup"
+  echo
+}

Deleted: extra-x86_64/microcode.rules
===================================================================
--- extra-x86_64/microcode.rules        2011-10-30 23:21:47 UTC (rev 141494)
+++ extra-x86_64/microcode.rules        2011-10-30 23:22:15 UTC (rev 141495)
@@ -1 +0,0 @@
-KERNEL=="microcode", NAME="cpu/%k"

Copied: microcode_ctl/repos/extra-x86_64/microcode.rules (from rev 141494, 
microcode_ctl/trunk/microcode.rules)
===================================================================
--- extra-x86_64/microcode.rules                                (rev 0)
+++ extra-x86_64/microcode.rules        2011-10-30 23:22:15 UTC (rev 141495)
@@ -0,0 +1 @@
+KERNEL=="microcode", NAME="cpu/%k"

Reply via email to