osdir.com
mailing list archive

Subject: rpms/ocaml-camlimages/devel ocaml-camlimages.spec,1.17,1.18 - msg#01232

List: fedora-extras-commits

Date: Prev Next Index Thread: Prev Next Index
Author: rjones

Update of /cvs/pkgs/rpms/ocaml-camlimages/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20807/devel

Modified Files:
ocaml-camlimages.spec
Log Message:
Force rebuild with updated patch.


Index: ocaml-camlimages.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-camlimages/devel/ocaml-camlimages.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- ocaml-camlimages.spec 3 Jul 2009 13:50:42 -0000 1.17
+++ ocaml-camlimages.spec 3 Jul 2009 18:30:06 -0000 1.18
@@ -4,7 +4,7 @@

Name: ocaml-camlimages
Version: 3.0.1
-Release: 9%{?dist}
+Release: 10%{?dist}
Summary: OCaml image processing library

Group: Development/Libraries
@@ -112,7 +112,7 @@ rm -rf $RPM_BUILD_ROOT


%changelog
-* Fri Jul 3 2009 Richard W.M. Jones <rjones@xxxxxxxxxx> - 3.0.1-9
+* Fri Jul 3 2009 Richard W.M. Jones <rjones@xxxxxxxxxx> - 3.0.1-10
- ocaml-camlimages: PNG reader multiple integer overflows
(CVE 2009-2295 / RHBZ#509531).


--
fedora-extras-commits mailing list
fedora-extras-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-extras-commits

Was this page helpful?
Yes No
Thread at a glance:

Previous Message by Date: click to view message preview

rpms/kernel/devel patch-2.6.31-rc1-git9.bz2.sign, NONE, 1.1.2.2 .cvsignore, 1.1014.2.17, 1.1014.2.18 Makefile, 1.97.6.5, 1.97.6.6 config-debug, 1.23.6.2, 1.23.6.3 config-generic, 1.238.6.26, 1.238.6.27 config-nodebug, 1.31.6.3, 1.31.6.4 kernel.spec, 1.1294.2.37, 1.1294.2.38 sources, 1.976.2.18, 1.976.2.19 upstream, 1.888.2.17, 1.888.2.18 linux-2.6-dm-fix-exstore-search.patch, 1.1.2.2, NONE linux-2.6-kmemleak-improvements.patch, 1.1.2.2, NONE patch-2.6.31-rc1-git5.bz2.sign, 1.1.2.2, NONE

Author: myoung Update of /cvs/pkgs/rpms/kernel/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25708 Modified Files: Tag: private-myoung-dom0-branch .cvsignore Makefile config-debug config-generic config-nodebug kernel.spec sources upstream Added Files: Tag: private-myoung-dom0-branch patch-2.6.31-rc1-git9.bz2.sign Removed Files: Tag: private-myoung-dom0-branch linux-2.6-dm-fix-exstore-search.patch linux-2.6-kmemleak-improvements.patch patch-2.6.31-rc1-git5.bz2.sign Log Message: pvops - track rawhide updates --- NEW FILE patch-2.6.31-rc1-git9.bz2.sign --- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: See http://www.kernel.org/signature.html for info iD8DBQBKTAIMyGugalF9Dw4RAn5kAJ9tSeZrd9h+IIt5S9xNqYl9+eqNKwCggWVU bwMBi06i+lofyVJHqGs6Vfs= =oRuM -----END PGP SIGNATURE----- Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v retrieving revision 1.1014.2.17 retrieving revision 1.1014.2.18 diff -u -p -r1.1014.2.17 -r1.1014.2.18 --- .cvsignore 30 Jun 2009 18:06:00 -0000 1.1014.2.17 +++ .cvsignore 3 Jul 2009 18:54:45 -0000 1.1014.2.18 @@ -6,4 +6,4 @@ temp-* kernel-2.6.30 linux-2.6.30.tar.bz2 patch-2.6.31-rc1.bz2 -patch-2.6.31-rc1-git5.bz2 +patch-2.6.31-rc1-git9.bz2 Index: Makefile =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/Makefile,v retrieving revision 1.97.6.5 retrieving revision 1.97.6.6 diff -u -p -r1.97.6.5 -r1.97.6.6 --- Makefile 27 Jun 2009 11:05:09 -0000 1.97.6.5 +++ Makefile 3 Jul 2009 18:54:45 -0000 1.97.6.6 @@ -72,7 +72,6 @@ debug: @perl -pi -e 's/# CONFIG_B43LEGACY_DEBUG is not set/CONFIG_B43LEGACY_DEBUG=y/' config-generic @perl -pi -e 's/# CONFIG_MMIOTRACE is not set/CONFIG_MMIOTRACE=y/' config-nodebug @perl -pi -e 's/CONFIG_STRIP_ASM_SYMS=y/# CONFIG_STRIP_ASM_SYMS is not set/' config-nodebug - @perl -pi -e 's/CONFIG_DEBUG_KMEMLEAK=y/# CONFIG_DEBUG_KMEMLEAK is not set/' config-nodebug @# just in case we're going from extremedebug -> debug @perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-nodebug @@ -119,7 +118,6 @@ release: @perl -pi -e 's/CONFIG_B43LEGACY_DEBUG=y/# CONFIG_B43LEGACY_DEBUG is not set/' config-generic @perl -pi -e 's/CONFIG_MMIOTRACE=y/# CONFIG_MMIOTRACE is not set/' config-nodebug @perl -pi -e 's/# CONFIG_STRIP_ASM_SYMS is not set/CONFIG_STRIP_ASM_SYMS=y/' config-nodebug - @perl -pi -e 's/# CONFIG_DEBUG_KMEMLEAK is not set/CONFIG_DEBUG_KMEMLEAK=y/' config-nodebug @perl -pi -e 's/CONFIG_NR_CPUS=512/CONFIG_NR_CPUS=64/' config-x86_64-generic Index: config-debug =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/config-debug,v retrieving revision 1.23.6.2 retrieving revision 1.23.6.3 diff -u -p -r1.23.6.2 -r1.23.6.3 --- config-debug 27 Jun 2009 11:05:09 -0000 1.23.6.2 +++ config-debug 3 Jul 2009 18:54:45 -0000 1.23.6.3 @@ -51,6 +51,3 @@ CONFIG_DMA_API_DEBUG=y CONFIG_MMIOTRACE=y -CONFIG_DEBUG_KMEMLEAK=y -# CONFIG_DEBUG_KMEMLEAK_TEST is not set - Index: config-generic =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v retrieving revision 1.238.6.26 retrieving revision 1.238.6.27 diff -u -p -r1.238.6.26 -r1.238.6.27 --- config-generic 30 Jun 2009 18:06:00 -0000 1.238.6.26 +++ config-generic 3 Jul 2009 18:54:45 -0000 1.238.6.27 @@ -2827,7 +2827,7 @@ CONFIG_USB_GSPCA_SQ905=m CONFIG_USB_GSPCA_SQ905C=m CONFIG_USB_IBMCAM=m CONFIG_USB_KONICAWC=m -CONFIG_USB_OV511=m +# CONFIG_USB_OV511 is not set CONFIG_USB_S2255=m CONFIG_USB_SE401=m # CONFIG_VIDEO_SH_MOBILE_CEU is not set @@ -2997,7 +2997,7 @@ CONFIG_USB_PWC=m CONFIG_USB_PWC_INPUT_EVDEV=y # CONFIG_USB_PWC_DEBUG is not set # CONFIG_USB_RIO500 is not set -CONFIG_USB_QUICKCAM_MESSENGER=m +# CONFIG_USB_QUICKCAM_MESSENGER is not set CONFIG_USB_SL811_HCD=m CONFIG_USB_SISUSBVGA=m CONFIG_USB_SISUSBVGA_CON=y @@ -4030,6 +4030,8 @@ CONFIG_PPS=m # CONFIG_RDC_17F3101X is not set # CONFIG_FB_UDL is not set +# CONFIG_DEBUG_KMEMLEAK is not set + # # added for xen pvops patch # Index: config-nodebug =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/config-nodebug,v retrieving revision 1.31.6.3 retrieving revision 1.31.6.4 diff -u -p -r1.31.6.3 -r1.31.6.4 --- config-nodebug 27 Jun 2009 11:05:10 -0000 1.31.6.3 +++ config-nodebug 3 Jul 2009 18:54:45 -0000 1.31.6.4 @@ -50,6 +50,3 @@ CONFIG_DMA_API_DEBUG=y CONFIG_MMIOTRACE=y -CONFIG_DEBUG_KMEMLEAK=y -# CONFIG_DEBUG_KMEMLEAK_TEST is not set - Index: kernel.spec =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v retrieving revision 1.1294.2.37 retrieving revision 1.1294.2.38 diff -u -p -r1.1294.2.37 -r1.1294.2.38 --- kernel.spec 30 Jun 2009 18:09:17 -0000 1.1294.2.37 +++ kernel.spec 3 Jul 2009 18:54:45 -0000 1.1294.2.38 @@ -59,7 +59,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 1 # The git snapshot level -%define gitrev 5 +%define gitrev 9 # Set rpm version accordingly %define rpmversion 2.6.%{upstream_sublevel} %endif @@ -677,17 +677,12 @@ Patch2903: linux-2.6-revert-dvb-net-kabi # fs fixes Patch3000: linux-2.6-btrfs-experimental-branch.patch -Patch4000: linux-2.6-kmemleak-improvements.patch - #snmp fixes Patch10000: linux-2.6-missing-rfc2465-stats.patch # VIA Nano / VX8xx updates Patch11010: via-hwmon-temp-sensor.patch -# temporary fixes -Patch12000: linux-2.6-dm-fix-exstore-search.patch - # patches headed upstream Patch19997: xen.pvops.pre.patch @@ -1145,8 +1140,6 @@ ApplyPatch linux-2.6-execshield.patch # btrfs #ApplyPatch linux-2.6-btrfs-experimental-branch.patch -ApplyPatch linux-2.6-kmemleak-improvements.patch - # USB # ACPI @@ -1252,9 +1245,6 @@ ApplyPatch linux-2.6-silence-acpi-blackl #ApplyPatch linux-2.6-v4l-dvb-experimental.patch #ApplyPatch linux-2.6-revert-dvb-net-kabi-change.patch -# temporary fixes, headed upstream -ApplyPatch linux-2.6-dm-fix-exstore-search.patch - ApplyPatch xen.pvops.pre.patch ApplyPatch xen.pvops.patch ApplyPatch xen.pvops.post.patch @@ -1857,6 +1847,20 @@ fi # and build. %changelog +* Fri Jul 03 2009 Hans de Goede <hdegoede@xxxxxxxxxx> +- Disable v4l1 ov511 and quickcam_messenger drivers (obsoleted by + v4l2 gspca subdrivers) + +* Thu Jul 02 2009 Kyle McMartin <kyle@xxxxxxxxxx> 2.6.31-0.39.rc1.git9 +- 2.6.31-rc1-git9 +- linux-2.6-dm-fix-exstore-search.patch: similar patch merged upstream. + +* Tue Jun 30 2009 Chuck Ebbert <cebbert@xxxxxxxxxx> 2.6.31-0.38.rc1.git7 +- 2.6.31-rc1-git7 + +* Tue Jun 30 2009 Dave Jones <davej@xxxxxxxxxx> 2.6.31-0.37.rc1.git5 +- Disable kmemleak. Way too noisy, and not finding any real bugs. + * Tue Jun 30 2009 Michael Young <m.a.young@xxxxxxxxxxxx> - update pvops from xen/rebase/master branch which should return disk and network support Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v retrieving revision 1.976.2.18 retrieving revision 1.976.2.19 diff -u -p -r1.976.2.18 -r1.976.2.19 --- sources 30 Jun 2009 18:06:05 -0000 1.976.2.18 +++ sources 3 Jul 2009 18:54:45 -0000 1.976.2.19 @@ -1,3 +1,3 @@ 7a80058a6382e5108cdb5554d1609615 linux-2.6.30.tar.bz2 33d2d730beb66aa82349df8b6096fd91 patch-2.6.31-rc1.bz2 -88cffbc86a85adf780014306bd05a602 patch-2.6.31-rc1-git5.bz2 +e5fd406d8910e1dd1f756400488d5921 patch-2.6.31-rc1-git9.bz2 Index: upstream =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v retrieving revision 1.888.2.17 retrieving revision 1.888.2.18 diff -u -p -r1.888.2.17 -r1.888.2.18 --- upstream 30 Jun 2009 18:06:05 -0000 1.888.2.17 +++ upstream 3 Jul 2009 18:54:46 -0000 1.888.2.18 @@ -1,3 +1,3 @@ linux-2.6.30.tar.bz2 patch-2.6.31-rc1.bz2 -patch-2.6.31-rc1-git5.bz2 +patch-2.6.31-rc1-git9.bz2 --- linux-2.6-dm-fix-exstore-search.patch DELETED --- --- linux-2.6-kmemleak-improvements.patch DELETED --- --- patch-2.6.31-rc1-git5.bz2.sign DELETED --- -- fedora-extras-commits mailing list fedora-extras-commits@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-extras-commits

Next Message by Date: click to view message preview

rpms/ocaml-camlimages/F-10 ocaml-camlimages.spec,1.11,1.12

Author: rjones Update of /cvs/pkgs/rpms/ocaml-camlimages/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20807/F-10 Modified Files: ocaml-camlimages.spec Log Message: Force rebuild with updated patch. Index: ocaml-camlimages.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-camlimages/F-10/ocaml-camlimages.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- ocaml-camlimages.spec 3 Jul 2009 13:54:53 -0000 1.11 +++ ocaml-camlimages.spec 3 Jul 2009 18:30:05 -0000 1.12 @@ -4,7 +4,7 @@ Name: ocaml-camlimages Version: 3.0.1 -Release: 3%{?dist}.1 +Release: 3%{?dist}.2 Summary: OCaml image processing library Group: Development/Libraries @@ -111,7 +111,7 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Fri Jul 3 2009 Richard W.M. Jones <rjones@xxxxxxxxxx> - 3.0.1-3.fc10.1 +* Fri Jul 3 2009 Richard W.M. Jones <rjones@xxxxxxxxxx> - 3.0.1-3.fc10.2 - ocaml-camlimages: PNG reader multiple integer overflows (CVE 2009-2295 / RHBZ#509531). -- fedora-extras-commits mailing list fedora-extras-commits@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-extras-commits

Previous Message by Thread: click to view message preview

rpms/kernel/devel patch-2.6.31-rc1-git9.bz2.sign, NONE, 1.1.2.2 .cvsignore, 1.1014.2.17, 1.1014.2.18 Makefile, 1.97.6.5, 1.97.6.6 config-debug, 1.23.6.2, 1.23.6.3 config-generic, 1.238.6.26, 1.238.6.27 config-nodebug, 1.31.6.3, 1.31.6.4 kernel.spec, 1.1294.2.37, 1.1294.2.38 sources, 1.976.2.18, 1.976.2.19 upstream, 1.888.2.17, 1.888.2.18 linux-2.6-dm-fix-exstore-search.patch, 1.1.2.2, NONE linux-2.6-kmemleak-improvements.patch, 1.1.2.2, NONE patch-2.6.31-rc1-git5.bz2.sign, 1.1.2.2, NONE

Author: myoung Update of /cvs/pkgs/rpms/kernel/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25708 Modified Files: Tag: private-myoung-dom0-branch .cvsignore Makefile config-debug config-generic config-nodebug kernel.spec sources upstream Added Files: Tag: private-myoung-dom0-branch patch-2.6.31-rc1-git9.bz2.sign Removed Files: Tag: private-myoung-dom0-branch linux-2.6-dm-fix-exstore-search.patch linux-2.6-kmemleak-improvements.patch patch-2.6.31-rc1-git5.bz2.sign Log Message: pvops - track rawhide updates --- NEW FILE patch-2.6.31-rc1-git9.bz2.sign --- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: See http://www.kernel.org/signature.html for info iD8DBQBKTAIMyGugalF9Dw4RAn5kAJ9tSeZrd9h+IIt5S9xNqYl9+eqNKwCggWVU bwMBi06i+lofyVJHqGs6Vfs= =oRuM -----END PGP SIGNATURE----- Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v retrieving revision 1.1014.2.17 retrieving revision 1.1014.2.18 diff -u -p -r1.1014.2.17 -r1.1014.2.18 --- .cvsignore 30 Jun 2009 18:06:00 -0000 1.1014.2.17 +++ .cvsignore 3 Jul 2009 18:54:45 -0000 1.1014.2.18 @@ -6,4 +6,4 @@ temp-* kernel-2.6.30 linux-2.6.30.tar.bz2 patch-2.6.31-rc1.bz2 -patch-2.6.31-rc1-git5.bz2 +patch-2.6.31-rc1-git9.bz2 Index: Makefile =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/Makefile,v retrieving revision 1.97.6.5 retrieving revision 1.97.6.6 diff -u -p -r1.97.6.5 -r1.97.6.6 --- Makefile 27 Jun 2009 11:05:09 -0000 1.97.6.5 +++ Makefile 3 Jul 2009 18:54:45 -0000 1.97.6.6 @@ -72,7 +72,6 @@ debug: @perl -pi -e 's/# CONFIG_B43LEGACY_DEBUG is not set/CONFIG_B43LEGACY_DEBUG=y/' config-generic @perl -pi -e 's/# CONFIG_MMIOTRACE is not set/CONFIG_MMIOTRACE=y/' config-nodebug @perl -pi -e 's/CONFIG_STRIP_ASM_SYMS=y/# CONFIG_STRIP_ASM_SYMS is not set/' config-nodebug - @perl -pi -e 's/CONFIG_DEBUG_KMEMLEAK=y/# CONFIG_DEBUG_KMEMLEAK is not set/' config-nodebug @# just in case we're going from extremedebug -> debug @perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-nodebug @@ -119,7 +118,6 @@ release: @perl -pi -e 's/CONFIG_B43LEGACY_DEBUG=y/# CONFIG_B43LEGACY_DEBUG is not set/' config-generic @perl -pi -e 's/CONFIG_MMIOTRACE=y/# CONFIG_MMIOTRACE is not set/' config-nodebug @perl -pi -e 's/# CONFIG_STRIP_ASM_SYMS is not set/CONFIG_STRIP_ASM_SYMS=y/' config-nodebug - @perl -pi -e 's/# CONFIG_DEBUG_KMEMLEAK is not set/CONFIG_DEBUG_KMEMLEAK=y/' config-nodebug @perl -pi -e 's/CONFIG_NR_CPUS=512/CONFIG_NR_CPUS=64/' config-x86_64-generic Index: config-debug =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/config-debug,v retrieving revision 1.23.6.2 retrieving revision 1.23.6.3 diff -u -p -r1.23.6.2 -r1.23.6.3 --- config-debug 27 Jun 2009 11:05:09 -0000 1.23.6.2 +++ config-debug 3 Jul 2009 18:54:45 -0000 1.23.6.3 @@ -51,6 +51,3 @@ CONFIG_DMA_API_DEBUG=y CONFIG_MMIOTRACE=y -CONFIG_DEBUG_KMEMLEAK=y -# CONFIG_DEBUG_KMEMLEAK_TEST is not set - Index: config-generic =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v retrieving revision 1.238.6.26 retrieving revision 1.238.6.27 diff -u -p -r1.238.6.26 -r1.238.6.27 --- config-generic 30 Jun 2009 18:06:00 -0000 1.238.6.26 +++ config-generic 3 Jul 2009 18:54:45 -0000 1.238.6.27 @@ -2827,7 +2827,7 @@ CONFIG_USB_GSPCA_SQ905=m CONFIG_USB_GSPCA_SQ905C=m CONFIG_USB_IBMCAM=m CONFIG_USB_KONICAWC=m -CONFIG_USB_OV511=m +# CONFIG_USB_OV511 is not set CONFIG_USB_S2255=m CONFIG_USB_SE401=m # CONFIG_VIDEO_SH_MOBILE_CEU is not set @@ -2997,7 +2997,7 @@ CONFIG_USB_PWC=m CONFIG_USB_PWC_INPUT_EVDEV=y # CONFIG_USB_PWC_DEBUG is not set # CONFIG_USB_RIO500 is not set -CONFIG_USB_QUICKCAM_MESSENGER=m +# CONFIG_USB_QUICKCAM_MESSENGER is not set CONFIG_USB_SL811_HCD=m CONFIG_USB_SISUSBVGA=m CONFIG_USB_SISUSBVGA_CON=y @@ -4030,6 +4030,8 @@ CONFIG_PPS=m # CONFIG_RDC_17F3101X is not set # CONFIG_FB_UDL is not set +# CONFIG_DEBUG_KMEMLEAK is not set + # # added for xen pvops patch # Index: config-nodebug =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/config-nodebug,v retrieving revision 1.31.6.3 retrieving revision 1.31.6.4 diff -u -p -r1.31.6.3 -r1.31.6.4 --- config-nodebug 27 Jun 2009 11:05:10 -0000 1.31.6.3 +++ config-nodebug 3 Jul 2009 18:54:45 -0000 1.31.6.4 @@ -50,6 +50,3 @@ CONFIG_DMA_API_DEBUG=y CONFIG_MMIOTRACE=y -CONFIG_DEBUG_KMEMLEAK=y -# CONFIG_DEBUG_KMEMLEAK_TEST is not set - Index: kernel.spec =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v retrieving revision 1.1294.2.37 retrieving revision 1.1294.2.38 diff -u -p -r1.1294.2.37 -r1.1294.2.38 --- kernel.spec 30 Jun 2009 18:09:17 -0000 1.1294.2.37 +++ kernel.spec 3 Jul 2009 18:54:45 -0000 1.1294.2.38 @@ -59,7 +59,7 @@ Summary: The Linux kernel # The rc snapshot level %define rcrev 1 # The git snapshot level -%define gitrev 5 +%define gitrev 9 # Set rpm version accordingly %define rpmversion 2.6.%{upstream_sublevel} %endif @@ -677,17 +677,12 @@ Patch2903: linux-2.6-revert-dvb-net-kabi # fs fixes Patch3000: linux-2.6-btrfs-experimental-branch.patch -Patch4000: linux-2.6-kmemleak-improvements.patch - #snmp fixes Patch10000: linux-2.6-missing-rfc2465-stats.patch # VIA Nano / VX8xx updates Patch11010: via-hwmon-temp-sensor.patch -# temporary fixes -Patch12000: linux-2.6-dm-fix-exstore-search.patch - # patches headed upstream Patch19997: xen.pvops.pre.patch @@ -1145,8 +1140,6 @@ ApplyPatch linux-2.6-execshield.patch # btrfs #ApplyPatch linux-2.6-btrfs-experimental-branch.patch -ApplyPatch linux-2.6-kmemleak-improvements.patch - # USB # ACPI @@ -1252,9 +1245,6 @@ ApplyPatch linux-2.6-silence-acpi-blackl #ApplyPatch linux-2.6-v4l-dvb-experimental.patch #ApplyPatch linux-2.6-revert-dvb-net-kabi-change.patch -# temporary fixes, headed upstream -ApplyPatch linux-2.6-dm-fix-exstore-search.patch - ApplyPatch xen.pvops.pre.patch ApplyPatch xen.pvops.patch ApplyPatch xen.pvops.post.patch @@ -1857,6 +1847,20 @@ fi # and build. %changelog +* Fri Jul 03 2009 Hans de Goede <hdegoede@xxxxxxxxxx> +- Disable v4l1 ov511 and quickcam_messenger drivers (obsoleted by + v4l2 gspca subdrivers) + +* Thu Jul 02 2009 Kyle McMartin <kyle@xxxxxxxxxx> 2.6.31-0.39.rc1.git9 +- 2.6.31-rc1-git9 +- linux-2.6-dm-fix-exstore-search.patch: similar patch merged upstream. + +* Tue Jun 30 2009 Chuck Ebbert <cebbert@xxxxxxxxxx> 2.6.31-0.38.rc1.git7 +- 2.6.31-rc1-git7 + +* Tue Jun 30 2009 Dave Jones <davej@xxxxxxxxxx> 2.6.31-0.37.rc1.git5 +- Disable kmemleak. Way too noisy, and not finding any real bugs. + * Tue Jun 30 2009 Michael Young <m.a.young@xxxxxxxxxxxx> - update pvops from xen/rebase/master branch which should return disk and network support Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v retrieving revision 1.976.2.18 retrieving revision 1.976.2.19 diff -u -p -r1.976.2.18 -r1.976.2.19 --- sources 30 Jun 2009 18:06:05 -0000 1.976.2.18 +++ sources 3 Jul 2009 18:54:45 -0000 1.976.2.19 @@ -1,3 +1,3 @@ 7a80058a6382e5108cdb5554d1609615 linux-2.6.30.tar.bz2 33d2d730beb66aa82349df8b6096fd91 patch-2.6.31-rc1.bz2 -88cffbc86a85adf780014306bd05a602 patch-2.6.31-rc1-git5.bz2 +e5fd406d8910e1dd1f756400488d5921 patch-2.6.31-rc1-git9.bz2 Index: upstream =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v retrieving revision 1.888.2.17 retrieving revision 1.888.2.18 diff -u -p -r1.888.2.17 -r1.888.2.18 --- upstream 30 Jun 2009 18:06:05 -0000 1.888.2.17 +++ upstream 3 Jul 2009 18:54:46 -0000 1.888.2.18 @@ -1,3 +1,3 @@ linux-2.6.30.tar.bz2 patch-2.6.31-rc1.bz2 -patch-2.6.31-rc1-git5.bz2 +patch-2.6.31-rc1-git9.bz2 --- linux-2.6-dm-fix-exstore-search.patch DELETED --- --- linux-2.6-kmemleak-improvements.patch DELETED --- --- patch-2.6.31-rc1-git5.bz2.sign DELETED --- -- fedora-extras-commits mailing list fedora-extras-commits@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-extras-commits

Next Message by Thread: click to view message preview

rpms/ocaml-camlimages/F-10 ocaml-camlimages.spec,1.11,1.12

Author: rjones Update of /cvs/pkgs/rpms/ocaml-camlimages/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20807/F-10 Modified Files: ocaml-camlimages.spec Log Message: Force rebuild with updated patch. Index: ocaml-camlimages.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-camlimages/F-10/ocaml-camlimages.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- ocaml-camlimages.spec 3 Jul 2009 13:54:53 -0000 1.11 +++ ocaml-camlimages.spec 3 Jul 2009 18:30:05 -0000 1.12 @@ -4,7 +4,7 @@ Name: ocaml-camlimages Version: 3.0.1 -Release: 3%{?dist}.1 +Release: 3%{?dist}.2 Summary: OCaml image processing library Group: Development/Libraries @@ -111,7 +111,7 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Fri Jul 3 2009 Richard W.M. Jones <rjones@xxxxxxxxxx> - 3.0.1-3.fc10.1 +* Fri Jul 3 2009 Richard W.M. Jones <rjones@xxxxxxxxxx> - 3.0.1-3.fc10.2 - ocaml-camlimages: PNG reader multiple integer overflows (CVE 2009-2295 / RHBZ#509531). -- fedora-extras-commits mailing list fedora-extras-commits@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-extras-commits
Loading Comments...
Home | News | Patents | Sitemap | FAQ | advertise

Advertising by