forked from pool/kernel-source
Accepting request 42266 from Kernel:openSUSE-11.3
Copy from Kernel:openSUSE-11.3/kernel-source based on submit request 42266 from user michal-m OBS-URL: https://build.opensuse.org/request/show/42266 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=100
This commit is contained in:
parent
94e7a4f3b6
commit
95cedd20c8
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:68269fc77b9edc4b00bb239d08b91955aff57a0deab877b7830f0c04922481a4
|
oid sha256:ccc7df869c4b7989a7579fb43f47271d79ff6c85bf7bf46af6bbfd89a051c113
|
||||||
size 210879
|
size 210917
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
|
set -x
|
||||||
builddir="$1"
|
builddir="$1"
|
||||||
shift
|
shift
|
||||||
|
|
||||||
@ -27,17 +28,17 @@ if ! grep -q '\.ko$' "$filelist"; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
if samemodules "$builddir"/base-modules "$filelist"; then
|
if samemodules "$builddir"/base-modules "$filelist"; then
|
||||||
subpack=base
|
symsets=("$builddir/base-symsets")
|
||||||
elif samemodules "$builddir"/main-modules "$filelist"; then
|
elif samemodules "$builddir"/main-modules "$filelist"; then
|
||||||
subpack=main
|
symsets=("$builddir/base-symsets" "$builddir/main-symsets")
|
||||||
elif samemodules "$builddir"/unsupported-modules "$filelist"; then
|
elif samemodules "$builddir"/unsupported-modules "$filelist"; then
|
||||||
subpack=extra
|
symsets=("$builddir/extra-symsets")
|
||||||
else
|
else
|
||||||
echo "find-provides: failed to determine which subpackage is this" >&2
|
echo "find-provides: failed to determine which subpackage is this" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
find "$builddir/$subpack-symsets" -type f -printf '%f\n' | \
|
find "${symsets[@]}" -type f -printf '%f\n' | \
|
||||||
sed -rn 's/^\.?(.+)\.([a-z0-9]{16})(\.fake)?$/kernel('$flavor':\1) = \2/p'
|
sed -rn 's/^\.?(.+)\.([a-z0-9]{16})(\.fake)?$/kernel('$flavor':\1) = \2/p'
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/nfs_wb_page_deadlock.fix: NFS: Fix another
|
||||||
|
nfs_wb_page() deadlock (bnc#612794).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/find-provides: Add base symsets to the main subpackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
|
||||||
|
|
||||||
|
- Replace the nfs4acl patches by their successor patch queue,
|
||||||
|
richacls (see http://www.suse.de/~agruen/richacl/).
|
||||||
|
- Update config files: CONFIG_EXT4_FS_RICHACL=y.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 20:33:23 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/ext4-make-sure-the-move_ext-ioctl-can-t-overwrite-append-only-files:
|
||||||
|
ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only
|
||||||
|
files (bnc#612457 CVE-2010-2066).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:58:40 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-writing-to-non-page-aligned-gfs2_quota-structures:
|
||||||
|
GFS2: Fix writing to non-page aligned gfs2_quota structures
|
||||||
|
(bnc#599957 CVE-2010-1436).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-permissions-checking-for-setflags-ioctl:
|
||||||
|
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
|
||||||
|
CVE-2010-1641).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
|
||||||
|
(it87) Fix in7 on IT8720F (bnc#612910).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
Name: kernel-debug
|
Name: kernel-debug
|
||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
Version: 2.6.34
|
Version: 2.6.34
|
||||||
Release: 11
|
Release: 12
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/nfs_wb_page_deadlock.fix: NFS: Fix another
|
||||||
|
nfs_wb_page() deadlock (bnc#612794).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/find-provides: Add base symsets to the main subpackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
|
||||||
|
|
||||||
|
- Replace the nfs4acl patches by their successor patch queue,
|
||||||
|
richacls (see http://www.suse.de/~agruen/richacl/).
|
||||||
|
- Update config files: CONFIG_EXT4_FS_RICHACL=y.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 20:33:23 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/ext4-make-sure-the-move_ext-ioctl-can-t-overwrite-append-only-files:
|
||||||
|
ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only
|
||||||
|
files (bnc#612457 CVE-2010-2066).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:58:40 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-writing-to-non-page-aligned-gfs2_quota-structures:
|
||||||
|
GFS2: Fix writing to non-page aligned gfs2_quota structures
|
||||||
|
(bnc#599957 CVE-2010-1436).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-permissions-checking-for-setflags-ioctl:
|
||||||
|
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
|
||||||
|
CVE-2010-1641).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
|
||||||
|
(it87) Fix in7 on IT8720F (bnc#612910).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
Name: kernel-default
|
Name: kernel-default
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 2.6.34
|
Version: 2.6.34
|
||||||
Release: 11
|
Release: 12
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/nfs_wb_page_deadlock.fix: NFS: Fix another
|
||||||
|
nfs_wb_page() deadlock (bnc#612794).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/find-provides: Add base symsets to the main subpackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
|
||||||
|
|
||||||
|
- Replace the nfs4acl patches by their successor patch queue,
|
||||||
|
richacls (see http://www.suse.de/~agruen/richacl/).
|
||||||
|
- Update config files: CONFIG_EXT4_FS_RICHACL=y.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 20:33:23 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/ext4-make-sure-the-move_ext-ioctl-can-t-overwrite-append-only-files:
|
||||||
|
ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only
|
||||||
|
files (bnc#612457 CVE-2010-2066).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:58:40 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-writing-to-non-page-aligned-gfs2_quota-structures:
|
||||||
|
GFS2: Fix writing to non-page aligned gfs2_quota structures
|
||||||
|
(bnc#599957 CVE-2010-1436).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-permissions-checking-for-setflags-ioctl:
|
||||||
|
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
|
||||||
|
CVE-2010-1641).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
|
||||||
|
(it87) Fix in7 on IT8720F (bnc#612910).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
Name: kernel-desktop
|
Name: kernel-desktop
|
||||||
Summary: Kernel optimized for the desktop
|
Summary: Kernel optimized for the desktop
|
||||||
Version: 2.6.34
|
Version: 2.6.34
|
||||||
Release: 11
|
Release: 12
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/nfs_wb_page_deadlock.fix: NFS: Fix another
|
||||||
|
nfs_wb_page() deadlock (bnc#612794).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/find-provides: Add base symsets to the main subpackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
|
||||||
|
|
||||||
|
- Replace the nfs4acl patches by their successor patch queue,
|
||||||
|
richacls (see http://www.suse.de/~agruen/richacl/).
|
||||||
|
- Update config files: CONFIG_EXT4_FS_RICHACL=y.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 20:33:23 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/ext4-make-sure-the-move_ext-ioctl-can-t-overwrite-append-only-files:
|
||||||
|
ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only
|
||||||
|
files (bnc#612457 CVE-2010-2066).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:58:40 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-writing-to-non-page-aligned-gfs2_quota-structures:
|
||||||
|
GFS2: Fix writing to non-page aligned gfs2_quota structures
|
||||||
|
(bnc#599957 CVE-2010-1436).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-permissions-checking-for-setflags-ioctl:
|
||||||
|
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
|
||||||
|
CVE-2010-1641).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
|
||||||
|
(it87) Fix in7 on IT8720F (bnc#612910).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ License: GPLv2+
|
|||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.6.34
|
Version: 2.6.34
|
||||||
Release: 11
|
Release: 12
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/nfs_wb_page_deadlock.fix: NFS: Fix another
|
||||||
|
nfs_wb_page() deadlock (bnc#612794).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/find-provides: Add base symsets to the main subpackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
|
||||||
|
|
||||||
|
- Replace the nfs4acl patches by their successor patch queue,
|
||||||
|
richacls (see http://www.suse.de/~agruen/richacl/).
|
||||||
|
- Update config files: CONFIG_EXT4_FS_RICHACL=y.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 20:33:23 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/ext4-make-sure-the-move_ext-ioctl-can-t-overwrite-append-only-files:
|
||||||
|
ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only
|
||||||
|
files (bnc#612457 CVE-2010-2066).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:58:40 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-writing-to-non-page-aligned-gfs2_quota-structures:
|
||||||
|
GFS2: Fix writing to non-page aligned gfs2_quota structures
|
||||||
|
(bnc#599957 CVE-2010-1436).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-permissions-checking-for-setflags-ioctl:
|
||||||
|
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
|
||||||
|
CVE-2010-1641).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
|
||||||
|
(it87) Fix in7 on IT8720F (bnc#612910).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
Name: kernel-ec2
|
Name: kernel-ec2
|
||||||
Summary: The Amazon EC2 Xen Kernel
|
Summary: The Amazon EC2 Xen Kernel
|
||||||
Version: 2.6.34
|
Version: 2.6.34
|
||||||
Release: 11
|
Release: 12
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/nfs_wb_page_deadlock.fix: NFS: Fix another
|
||||||
|
nfs_wb_page() deadlock (bnc#612794).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/find-provides: Add base symsets to the main subpackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
|
||||||
|
|
||||||
|
- Replace the nfs4acl patches by their successor patch queue,
|
||||||
|
richacls (see http://www.suse.de/~agruen/richacl/).
|
||||||
|
- Update config files: CONFIG_EXT4_FS_RICHACL=y.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 20:33:23 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/ext4-make-sure-the-move_ext-ioctl-can-t-overwrite-append-only-files:
|
||||||
|
ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only
|
||||||
|
files (bnc#612457 CVE-2010-2066).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:58:40 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-writing-to-non-page-aligned-gfs2_quota-structures:
|
||||||
|
GFS2: Fix writing to non-page aligned gfs2_quota structures
|
||||||
|
(bnc#599957 CVE-2010-1436).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-permissions-checking-for-setflags-ioctl:
|
||||||
|
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
|
||||||
|
CVE-2010-1641).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
|
||||||
|
(it87) Fix in7 on IT8720F (bnc#612910).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
Name: kernel-net
|
Name: kernel-net
|
||||||
Summary: Minimal kernel with disk and net support
|
Summary: Minimal kernel with disk and net support
|
||||||
Version: 2.6.34
|
Version: 2.6.34
|
||||||
Release: 9
|
Release: 10
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/nfs_wb_page_deadlock.fix: NFS: Fix another
|
||||||
|
nfs_wb_page() deadlock (bnc#612794).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/find-provides: Add base symsets to the main subpackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
|
||||||
|
|
||||||
|
- Replace the nfs4acl patches by their successor patch queue,
|
||||||
|
richacls (see http://www.suse.de/~agruen/richacl/).
|
||||||
|
- Update config files: CONFIG_EXT4_FS_RICHACL=y.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 20:33:23 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/ext4-make-sure-the-move_ext-ioctl-can-t-overwrite-append-only-files:
|
||||||
|
ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only
|
||||||
|
files (bnc#612457 CVE-2010-2066).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:58:40 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-writing-to-non-page-aligned-gfs2_quota-structures:
|
||||||
|
GFS2: Fix writing to non-page aligned gfs2_quota structures
|
||||||
|
(bnc#599957 CVE-2010-1436).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-permissions-checking-for-setflags-ioctl:
|
||||||
|
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
|
||||||
|
CVE-2010-1641).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
|
||||||
|
(it87) Fix in7 on IT8720F (bnc#612910).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
Name: kernel-pae
|
Name: kernel-pae
|
||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
Version: 2.6.34
|
Version: 2.6.34
|
||||||
Release: 11
|
Release: 12
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/nfs_wb_page_deadlock.fix: NFS: Fix another
|
||||||
|
nfs_wb_page() deadlock (bnc#612794).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/find-provides: Add base symsets to the main subpackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
|
||||||
|
|
||||||
|
- Replace the nfs4acl patches by their successor patch queue,
|
||||||
|
richacls (see http://www.suse.de/~agruen/richacl/).
|
||||||
|
- Update config files: CONFIG_EXT4_FS_RICHACL=y.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 20:33:23 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/ext4-make-sure-the-move_ext-ioctl-can-t-overwrite-append-only-files:
|
||||||
|
ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only
|
||||||
|
files (bnc#612457 CVE-2010-2066).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:58:40 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-writing-to-non-page-aligned-gfs2_quota-structures:
|
||||||
|
GFS2: Fix writing to non-page aligned gfs2_quota structures
|
||||||
|
(bnc#599957 CVE-2010-1436).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-permissions-checking-for-setflags-ioctl:
|
||||||
|
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
|
||||||
|
CVE-2010-1641).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
|
||||||
|
(it87) Fix in7 on IT8720F (bnc#612910).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
Name: kernel-ppc64
|
Name: kernel-ppc64
|
||||||
Summary: Kernel for ppc64 Systems
|
Summary: Kernel for ppc64 Systems
|
||||||
Version: 2.6.34
|
Version: 2.6.34
|
||||||
Release: 11
|
Release: 12
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/nfs_wb_page_deadlock.fix: NFS: Fix another
|
||||||
|
nfs_wb_page() deadlock (bnc#612794).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/find-provides: Add base symsets to the main subpackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
|
||||||
|
|
||||||
|
- Replace the nfs4acl patches by their successor patch queue,
|
||||||
|
richacls (see http://www.suse.de/~agruen/richacl/).
|
||||||
|
- Update config files: CONFIG_EXT4_FS_RICHACL=y.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 20:33:23 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/ext4-make-sure-the-move_ext-ioctl-can-t-overwrite-append-only-files:
|
||||||
|
ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only
|
||||||
|
files (bnc#612457 CVE-2010-2066).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:58:40 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-writing-to-non-page-aligned-gfs2_quota-structures:
|
||||||
|
GFS2: Fix writing to non-page aligned gfs2_quota structures
|
||||||
|
(bnc#599957 CVE-2010-1436).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-permissions-checking-for-setflags-ioctl:
|
||||||
|
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
|
||||||
|
CVE-2010-1641).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
|
||||||
|
(it87) Fix in7 on IT8720F (bnc#612910).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
Name: kernel-ps3
|
Name: kernel-ps3
|
||||||
Summary: kernel for ps3 bootloader
|
Summary: kernel for ps3 bootloader
|
||||||
Version: 2.6.34
|
Version: 2.6.34
|
||||||
Release: 11
|
Release: 12
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/nfs_wb_page_deadlock.fix: NFS: Fix another
|
||||||
|
nfs_wb_page() deadlock (bnc#612794).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/find-provides: Add base symsets to the main subpackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
|
||||||
|
|
||||||
|
- Replace the nfs4acl patches by their successor patch queue,
|
||||||
|
richacls (see http://www.suse.de/~agruen/richacl/).
|
||||||
|
- Update config files: CONFIG_EXT4_FS_RICHACL=y.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 20:33:23 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/ext4-make-sure-the-move_ext-ioctl-can-t-overwrite-append-only-files:
|
||||||
|
ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only
|
||||||
|
files (bnc#612457 CVE-2010-2066).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:58:40 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-writing-to-non-page-aligned-gfs2_quota-structures:
|
||||||
|
GFS2: Fix writing to non-page aligned gfs2_quota structures
|
||||||
|
(bnc#599957 CVE-2010-1436).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-permissions-checking-for-setflags-ioctl:
|
||||||
|
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
|
||||||
|
CVE-2010-1641).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
|
||||||
|
(it87) Fix in7 on IT8720F (bnc#612910).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
Name: kernel-s390
|
Name: kernel-s390
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 2.6.34
|
Version: 2.6.34
|
||||||
Release: 11
|
Release: 12
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/nfs_wb_page_deadlock.fix: NFS: Fix another
|
||||||
|
nfs_wb_page() deadlock (bnc#612794).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/find-provides: Add base symsets to the main subpackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
|
||||||
|
|
||||||
|
- Replace the nfs4acl patches by their successor patch queue,
|
||||||
|
richacls (see http://www.suse.de/~agruen/richacl/).
|
||||||
|
- Update config files: CONFIG_EXT4_FS_RICHACL=y.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 20:33:23 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/ext4-make-sure-the-move_ext-ioctl-can-t-overwrite-append-only-files:
|
||||||
|
ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only
|
||||||
|
files (bnc#612457 CVE-2010-2066).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:58:40 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-writing-to-non-page-aligned-gfs2_quota-structures:
|
||||||
|
GFS2: Fix writing to non-page aligned gfs2_quota structures
|
||||||
|
(bnc#599957 CVE-2010-1436).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-permissions-checking-for-setflags-ioctl:
|
||||||
|
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
|
||||||
|
CVE-2010-1641).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
|
||||||
|
(it87) Fix in7 on IT8720F (bnc#612910).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
Name: kernel-source
|
Name: kernel-source
|
||||||
Summary: The Linux Kernel Sources
|
Summary: The Linux Kernel Sources
|
||||||
Version: 2.6.34
|
Version: 2.6.34
|
||||||
Release: 11
|
Release: 12
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/nfs_wb_page_deadlock.fix: NFS: Fix another
|
||||||
|
nfs_wb_page() deadlock (bnc#612794).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/find-provides: Add base symsets to the main subpackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
|
||||||
|
|
||||||
|
- Replace the nfs4acl patches by their successor patch queue,
|
||||||
|
richacls (see http://www.suse.de/~agruen/richacl/).
|
||||||
|
- Update config files: CONFIG_EXT4_FS_RICHACL=y.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 20:33:23 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/ext4-make-sure-the-move_ext-ioctl-can-t-overwrite-append-only-files:
|
||||||
|
ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only
|
||||||
|
files (bnc#612457 CVE-2010-2066).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:58:40 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-writing-to-non-page-aligned-gfs2_quota-structures:
|
||||||
|
GFS2: Fix writing to non-page aligned gfs2_quota structures
|
||||||
|
(bnc#599957 CVE-2010-1436).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-permissions-checking-for-setflags-ioctl:
|
||||||
|
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
|
||||||
|
CVE-2010-1641).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
|
||||||
|
(it87) Fix in7 on IT8720F (bnc#612910).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
Name: kernel-syms
|
Name: kernel-syms
|
||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
Version: 2.6.34
|
Version: 2.6.34
|
||||||
Release: 11
|
Release: 12
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
||||||
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/nfs_wb_page_deadlock.fix: NFS: Fix another
|
||||||
|
nfs_wb_page() deadlock (bnc#612794).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/find-provides: Add base symsets to the main subpackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
|
||||||
|
|
||||||
|
- Replace the nfs4acl patches by their successor patch queue,
|
||||||
|
richacls (see http://www.suse.de/~agruen/richacl/).
|
||||||
|
- Update config files: CONFIG_EXT4_FS_RICHACL=y.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 20:33:23 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/ext4-make-sure-the-move_ext-ioctl-can-t-overwrite-append-only-files:
|
||||||
|
ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only
|
||||||
|
files (bnc#612457 CVE-2010-2066).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:58:40 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-writing-to-non-page-aligned-gfs2_quota-structures:
|
||||||
|
GFS2: Fix writing to non-page aligned gfs2_quota structures
|
||||||
|
(bnc#599957 CVE-2010-1436).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-permissions-checking-for-setflags-ioctl:
|
||||||
|
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
|
||||||
|
CVE-2010-1641).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
|
||||||
|
(it87) Fix in7 on IT8720F (bnc#612910).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
Name: kernel-trace
|
Name: kernel-trace
|
||||||
Summary: The Realtime Linux Kernel
|
Summary: The Realtime Linux Kernel
|
||||||
Version: 2.6.34
|
Version: 2.6.34
|
||||||
Release: 11
|
Release: 12
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/nfs_wb_page_deadlock.fix: NFS: Fix another
|
||||||
|
nfs_wb_page() deadlock (bnc#612794).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/find-provides: Add base symsets to the main subpackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
|
||||||
|
|
||||||
|
- Replace the nfs4acl patches by their successor patch queue,
|
||||||
|
richacls (see http://www.suse.de/~agruen/richacl/).
|
||||||
|
- Update config files: CONFIG_EXT4_FS_RICHACL=y.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 20:33:23 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/ext4-make-sure-the-move_ext-ioctl-can-t-overwrite-append-only-files:
|
||||||
|
ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only
|
||||||
|
files (bnc#612457 CVE-2010-2066).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:58:40 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-writing-to-non-page-aligned-gfs2_quota-structures:
|
||||||
|
GFS2: Fix writing to non-page aligned gfs2_quota structures
|
||||||
|
(bnc#599957 CVE-2010-1436).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-permissions-checking-for-setflags-ioctl:
|
||||||
|
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
|
||||||
|
CVE-2010-1641).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
|
||||||
|
(it87) Fix in7 on IT8720F (bnc#612910).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
Name: kernel-vanilla
|
Name: kernel-vanilla
|
||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
Version: 2.6.34
|
Version: 2.6.34
|
||||||
Release: 11
|
Release: 12
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/nfs_wb_page_deadlock.fix: NFS: Fix another
|
||||||
|
nfs_wb_page() deadlock (bnc#612794).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/find-provides: Add base symsets to the main subpackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
|
||||||
|
|
||||||
|
- Replace the nfs4acl patches by their successor patch queue,
|
||||||
|
richacls (see http://www.suse.de/~agruen/richacl/).
|
||||||
|
- Update config files: CONFIG_EXT4_FS_RICHACL=y.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 20:33:23 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/ext4-make-sure-the-move_ext-ioctl-can-t-overwrite-append-only-files:
|
||||||
|
ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only
|
||||||
|
files (bnc#612457 CVE-2010-2066).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:58:40 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-writing-to-non-page-aligned-gfs2_quota-structures:
|
||||||
|
GFS2: Fix writing to non-page aligned gfs2_quota structures
|
||||||
|
(bnc#599957 CVE-2010-1436).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-permissions-checking-for-setflags-ioctl:
|
||||||
|
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
|
||||||
|
CVE-2010-1641).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
|
||||||
|
(it87) Fix in7 on IT8720F (bnc#612910).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
Name: kernel-vmi
|
Name: kernel-vmi
|
||||||
Summary: VMI-enabled kernel
|
Summary: VMI-enabled kernel
|
||||||
Version: 2.6.34
|
Version: 2.6.34
|
||||||
Release: 11
|
Release: 12
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 29 02:38:57 CEST 2010 - nfbrown@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/nfs_wb_page_deadlock.fix: NFS: Fix another
|
||||||
|
nfs_wb_page() deadlock (bnc#612794).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 22:19:17 CEST 2010 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/find-provides: Add base symsets to the main subpackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 21:02:48 CEST 2010 - agruen@suse.de
|
||||||
|
|
||||||
|
- Replace the nfs4acl patches by their successor patch queue,
|
||||||
|
richacls (see http://www.suse.de/~agruen/richacl/).
|
||||||
|
- Update config files: CONFIG_EXT4_FS_RICHACL=y.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 20:33:23 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/ext4-make-sure-the-move_ext-ioctl-can-t-overwrite-append-only-files:
|
||||||
|
ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only
|
||||||
|
files (bnc#612457 CVE-2010-2066).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:58:40 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-writing-to-non-page-aligned-gfs2_quota-structures:
|
||||||
|
GFS2: Fix writing to non-page aligned gfs2_quota structures
|
||||||
|
(bnc#599957 CVE-2010-1436).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 16:38:14 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
- patches.fixes/gfs2-fix-permissions-checking-for-setflags-ioctl:
|
||||||
|
GFS2: Fix permissions checking for setflags ioctl() (bnc#608576
|
||||||
|
CVE-2010-1641).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 24 11:20:34 CEST 2010 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch: hwmon:
|
||||||
|
(it87) Fix in7 on IT8720F (bnc#612910).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
Thu Jun 24 00:05:06 CEST 2010 - jeffm@suse.de
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
Name: kernel-xen
|
Name: kernel-xen
|
||||||
Summary: The Xen Kernel
|
Summary: The Xen Kernel
|
||||||
Version: 2.6.34
|
Version: 2.6.34
|
||||||
Release: 11
|
Release: 12
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:63e115d5b8899d40881a8a49e0eb8faa4e2b4b4563e2e55ac3629f2970d02946
|
oid sha256:29c29892de51539a8e307858ef2256bfa8e601400b494e17e884823ffc5f0f95
|
||||||
size 131372
|
size 132128
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:b2b1129055fd314e950b0f0adec1077e8e419303c724a9a4f359ef044434cfc9
|
oid sha256:8d248cc59aef3100c811dbdccf71f0edd226a8ab81d93cf62dd855e929d59662
|
||||||
size 118300
|
size 121004
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:823e3cd8207ad01dc8c4014573f2a0560386a7f7dca05ead34a22766fa4d50c2
|
oid sha256:c2ebb97775b643237944f8b5f23076bded6b8b9fc1aa82578e39389bb266c21e
|
||||||
size 851687
|
size 862176
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:54b0f4647eabc34ce0c3e07399031991c4a73b7426a070218e7987293f0e6964
|
oid sha256:ce178117ff45c7168ec56bfe4807e227a2992b8748aa661bb814ff4874cc1433
|
||||||
size 1951135
|
size 1952353
|
||||||
|
34
series.conf
34
series.conf
@ -331,6 +331,7 @@
|
|||||||
patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch
|
patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch
|
||||||
patches.fixes/nfsd-07-nfsd-idmap-drop-special-request-deferal-in-favour-of.patch
|
patches.fixes/nfsd-07-nfsd-idmap-drop-special-request-deferal-in-favour-of.patch
|
||||||
patches.fixes/sunrpc-monotonic-expiry
|
patches.fixes/sunrpc-monotonic-expiry
|
||||||
|
patches.fixes/nfs_wb_page_deadlock.fix
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# lockd + statd
|
# lockd + statd
|
||||||
@ -351,6 +352,7 @@
|
|||||||
########################################################
|
########################################################
|
||||||
# ext4
|
# ext4
|
||||||
########################################################
|
########################################################
|
||||||
|
patches.fixes/ext4-make-sure-the-move_ext-ioctl-can-t-overwrite-append-only-files
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# btrfs
|
# btrfs
|
||||||
@ -416,9 +418,10 @@
|
|||||||
patches.suse/ocfs2-allocation-resrvations.patch
|
patches.suse/ocfs2-allocation-resrvations.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# gfs2 read-only support for migration
|
# gfs2
|
||||||
########################################################
|
########################################################
|
||||||
patches.suse/gfs2-ro-mounts-only.patch
|
patches.fixes/gfs2-fix-permissions-checking-for-setflags-ioctl
|
||||||
|
patches.fixes/gfs2-fix-writing-to-non-page-aligned-gfs2_quota-structures
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# xfs
|
# xfs
|
||||||
@ -448,15 +451,24 @@
|
|||||||
patches.fixes/novfs-LFS-initialization
|
patches.fixes/novfs-LFS-initialization
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# other filesystem stuff
|
# other filesystem stuff: richacls
|
||||||
########################################################
|
########################################################
|
||||||
patches.suse/parser-match_string.diff
|
patches.suse/0001-vfs-Hooks-for-more-fine-grained-directory-permission.patch
|
||||||
patches.suse/fs-may_iops.diff
|
patches.suse/0002-vfs-Add-generic-IS_ACL-test-for-acl-support.patch
|
||||||
patches.suse/fs-knows-MAY_APPEND.diff
|
patches.suse/0003-vfs-Add-IS_RICHACL-test-for-richacl-support.patch
|
||||||
patches.suse/nfs4acl-common.diff
|
patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch
|
||||||
patches.suse/nfs4acl-ext3.diff
|
patches.suse/0005-richacl-Permission-mapping-functions.patch
|
||||||
patches.suse/nfs4acl-ai.diff
|
patches.suse/0006-richacl-Compute-maximum-file-masks-from-an-acl.patch
|
||||||
|
patches.suse/0007-richacl-Update-the-file-masks-in-chmod.patch
|
||||||
|
patches.suse/0008-richacl-Permission-check-algorithm.patch
|
||||||
|
patches.suse/0009-richacl-Helper-functions-for-implementing-richacl-in.patch
|
||||||
|
patches.suse/0010-richacl-Create-time-inheritance.patch
|
||||||
|
patches.suse/0011-richacl-Check-if-an-acl-is-equivalent-to-a-file-mode.patch
|
||||||
|
patches.suse/0012-richacl-Automatic-Inheritance.patch
|
||||||
|
patches.suse/0013-richacl-Restrict-access-check-algorithm.patch
|
||||||
|
patches.suse/0014-richacl-xattr-mapping-functions.patch
|
||||||
|
patches.suse/0015-ext4-Use-IS_POSIXACL-to-check-for-POSIX-ACL-support.patch
|
||||||
|
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Swap-over-NFS
|
# Swap-over-NFS
|
||||||
@ -625,8 +637,8 @@
|
|||||||
# Other driver fixes
|
# Other driver fixes
|
||||||
########################################################
|
########################################################
|
||||||
patches.fixes/ieee1394-sbp2_long_sysfs_ieee1394_id.patch
|
patches.fixes/ieee1394-sbp2_long_sysfs_ieee1394_id.patch
|
||||||
|
|
||||||
patches.fixes/parport-mutex
|
patches.fixes/parport-mutex
|
||||||
|
patches.drivers/hwmon-it87-fix-in7-on-IT8720F.patch
|
||||||
|
|
||||||
# suse-2.4 compatible crypto loop driver
|
# suse-2.4 compatible crypto loop driver
|
||||||
patches.suse/twofish-2.6
|
patches.suse/twofish-2.6
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2010-06-24 00:46:11 +0200
|
2010-06-29 02:39:08 +0200
|
||||||
GIT Revision: c017d10f702e41594808c71ece72eff2c49c21f6
|
GIT Revision: 7a744773dd7c2539b7757435d0108cb701dd0165
|
||||||
GIT Branch: openSUSE-11.3
|
GIT Branch: openSUSE-11.3
|
||||||
|
Loading…
Reference in New Issue
Block a user