Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: exim: dev

[Bug 889] expr usage in exinext invalid on FreeBSD

 

 

exim dev RSS feed   Index | Next | Previous | View Threaded


nigel at exim

Oct 26, 2009, 6:15 AM

Post #1 of 7 (335 views)
Permalink
[Bug 889] expr usage in exinext invalid on FreeBSD

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=889




--- Comment #1 from Nigel Metheringham <nigel[at]exim.org> 2009-10-26 13:15:48 ---
Gentlemen,

Can I have comments/votes on whether to apply this patch....

[patch changes exinext to use "expr --" instead of "expr"


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


nigel at exim

Oct 26, 2009, 6:18 AM

Post #2 of 7 (321 views)
Permalink
[Bug 889] expr usage in exinext invalid on FreeBSD [In reply to]

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=889

Nigel Metheringham <nigel[at]exim.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED




--- Comment #2 from Nigel Metheringham <nigel[at]exim.org> 2009-10-26 13:18:55 ---
CVS commit by nm4:

Dovecot buffer overrun fix. Fixes: bug#889

--- CVS commit summary ---
1.581 1.582 +2 -0 - exim/exim-doc/doc-txt/ChangeLog
1.10 1.11 +1 -0 - exim/exim-src/src/auths/dovecot.c


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


nigel at exim

Oct 26, 2009, 6:20 AM

Post #3 of 7 (321 views)
Permalink
[Bug 889] expr usage in exinext invalid on FreeBSD [In reply to]

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=889

Nigel Metheringham <nigel[at]exim.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |




--- Comment #3 from Nigel Metheringham <nigel[at]exim.org> 2009-10-26 13:20:15 ---
Put wrong bug id on a commit - this bug has not been fixed or changed...


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


nigel at exim

Oct 26, 2009, 6:22 AM

Post #4 of 7 (319 views)
Permalink
[Bug 889] expr usage in exinext invalid on FreeBSD [In reply to]

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=889

Nigel Metheringham <nigel[at]exim.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED




--- Comment #4 from Nigel Metheringham <nigel[at]exim.org> 2009-10-26 13:22:15 ---
CVS commit by nm4:

Dovecot buffer overrun fix. Fixes: bug#868, Related: bug#889

--- CVS commit summary ---
1.582 1.583 +1 -1 - exim/exim-doc/doc-txt/ChangeLog


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


graeme at graemef

Oct 26, 2009, 7:01 AM

Post #5 of 7 (321 views)
Permalink
[Bug 889] expr usage in exinext invalid on FreeBSD [In reply to]

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=889

Graeme Fowler <graeme[at]graemef.net> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |graeme[at]graemef.net
Status|RESOLVED |REOPENED
Resolution|FIXED |




--- Comment #5 from Graeme Fowler <graeme[at]graemef.net> 2009-10-26 14:01:34 ---
Same commit on wrong bug, Nigel - can you do that commit on the right one?

Graeme


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


graeme at graemef

Oct 26, 2009, 7:09 AM

Post #6 of 7 (319 views)
Permalink
[Bug 889] expr usage in exinext invalid on FreeBSD [In reply to]

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=889




--- Comment #6 from Graeme Fowler <graeme[at]graemef.net> 2009-10-26 14:09:49 ---
Comment on this one: "--" is used by many Linux shell commands as the separator
between options and arguments. I know I use it a lot with the grep "family" of
commands.

The patch looks harmless enough to me - I've applied it locally without issue.

Graeme


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


nigel at exim

Oct 30, 2009, 8:14 AM

Post #7 of 7 (262 views)
Permalink
[Bug 889] expr usage in exinext invalid on FreeBSD [In reply to]

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=889

Nigel Metheringham <nigel[at]exim.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED




--- Comment #7 from Nigel Metheringham <nigel[at]exim.org> 2009-10-30 15:14:05 ---
CVS commit by nm4:

Change "expr" to "expr --" in all shell scripts. Fixes: bug#889

--- CVS commit summary ---
1.584 1.585 +3 -0 - exim/exim-doc/doc-txt/ChangeLog
1.2 1.3 +1 -1 - exim/exim-src/scripts/exim_install
1.9 1.10 +2 -2 - exim/exim-src/src/exicyclog.src
1.3 1.4 +5 -5 - exim/exim-src/src/exinext.src


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##

exim dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.