[Bug 833694] New: objectweb-asm: please upgrade to the latest upstream version
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=833694
Bug ID: 833694
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: dwalluck(a)redhat.com, fnasser(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org,
zx(a)redhat.com
Assignee: fnasser(a)redhat.com
Summary: objectweb-asm: please upgrade to the latest upstream
version
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: mizdebsk(a)redhat.com
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: objectweb-asm
Product: Fedora
Fedora Rawhide has version 3.3.1 of ASM, while currently the newest upstream
version is 4.0. Please consider upgrading to the latest upstream version.
--
You are receiving this mail because:
You are on the CC list for the bug.
10 years, 4 months
[Bug 842614] New: objectweb-asm - compile with -target 1.5 or greater
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=842614
Bug ID: 842614
QA Contact: extras-qa(a)fedoraproject.org
Severity: medium
Version: rawhide
Priority: medium
CC: dwalluck(a)redhat.com, fnasser(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org
Assignee: fnasser(a)redhat.com
Summary: objectweb-asm - compile with -target 1.5 or greater
Regression: ---
Story Points: ---
Classification: Fedora
OS: Linux
Reporter: mizdebsk(a)redhat.com
Type: ---
Documentation: ---
Hardware: All
Mount Type: ---
Status: NEW
Component: objectweb-asm
Product: Fedora
Package objectweb-asm appears to be using Java generics,
but generates class files in format older than 49.0,
which corresponds to J2SE 5.0, in which generics were introduced.
Please update this package to generate classes in format 49.0 or
above. This corresponds to -target 1.5 option of javac (or ecj).
For more information, see bug #842394
--
You are receiving this mail because:
You are on the CC list for the bug.
10 years, 4 months
[Bug 790334] New: tomcat-7.0.logrotate should specify "su root tomcat"
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: tomcat-7.0.logrotate should specify "su root tomcat"
https://bugzilla.redhat.com/show_bug.cgi?id=790334
Summary: tomcat-7.0.logrotate should specify "su root tomcat"
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: unspecified
Priority: unspecified
Component: tomcat
AssignedTo: ivan.afonichev(a)gmail.com
ReportedBy: martin(a)martindengler.com
QAContact: extras-qa(a)fedoraproject.org
CC: akurtako(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org,
ivan.afonichev(a)gmail.com, kdaniel(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Description of problem:
Tomcat's logrotate.d file needs to set "su root tomcat" to suppress logrotate
errors like:
error: skipping "/var/log/tomcat6/catalina.out" because parent directory has
insecure permissions (It's world writable or writable by group which is not
"root") Set "su" directive in config file to tell logrotate which user/group
should be used for rotation.
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1. Install tomcat
2. Run /etc/cron.daily/logrotate
Actual results:
Expected results:
No errors.
Additional info:
Patch to fix is:
diff --git a/tomcat-7.0.logrotate b/tomcat-7.0.logrotate
index a87b4c0..926928a 100644
--- a/tomcat-7.0.logrotate
+++ b/tomcat-7.0.logrotate
@@ -4,5 +4,6 @@
rotate 52
compress
missingok
+ su root tomcat
create 0644 tomcat tomcat
}
--
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.
10 years, 4 months
[Bug 842593] New: felix-utils - compile with -target 1.5 or greater
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=842593
Bug ID: 842593
QA Contact: extras-qa(a)fedoraproject.org
Severity: medium
Version: rawhide
Priority: medium
CC: java-sig-commits(a)lists.fedoraproject.org,
jcapik(a)redhat.com
Assignee: jcapik(a)redhat.com
Summary: felix-utils - compile with -target 1.5 or greater
Regression: ---
Story Points: ---
Classification: Fedora
OS: Linux
Reporter: mizdebsk(a)redhat.com
Type: ---
Documentation: ---
Hardware: All
Mount Type: ---
Status: NEW
Component: felix-utils
Product: Fedora
Package felix-utils appears to be using Java generics,
but generates class files in format older than 49.0,
which corresponds to J2SE 5.0, in which generics were introduced.
Please update this package to generate classes in format 49.0 or
above. This corresponds to -target 1.5 option of javac (or ecj).
For more information, see bug #842394
--
You are receiving this mail because:
You are on the CC list for the bug.
10 years, 5 months
[Bug 856218] New: maven-project-info-reports-plugin - Please update to latest upstream version
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=856218
Bug ID: 856218
Keywords: Patch
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: akurtako(a)redhat.com, huwang(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org,
mizdebsk(a)redhat.com
Assignee: huwang(a)redhat.com
Summary: maven-project-info-reports-plugin - Please update to
latest upstream version
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: mizdebsk(a)redhat.com
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: maven-project-info-reports-plugin
Product: Fedora
Created attachment 611770
--> https://bugzilla.redhat.com/attachment.cgi?id=611770&action=edit
Update to version 2.5.1
The latest upstream version is 2.5.1.
Current version in rawhide is 2.4.
Please update to latest upstream version.
I have asked for commit rights in Fedora database.
If you approve me I can conduct this and further updates.
--
You are receiving this mail because:
You are on the CC list for the bug.
10 years, 5 months