bugzilla | 1 Dec 2005 05:55
Picon
Favicon

[Bug 174579] spamd init script has no nls messages

Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: spamd init script has no nls messages

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174579

------- Additional Comments From wtogami <at> redhat.com  2005-11-30 23:54 EST -------
I know nothing about this "nls" thing, could you please explain it and how it works?

--

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

bugzilla | 1 Dec 2005 10:56
Picon
Favicon

[Bug 174579] spamd init script has no nls messages

Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: spamd init script has no nls messages

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174579

------- Additional Comments From che666 <at> gmail.com  2005-12-01 04:56 EST -------
native language support of the init scripts. actually with my changes it shows
the start and stop messages translated as with most other core components that
have init scripts.

--

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

bugzilla | 1 Dec 2005 11:10
Picon
Favicon

[Bug 174579] spamd init script has no nls messages

Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: spamd init script has no nls messages

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174579

------- Additional Comments From che666 <at> gmail.com  2005-12-01 05:09 EST -------
the answer to how it works is here: /etc/init.d/functions

--

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

bugzilla | 1 Dec 2005 11:21
Picon
Favicon

[Bug 174579] spamd init script has no nls messages

Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: spamd init script has no nls messages

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174579

------- Additional Comments From che666 <at> gmail.com  2005-12-01 05:21 EST -------
ok to show you how it works exactly. i assume you have en_US set.

open a terminal and do:

. /etc/init.d/functions
export prog="foobar"
echo $"Starting $prog: "
after that you should see the english starting message on your terminal

now lets try it in german :) :
. /etc/init.d/functions
export prog="foobar"
export LC_MESSAGES=de_DE
echo $"Starting $prog: "

explanation enough?

--

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

(Continue reading)

bugzilla | 1 Dec 2005 11:29
Picon
Favicon

[Bug 174579] spamd init script has no nls messages

Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: spamd init script has no nls messages

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174579

------- Additional Comments From che666 <at> gmail.com  2005-12-01 05:29 EST -------
what annoys me is that i cant access the bug i block actually... id love to fix
it aswell then. ;)

--

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

bugzilla | 1 Dec 2005 13:24
Picon
Favicon

[Bug 167354] Review Request: amavisd-new

Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: amavisd-new

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=167354

------- Additional Comments From james <at> westexe.demon.co.uk  2005-12-01 07:24 EST -------
Latest selinux-policy-targeted-1.27.1-2.14.noarch fixes it: thanks.

--

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

bugzilla | 1 Dec 2005 14:32
Picon
Favicon

[Bug 174684] New: Perl integer overflow issue

Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174684

           Summary: Perl integer overflow issue
           Product: Fedora Core
           Version: fc4
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: security
          Priority: normal
         Component: perl
        AssignedTo: jvdias <at> redhat.com
        ReportedBy: bressers <at> redhat.com
         QAContact: dkl <at> redhat.com
                CC: fedora-perl-devel-list <at> redhat.com

Perl integer overflow issue

There exists an integer overflow problem in Perl which can lead to a
string format issue.  If a large enough integer is supplied to a
printf statement which uses the %n conversion, it may be possible to
execute arbitrary code.  This problem will not be easy to remotely
exploit as a very poorly written script will first be needed.

http://marc.theaimsgroup.com/?l=full-disclosure&m=113342788118630&w=2

Doesn't Affec: RHEL2.1 
(Continue reading)

bugzilla | 1 Dec 2005 14:38
Picon
Favicon

[Bug 174684] Perl integer overflow issue

Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Perl integer overflow issue

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174684

------- Additional Comments From bressers <at> redhat.com  2005-12-01 08:38 EST -------
Created an attachment (id=121681)
 --> (https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=121681&action=view)
Proposed patch

--

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

bugzilla | 1 Dec 2005 15:26
Picon
Favicon

[Bug 174684] Perl integer overflow issue

Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Perl integer overflow issue

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174684

bressers <at> redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Status Whiteboard|impact=low,source=fulldisclo|impact=moderate,source=fulld
                   |sure,public=20051201,reporte|isclosure,public=20051201,re
                   |d=20051201                  |ported=20051201

--

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

bugzilla | 1 Dec 2005 17:18
Picon
Favicon

[Bug 174684] CVE-2005-3962 Perl integer overflow issue

Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: CVE-2005-3962 Perl integer overflow issue

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174684

bressers <at> redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Perl integer overflow issue |CVE-2005-3962 Perl integer
                   |                            |overflow issue

--

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Gmane