[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/mgetty/devel mgetty-1.1.33-bug_63843.patch, NONE, 1.1 mgetty.spec, 1.30, 1.31
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/mgetty/devel mgetty-1.1.33-bug_63843.patch, NONE, 1.1 mgetty.spec, 1.30, 1.31
- Date: Mon, 1 Aug 2005 18:32:45 -0400
Author: jvdias
Update of /cvs/dist/rpms/mgetty/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24937
Modified Files:
mgetty.spec
Added Files:
mgetty-1.1.33-bug_63843.patch
Log Message:
fix bug 63843
mgetty-1.1.33-bug_63843.patch:
new_fax.tiff | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
--- NEW FILE mgetty-1.1.33-bug_63843.patch ---
--- mgetty-1.1.33/samples/new_fax.tiff.bug_63843 1998-04-05 06:03:26.000000000 -0400
+++ mgetty-1.1.33/samples/new_fax.tiff 2005-08-01 18:26:45.286734000 -0400
@@ -24,7 +24,7 @@
#
#!/bin/sh
#
-MAILTO="Faxverteiler <fax>"
+MAILTO="faxadmin"
SENDER="$2"
case $4 in
@@ -32,11 +32,11 @@
*) STRETCH=
esac
-FAX=`echo $1|sed 's/...$//'`
+FAX=`echo $4|sed 's/...$//'`
FAX_BASENAME=`basename $FAX`
fax2tiff $STRETCH -M -4 -o /tmp/$FAX_BASENAME.tiff $FAX.*
-metasend -b -F "Fax Getty <root>" -f /tmp/$FAX_BASENAME.tiff \
+metasend -b -F "Fax Getty <root>" -f /tmp/$FAX_BASENAME.tiff \
-m image/tiff -s "fax from $SENDER" -S 4000000 -t $MAILTO
rm /tmp/$FAX_BASENAME.tiff
Index: mgetty.spec
===================================================================
RCS file: /cvs/dist/rpms/mgetty/devel/mgetty.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- mgetty.spec 27 Jul 2005 15:43:05 -0000 1.30
+++ mgetty.spec 1 Aug 2005 22:32:34 -0000 1.31
@@ -5,7 +5,7 @@
Summary: A getty replacement for use with data and fax modems.
Name: mgetty
Version: 1.1.33
-Release: 3_FC5
+Release: 4_FC5
Source: ftp://alpha.greenie.net/pub/mgetty/source/1.1/mgetty%{version}-Apr10.tar.gz
Source1: ftp://alpha.greenie.net/pub/mgetty/source/1.1/mgetty%{version}-Apr10.tar.gz.asc
Source2: logrotate.mgetty
@@ -30,6 +30,7 @@
Patch15: mgetty-1.1.31-lfs.patch
Patch16: mgetty-1.1.31-162174_tcflush.patch
Patch17: mgetty-1.1.33-sprintf_chk.patch
+Patch18: mgetty-1.1.33-bug_63843.patch
License: GPL
Group: Applications/Communications
Prereq: /sbin/install-info
@@ -118,6 +119,7 @@
%patch15 -p1 -b .lfs
%patch16 -p1 -b .162174_tcflush
%patch17 -p1 -b .sprintf_chk
+%patch18 -p1 -b .bug_63843
%build
PATH=$PATH:/usr/X11R6/bin
@@ -334,7 +336,10 @@
%{_mandir}/man1/viewfax.1x*
%changelog
-* Fri Jul 22 2005 Jason Vas Dias <jvdias redhat com> 1.1.31-10
+* Mon Aug 01 2005 Jason Vas Dias <jvdias redhat com> 1.1.33-4_FC5
+- fix bug 63848
+
+* Fri Jul 22 2005 Jason Vas Dias <jvdias redhat com> 1.1.33-3_FC5
- fix bug 162174: prevent uninterruptable hang on exit() when
direct line disconnected (kernel bug 164002)
do tcflush(1,TCOFLUSH) before exit() in sig_goodbye()
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]