[Bug 1166064] CVE-2012-6662 jquery-ui: XSS vulnerability in default content in Tooltip widget

2014-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1166064
Bug 1166064 depends on bug 1166781, which changed state.

Bug 1166781 Summary: CVE-2010-5312 mediawiki: jquery-ui: XSS vulnerability in 
jQuery.ui.dialog title option [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1166781

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NOTABUG



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=9BfvhTebEW&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1166041] CVE-2010-5312 jquery-ui: XSS vulnerability in jQuery.ui.dialog title option

2014-12-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1166041
Bug 1166041 depends on bug 1166781, which changed state.

Bug 1166781 Summary: CVE-2010-5312 mediawiki: jquery-ui: XSS vulnerability in 
jQuery.ui.dialog title option [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1166781

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NOTABUG



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=h4cIg44YTN&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] dfateyev:perl-Convert-NLS_DATE_FORMAT commit set to Awaiting Review

2014-12-07 Thread pkgdb
user: dfateyev set for dfateyev acl: commit of package: 
perl-Convert-NLS_DATE_FORMAT from:  to: Awaiting Review on branch: el6

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Convert-NLS_DATE_FORMAT
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[PkgDB] dfateyev:perl-Pod-Readme commit set to Approved

2014-12-07 Thread pkgdb
user: dfateyev set for pghmcfc acl: commit of package: perl-Pod-Readme from: 
Awaiting Review to: Approved on branch: epel7

To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/package/perl-Pod-Readme
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-HTML-Strip] Update to 2.07

2014-12-07 Thread Emmanuel Seyman
commit eeff4db94862fc1c6e2ad1285e5301ce074acd09
Author: Emmanuel Seyman 
Date:   Sun Dec 7 11:38:41 2014 +0100

Update to 2.07

Drop the private lib filtering, which was redundant with
the perl default filter.
Tighten the file listing

 .gitignore   |1 +
 perl-HTML-Strip.spec |   19 +--
 sources  |2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5b35ba6..306fe9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ HTML-Strip-1.06.tar.gz
 /HTML-Strip-2.02.tar.gz
 /HTML-Strip-2.04.tar.gz
 /HTML-Strip-2.05.tar.gz
+/HTML-Strip-2.07.tar.gz
diff --git a/perl-HTML-Strip.spec b/perl-HTML-Strip.spec
index 1f44404..937c816 100644
--- a/perl-HTML-Strip.spec
+++ b/perl-HTML-Strip.spec
@@ -1,5 +1,5 @@
 Name:   perl-HTML-Strip
-Version:2.05
+Version:2.07
 Release:1%{?dist}
 Summary:Perl extension for stripping HTML markup from text
 License:GPL+ or Artistic
@@ -21,14 +21,8 @@ brutal manner. It could quite easily be used to strip XML or 
SGML from text
 as well; but removing HTML markup is a much more common problem, hence this
 module lives in the HTML:: namespace.
 
-# don't "provide" private Perl libs
-%global _use_internal_dependency_generator 0
-%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
-%global __find_provides /bin/sh -c "%{__grep} -v '%{perl_vendorarch}/.*\\.so$' 
| %{__deploop P}"
-%global __find_requires /bin/sh -c "%{__deploop R}"
-
 %prep
-%setup -q -n HTML-Strip
+%setup -q -n HTML-Strip-%{version}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -48,11 +42,16 @@ make test
 
 %files
 %doc Changes README
-%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/auto/HTML*
 %{perl_vendorarch}/HTML*
-%{_mandir}/man3/*
+%{_mandir}/man3/HTML*
 
 %changelog
+* Sun Dec 07 2014 Emmanuel Seyman  - 2.07-1
+- Update to 2.07
+- Drop the private lib filtering
+- Tighten file listing
+
 * Thu Dec 04 2014 Emmanuel Seyman  - 2.05-1
 - Update to 2.05
 
diff --git a/sources b/sources
index 12a041d..3ac6c48 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-03720b54d5922e979f6c57e6efc09ff1  HTML-Strip-2.05.tar.gz
+e9bf1289d49e51718b47f84e0b8a80d5  HTML-Strip-2.07.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-DBIx-Class

2014-12-07 Thread buildsys


perl-DBIx-Class has broken dependencies in the rawhide tree:
On x86_64:
perl-DBIx-Class-0.082810-1.fc22.noarch requires 
perl(DBIx::Class::CDBICompat::Relationship)
On i386:
perl-DBIx-Class-0.082810-1.fc22.noarch requires 
perl(DBIx::Class::CDBICompat::Relationship)
On armhfp:
perl-DBIx-Class-0.082810-1.fc22.noarch requires 
perl(DBIx::Class::CDBICompat::Relationship)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File HTML-Strip-2.07.tar.gz uploaded to lookaside cache by eseyman

2014-12-07 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-HTML-Strip:

e9bf1289d49e51718b47f84e0b8a80d5  HTML-Strip-2.07.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel