[maven-script-interpreter] Fix BR
by Michal Srb
commit 90986943b523c8db31173dccd2f3565e74daafb3
Author: Michal Srb <msrb(a)redhat.com>
Date: Mon Sep 2 11:00:21 2013 +0200
Fix BR
maven-script-interpreter.spec | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/maven-script-interpreter.spec b/maven-script-interpreter.spec
index 595e1d6..028911b 100644
--- a/maven-script-interpreter.spec
+++ b/maven-script-interpreter.spec
@@ -1,6 +1,6 @@
Name: maven-script-interpreter
Version: 1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Maven Script Interpreter
License: ASL 2.0
URL: http://maven.apache.org/shared/maven-script-interpreter/
@@ -15,6 +15,7 @@ BuildRequires: mvn(org.apache.maven.shared:maven-shared-components)
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
BuildRequires: mvn(org.beanshell:bsh)
BuildRequires: mvn(org.codehaus.groovy:groovy)
+BuildRequires: mvn(org.codehaus.plexus:plexus-component-annotations)
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
@@ -47,6 +48,9 @@ API documentation for %{name}.
%changelog
+* Mon Sep 02 2013 Michal Srb <msrb(a)redhat.com> - 1.1-2
+- Fix BR
+
* Mon Sep 02 2013 Michal Srb <msrb(a)redhat.com> - 1.1-1
- Update to upstream version 1.1
9 years, 6 months
[maven-script-interpreter] Update to upstream version 1.1
by Michal Srb
commit 7d9ab5c8011c3422bee262d1577276055b55dc0d
Author: Michal Srb <msrb(a)redhat.com>
Date: Mon Sep 2 10:53:44 2013 +0200
Update to upstream version 1.1
.gitignore | 1 +
maven-script-interpreter-plexus.patch | 21 ---------------------
maven-script-interpreter.spec | 15 +++++++--------
sources | 2 +-
4 files changed, 9 insertions(+), 30 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb3a090..fb3f179 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/maven-script-interpreter-1.0-source-release.zip
+/maven-script-interpreter-1.1-source-release.zip
diff --git a/maven-script-interpreter.spec b/maven-script-interpreter.spec
index a2fb0c3..595e1d6 100644
--- a/maven-script-interpreter.spec
+++ b/maven-script-interpreter.spec
@@ -1,14 +1,11 @@
Name: maven-script-interpreter
-Version: 1.0
-Release: 5%{?dist}
+Version: 1.1
+Release: 1%{?dist}
Summary: Maven Script Interpreter
License: ASL 2.0
-URL: http://maven.apache.org/shared/%{name}
+URL: http://maven.apache.org/shared/maven-script-interpreter/
Source0: http://central.maven.org/maven2/org/apache/maven/shared/%{name}/%{version...
-# Plexus-maven-plugin no longer used
-Patch0: %{name}-plexus.patch
-
BuildArch: noarch
BuildRequires: maven-local
@@ -35,10 +32,9 @@ API documentation for %{name}.
%prep
%setup -q
-%patch0 -p1
%build
-%mvn_build -- -Dproject.build.sourceEncoding=UTF-8
+%mvn_build
%install
%mvn_install
@@ -51,6 +47,9 @@ API documentation for %{name}.
%changelog
+* Mon Sep 02 2013 Michal Srb <msrb(a)redhat.com> - 1.1-1
+- Update to upstream version 1.1
+
* Mon Aug 05 2013 Michal Srb <msrb(a)redhat.com> - 1.0-5
- Adapt to current guidelines
diff --git a/sources b/sources
index ed41329..2639031 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b7d1859dd80e8c37e97132d19e439e1e maven-script-interpreter-1.0-source-release.zip
+71566cd62d39df92c6eea333ef8696e4 maven-script-interpreter-1.1-source-release.zip
9 years, 6 months
[cobertura-maven-plugin] Update to upstream version 2.6
by Michal Srb
commit 9535db90ab2ef61c93af7ba50f5e1d627ed360a0
Author: Michal Srb <msrb(a)redhat.com>
Date: Mon Sep 2 10:09:17 2013 +0200
Update to upstream version 2.6
- Enable tests
- Drop group tag
.gitignore | 1 +
cobertura-maven-plugin.spec | 47 +++++++++++++++++++++++++++++++-----------
sources | 2 +-
3 files changed, 36 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a4dbdcb..869c5e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/cobertura-maven-plugin-2.5.2-source-release.zip
/LICENSE-2.0.txt
+/cobertura-maven-plugin-2.6-source-release.zip
diff --git a/cobertura-maven-plugin.spec b/cobertura-maven-plugin.spec
index 3ce3600..6c6b5aa 100644
--- a/cobertura-maven-plugin.spec
+++ b/cobertura-maven-plugin.spec
@@ -1,6 +1,6 @@
Name: cobertura-maven-plugin
-Version: 2.5.2
-Release: 4%{?dist}
+Version: 2.6
+Release: 1%{?dist}
Summary: Plugin providing the features of Cobertura within Maven
Group: Development/Libraries
@@ -14,15 +14,24 @@ Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
BuildArch: noarch
BuildRequires: maven-local
-BuildRequires: jpackage-utils
-BuildRequires: maven-plugin-plugin
-BuildRequires: maven-resources-plugin
-BuildRequires: maven-compiler-plugin
-BuildRequires: maven-invoker-plugin
-BuildRequires: maven-javadoc-plugin
-BuildRequires: gnu-getopt >= 0:1.0.13
-BuildRequires: cobertura
-BuildRequires: mojo-parent
+BuildRequires: mvn(commons-lang:commons-lang)
+BuildRequires: mvn(httpunit:httpunit)
+BuildRequires: mvn(junit:junit)
+BuildRequires: mvn(net.sourceforge.cobertura:cobertura)
+BuildRequires: mvn(net.sourceforge.cobertura:cobertura-runtime)
+BuildRequires: mvn(org.apache.maven.plugins:maven-clean-plugin)
+BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-api)
+BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-impl)
+BuildRequires: mvn(org.apache.maven.shared:maven-invoker)
+BuildRequires: mvn(org.apache.maven.shared:maven-plugin-testing-harness)
+BuildRequires: mvn(org.apache.maven:maven-artifact)
+BuildRequires: mvn(org.apache.maven:maven-core)
+BuildRequires: mvn(org.apache.maven.plugins:maven-invoker-plugin)
+BuildRequires: mvn(org.apache.maven:maven-plugin-api)
+BuildRequires: mvn(org.apache.maven:maven-project)
+BuildRequires: mvn(org.codehaus.mojo:mojo-parent)
+BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
+BuildRequires: mvn(urbanophile:java-getopt)
Provides: maven-plugin-cobertura = %{version}-%{release}
Obsoletes: maven-plugin-cobertura < 2.5.2-1
@@ -36,7 +45,6 @@ which parts of your Java program are lacking test coverage.
%package javadoc
Summary: Javadoc for %{name}
-Group: Documentation
%description javadoc
This package contains the API documentation for %{name}.
@@ -51,9 +59,17 @@ cp %{SOURCE1} LICENSE
# remove bundled .class files
find . -name *.class -delete
+# these tests fail (NoClassDefFoundError: net.sf.cglib.proxy.CallbackFilter)
+rm -f src/test/java/org/codehaus/mojo/cobertura/CoberturaInstrumentMojoTest.java
+rm -f src/test/java/org/codehaus/mojo/cobertura/CoberturaReportMojoTest.java
+
+# following integration tests need cobertura 2.0 to work
+rm -Rf src/it/mcobertura-176
+rm -Rf src/it/mcobertura-65
+
%build
# tests are disabled because of missing dependencies
-%mvn_build -f
+%mvn_build
%install
%mvn_install
@@ -65,6 +81,11 @@ find . -name *.class -delete
%doc LICENSE
%changelog
+* Mon Sep 02 2013 Michal Srb <msrb(a)redhat.com> - 2.6-1
+- Update to upstream version 2.6
+- Enable tests
+- Drop group tag
+
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.5.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
diff --git a/sources b/sources
index bb3bb8a..941ea3b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-f5264caa65502578d2e58846a4665536 cobertura-maven-plugin-2.5.2-source-release.zip
3b83ef96387f14655fc854ddc3c6bd57 LICENSE-2.0.txt
+0b19f5019bd38ea228a917335f45bc9d cobertura-maven-plugin-2.6-source-release.zip
9 years, 6 months
[Bug 924841] CVE-2013-0346 tomcat: World-readable log directory
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=924841
David Jorm <djorm(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |CLOSED
CC| |djorm(a)redhat.com
Resolution|--- |NOTABUG
Last Closed| |2013-09-01 20:36:52
--- Comment #3 from David Jorm <djorm(a)redhat.com> ---
Statement:
Red Hat does not regard this to be a security flaw. The tomcat log directory
does not contain any sensitive information, and when sensitive information has
been written to log files, this has been considered a security flaw in tomcat
(e.g. CVE-2011-2204). This issue was reported to the Apache Tomcat project, and
they have not published a security advisory addressing it.
--
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=wVPZKOGPoL&a=cc_unsubscribe
9 years, 6 months