Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: resolver - latest vs. LATEST
https://bugzilla.redhat.com/show_bug.cgi?id=759470
Summary: resolver - latest vs. LATEST
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: ASSIGNED
Severity: unspecified
Priority: unspecified
Component: maven
AssignedTo: sochotni(a)redhat.com
ReportedBy: sochotni(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: akurtako(a)redhat.com, sochotni(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Type: ---
Description of problem:
mvn-rpmbuild has problems with some dependencies when returning "latest" as
available versions. "LATEST" works though.
See if this change makes sense in the code and make a fix
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: apache-commons-pool-1.6 is available
https://bugzilla.redhat.com/show_bug.cgi?id=781343
Summary: apache-commons-pool-1.6 is available
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: FutureFeature, Triaged
Severity: unspecified
Priority: unspecified
Component: apache-commons-pool
AssignedTo: SpikeFedora(a)gmail.com
ReportedBy: upstream-release-monitoring(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: SpikeFedora(a)gmail.com,
java-sig-commits(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Latest upstream release: 1.6
Current version in Fedora Rawhide: 1.5.7
URL: http://www.apache.org/dist/commons/pool/source/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: maven-enforcer-plugin is not compatible with maven3
https://bugzilla.redhat.com/show_bug.cgi?id=748074
Summary: maven-enforcer-plugin is not compatible with maven3
Product: Fedora
Version: 16
Platform: All
OS/Version: Linux
Status: NEW
Severity: low
Priority: unspecified
Component: maven-enforcer
AssignedTo: jcapik(a)redhat.com
ReportedBy: orion(a)cora.nwra.com
QAContact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
jcapik(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
Description of problem:
While trying to build mybatis-parent that uses maven-enforcer-plugin:
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-java) @ mybatis-parent
---
[INFO] The requirePluginVersions rule is currently not compatible with Maven3.
[WARNING] Rule 3: org.apache.maven.plugins.enforcer.RequireProperty failed with
message:
[ERROR] You must set the property 'findbugs.onlyAnalyze' in your project pom!
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.996s
[INFO] Finished at: Fri Oct 21 16:25:00 MDT 2011
[INFO] Final Memory: 7M/16M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-enforcer-plugin:1.0.1:enforce (enforce-java) on
project mybatis-parent: Some Enforcer rules have failed. Look above for
specific messages explaining why the rule failed. -> [Help 1]
I can set -Dfindbugs.onlyAnalyze to work around.
Version-Release number of selected component (if applicable):
maven-enforcer-plugin-1.0.1-2.fc16.noarch
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: CVE-2011-1498 httpcomponents-client: sends Proxy-Authorization header to host when tunneling requests through authenticated proxy server [fedora-15]
https://bugzilla.redhat.com/show_bug.cgi?id=709532
Summary: CVE-2011-1498 httpcomponents-client: sends
Proxy-Authorization header to host when tunneling
requests through authenticated proxy server
[fedora-15]
Product: Fedora
Version: 15
Platform: All
OS/Version: Linux
Status: NEW
Keywords: Security, SecurityTracking
Severity: medium
Priority: medium
Component: httpcomponents-client
AssignedTo: sochotni(a)redhat.com
ReportedBy: vdanen(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: sochotni(a)redhat.com, sgehwolf(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org
Blocks: 709531
Classification: Fedora
Story Points: ---
fedora-15 tracking bug for httpcomponents-client: see blocks bug list for full
details of the security issue(s).
This bug is never intended to be made public, please put any public notes
in the 'blocks' bugs.
[bug automatically created by: add-tracking-bugs]
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: ClassNotFoundException while building with maven-ant-tasks tasks
https://bugzilla.redhat.com/show_bug.cgi?id=723276
Summary: ClassNotFoundException while building with
maven-ant-tasks tasks
Product: Fedora
Version: rawhide
Platform: noarch
OS/Version: Linux
Status: NEW
Severity: medium
Priority: unspecified
Component: maven-ant-tasks
AssignedTo: orion(a)cora.nwra.com
ReportedBy: guido.grazioli(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: orion(a)cora.nwra.com,
java-sig-commits(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Description of problem:
Building with ant and maven-ant-tasks throws several ClassNotFoundExceptions
Version-Release number of selected component (if applicable):
maven-ant-tasks-2.1.1-8.fc16.noarch
How reproducible:
Run a build.xml which invokes a <artifact:> task
Actual results:
ClassNotFoundExceptions, ie:
BUILD FAILED
/home/guido/rpmbuild/BUILD/jinput/build.xml:251: The following error occurred
while executing this line:
jar:file:/home/guido/rpmbuild/BUILD/jinput/lib/maven-ant-tasks-2.1.0.jar!/org/apache/maven/artifact/ant/antlib.xml:4:
taskdef A class needed by class org.apache.maven.artifact.ant.DependenciesTask
cannot be found: org/codehaus/classworlds/DuplicateRealmException
Expected results:
Build runs succesfully
Additional info:
I could go a bit ahead in the build, avoiding CNFEs, creating the files:
/etc/ant.d/maven-project (containing "maven2/maven-project")
/etc/ant.d/maven-error-diagnostics ("maven2/maven-error-diagnostics")
/etc/ant.d/plexus-classwords (containing "plexus/classworlds")
/etc/ant.d/plexus-container-default ("plexus/container-default")
/etc/ant.d/plexus-interpolation ("plexus/interpolation")
but at some point i get:
BUILD FAILED
/home/guido/rpmbuild/BUILD/jinput/build.xml:261: Unable to find component:
org.apache.maven.artifact.manager.WagonManager
maven-ant-tasks should also get runtime requires on the packages which provide
those jars
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: CVE-2011-4461 jetty: hash table collisions CPU usage DoS (oCERT-2011-003) [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=781678
Summary: CVE-2011-4461 jetty: hash table collisions CPU usage
DoS (oCERT-2011-003) [fedora-all]
Product: Fedora
Version: 15
Platform: All
OS/Version: Linux
Status: NEW
Keywords: Security, SecurityTracking
Severity: medium
Priority: medium
Component: jetty
AssignedTo: jjohnstn(a)redhat.com
ReportedBy: kseifried(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: jjohnstn(a)redhat.com, overholt(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org
Blocks: 781677
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected Fedora
versions.
For comments that are specific to the vulnerability please use bugs filed
against "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When creating a Bodhi update request, please include this bug ID and the
bug IDs of this bug's parent bugs filed against the "Security Response"
product (the top-level CVE bugs). Please mention the CVE IDs being fixed
in the RPM changelog when available.
Bodhi update submission link:
https://admin.fedoraproject.org/updates/new/?type_=security&bugs=781677
Please note: this issue affects multiple supported versions of Fedora.
Only one tracking bug has been filed; please ensure that it is only closed
when all affected versions are fixed.
[bug automatically created by: add-tracking-bugs]
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: CVE-2011-2729 jakarta-commons-daemon: jsvc does not drop capabilities allowing access to files and directories owned by the superuser [fedora-15]
https://bugzilla.redhat.com/show_bug.cgi?id=730825
Summary: CVE-2011-2729 jakarta-commons-daemon: jsvc does not
drop capabilities allowing access to files and
directories owned by the superuser [fedora-15]
Product: Fedora
Version: 15
Platform: All
OS/Version: Linux
Status: NEW
Keywords: Security, SecurityTracking
Severity: high
Priority: high
Component: apache-commons-daemon
AssignedTo: sochotni(a)redhat.com
ReportedBy: vdanen(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: SpikeFedora(a)gmail.com, sochotni(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org
Blocks: 730400
Classification: Fedora
Story Points: ---
Type: ---
fedora-15 tracking bug for apache-commons-daemon: see blocks bug list for full
details of the security issue(s).
This bug is never intended to be made public, please put any public notes
in the 'blocks' bugs.
[bug automatically created by: add-tracking-bugs]
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Using the release profile denies network access
https://bugzilla.redhat.com/show_bug.cgi?id=766671
Summary: Using the release profile denies network access
Product: Fedora
Version: 15
Platform: x86_64
OS/Version: Linux
Status: NEW
Severity: unspecified
Priority: unspecified
Component: maven
AssignedTo: sochotni(a)redhat.com
ReportedBy: cdewolf(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: akurtako(a)redhat.com, sochotni(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Description of problem:
When releasing a component using regular maven that does network access during
a test the release will fail.
Version-Release number of selected component (if applicable):
maven-3.0.3-7.fc15.noarch
How reproducible:
Always
Steps to Reproduce:
1. Download https://github.com/jboss/metadata/zipball/7.0.0.Beta30
2. unzip
3. mvn3 -Prelease test
Actual results:
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 63.273 sec <<<
FAILURE!
testJAXPSchema(org.jboss.test.metadata.web.WebApp24ValidationUnitTestCase)
Time elapsed: 63.258 sec <<< ERROR!
java.net.ConnectException: Connection timed out
Expected results:
[INFO] BUILD SUCCESS
Additional info:
https://issues.jboss.org/browse/JBMETA-348
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: does not rebuild
https://bugzilla.redhat.com/show_bug.cgi?id=677973
Summary: does not rebuild
Product: Fedora
Version: 14
Platform: i686
OS/Version: Linux
Status: NEW
Severity: low
Priority: unspecified
Component: apache-commons-launcher
AssignedTo: fedora(a)matbooth.co.uk
ReportedBy: pampelmuse(a)gmx.at
QAContact: extras-qa(a)fedoraproject.org
CC: fedora(a)matbooth.co.uk,
java-sig-commits(a)lists.fedoraproject.org
Classification: Fedora
Description of problem:
apache-commons-launcher does not rebuild
Version-Release number of selected component (if applicable):
apache-commons-launcher-1.1-5.20100521svn936225.fc14.src.rpm
How reproducible:
always
Steps to Reproduce:
Either:
1. mock -r ck --rebuild
apache-commons-launcher-1.1-5.20100521svn936225.fc14.src.rpm
Or:
1. rpm -i apache-commons-launcher-1.1-5.20100521svn936225.fc14.src.rpm
2. rpmbuild -bb ~/rpmbuild/SPECS/apache-commons-launcher.spec
Actual results:
Missing:
----------
1) ant:ant:jar:1.5.3-1
Expected results:
clean rebuild
Additional info:
Maybe the same problem as with
https://bugzilla.redhat.com/show_bug.cgi?id=675389
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: apache-commons-configuration-1.7 is available
https://bugzilla.redhat.com/show_bug.cgi?id=736626
Summary: apache-commons-configuration-1.7 is available
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: FutureFeature, Triaged
Severity: unspecified
Priority: unspecified
Component: apache-commons-configuration
AssignedTo: sochotni(a)redhat.com
ReportedBy: upstream-release-monitoring(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: fnasser(a)redhat.com, SpikeFedora(a)gmail.com,
sochotni(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Type: ---
Latest upstream release: 1.7
Current version in Fedora Rawhide: 1.6
URL: http://www.apache.org/dist/commons/configuration/source/
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.