sendfax-1.1.36-35.36.1<>,9̉O/=„1i~ΙwK|HkaYzlQ0Od_bDlV6|F?vJy o߶P!~ѫȨ3pz-OqmZbb^@n-%)S{P~yL{=RB`}PJYPR[U"U)Rgs;Z;vNW2cAEЈt >n҂bg5Z^͕fq7 -[ ǒ9zS4>>&?&{d   : '. GTouzMx   X 4 le     8 ` d l( m7 s8 9 : =!>!C!F!G!H"TI"X"Y"\# ]#|^$ b%cc%d&Oe&Tf&Yl&[z&kCsendfax1.1.3635.36.1A Tool for Sending Fax DocumentsThe sendfax part of mgetty. You can use it instead of hylafax for sending faxes. The sources are included in the mgetty source package. Authors: -------- Gert Doring M0build15-openSUSE 11.4openSUSEGPLv2+http://bugs.opensuse.orgHardware/Faxhttp://mgetty.greenie.net/linuxi586/usr/sbin/useradd -r -o -g uucp -u 33 -s /bin/bash -c "Facsimile agent" -d /var/spool/fax fax 2> /dev/null || : /bin/touch /var/log/sendfax.log chown fax:uucp /var/log/sendfax.log chmod 664 /var/log/sendfax.log if test "$YAST_IS_RUNNING" != "instsys" ; then if test -x /sbin/SuSEconfig -a -f /sbin/conf.d/SuSEconfig.permissions ; then /sbin/SuSEconfig --module permissions fi fiV d 2")]v n.Fk&2M@LzKI-H@HF#@F)F E@EU@gjhe@novell.comcristian.rodriguez@opensuse.orgprusnak@suse.czcrrodriguez@suse.deprusnak@suse.czjdelvare@suse.deaj@suse.derguenther@suse.deprusnak@suse.czolh@suse.de- fix bug [bnc#646280],adjust faxspool to process pdf file using gs directly, do not use acroreader.- Do not include build date in binaries- alter tempfile.patch to reuse spooldir (CVE-2008-4936) [bnc#442596]- fix implicit-fortify-decl errors- updated to 1.1.36 * faxsend.c: (optionally) insert 100 0-bytes at start of page, to help modems that have problems with the before-EOL timing (new USRs) * fax_lib.c: add new MQ_ bit for 0-padding * fax/faxrunqd.in: make wait() interruptible, avoid queue stalls if only one modem active and this modem has a very long job. Additionally, detect hung sendfax processes, and kill()' em. * faxlib.c: recognize modem ID for Blatzheim ISDN/hybrid modems * fax/faxrunqd.in: add functionality to run external scripts if the fax queue reaches a "high water mark" length, and if a given modem has more than consecutive errors * doc/faxrunqd.8in: document new options * fax/faxspool.in: add @S@ for faxheader (replace with job id) * sendfax.c: for "failed transmitting", log #of pages successfully sent + #of retries (important for judging significance of errors) * conf_sf.c: add new sendfax option "-R " to set "max_tries" value * doc/sendfax.8in: document -R * tools/README: update documentation, add "microcom" * class1lib.c: in fax1_send_frame(): make logging more uniform and easier to read. Handle case of "NO CARRIER" after frame has been sent, and check for internal consistency regarding "we have carrier" vs. "use existing carrier" (ugly) * class1.c: on reception, don't try to send DIS when CSI frame couldn't be sent. Log # of current re-try. * add exim4 documentation to frontends/mail2fax06/README * class1lib.c: check all fax_send() return values (in case flow control gets stuck, we might have a timeout in there) * class1.c: properly implement scan line time handling / byte padding * class1.c: implement re-training on TCF/FTT, including stepdown * class1lib.c: implement fax1_st_table[] for scan line time handling (bit ordering in DCS/DIS frames is just weird). Add scan time parameter to fax1_send_dcs() * fax/faxspool.rules: add conversion rules for .jpg and .doc * fax/faxrunqd.in: fix write combining bug with partially-sent jobs * voice/libvoice/*: sparc64 compatibility fixes (*int vs. *p_int) * voice/Makefile: pull in new object files (hyla_nsf.o, g3file.o) * g3file.c: implement first draft of generic G3 I/O module, including EOL padding * t/t_g3f_c.c, t/t_g3file.in: test routines for g3file.c * class1.c: change fax1_send_page() to use g3_send_file() * fax/faxspool.in: netpbm calls "giftoppm" now "giftopnm" -> adapt * frontends/mail2fax06/: implement new mail to fax conversion tool, in perl, using MIME::Parser, which will properly handle attachments * tools/microcom.c: add to fix missing prototype warnings * config.c: insert {} to silence over-eager compiler warnings * tio.c: change "static char[] tio_compilation_type" into "#ident" (get rid of "unused variable" warning, save a few bytes .data) * locks.c: get rid of "unused variable tries" compiler warning * hyla_nsf.c: add mgetty T.35 vendor code to table * mgetty has its own ITU T.35 vendor code now! [0x04 0x81 0x0e] * tools/mid.c: implement "-Q" (quick query) * faxlib.c: handle USR reporting format for NSF frames * fax/faxrunqd.in: fix quoting bug in `date` call (Klaus Weglehner) * hyla_nsf.c: import new set of tables from Hylafax NSF.c++ * hyla_nsf.c, class1.c, class1.h: silence compiler complaints * config.h: cast return value of c_bool() to (boolean) * class1.c: hand off incoming NSF frames to decoder * faxlib.c: convert incoming NSF frames to binary, hand off to decoder * hyla_nsf.c: import NSF vendor tables + decoder from Hylafax * class1.c: fax1_send_page(): fix end-of-page handling, reorder sending of TSI and DCS to correctly handle RTP/RTN * class1.c: fax1_send_page(): properly use fax_send_swaptable[] (page sending works now, if receiver doesn't need padding) * class1.c: fax1_send_page(): fix first and last chunk of page data (digifax header wasn't skipped, and last chunk was lost) * class1.c: handle DCN in fax1_dial_and_phase_AB() * class1.c: add receive torture test (to sender), more logging * fax_lib.h: define CAN character (cancel, ctrl-x) * class1lib.c: fax1_receive_frame(): if waiting for start-of-frame already runs into timeout, don't even try to read end-of-frame modem response (robustness) * class1lib.c: tell modem (send CAN character) when we timeout after AT+FRH=n, to make sure recovering works * class1lib.c: don't query AT+FRH=?/+FTH=? carriers * */Makefile: move all "fullclean" extras into "clean" target, remove "make fullclean" * Makefile: for "make fullclean" or "distclean", just do "clean"- added callback utility with sample config [#288227]- Use texlive for building.- add pwdutils to BuildRequires for postinst script invocation- update to 1.1.35 * added "faxq stop" and "faxq start" functionality * added destination number format (NDID=...) for Digi DataFire * decode & log receiver capabilities (+FDIS/+FIS) * make code robust against all sort of unexpected behaviours - drop obsolete patches: * mgetty-1.1.33-overflow.diff * mgetty-1.1.33-printf.diff- fix doc file permissions/bin/sh/bin/sh/bin/shbuild15 1307390196hNhXhShYhQ((((hLhVhWh]hU((~ G`1.1.36-35.36.11.1.36-35.36.1 mgetty+sendfaxfaxheaderfaxrunq.configfaxspool.rules.samplesendfax.configfaxqfaxrmfaxrunqfaxspoolmgetty+sendfaxcour25.pbmcour25n.pbmfaxq-helpernew_faxfaxrunqdsendfaxcoverpg.1.gzfax.1.gzfaxq.1.gzfaxrm.1.gzfaxrunq.1.gzfaxspool.1.gzfaxqueue.5.gzfaxrunqd.8.gzsendfax.8.gzfaxincomingoutgoing/etc//etc/mgetty+sendfax//usr/bin//usr/lib//usr/lib/mgetty+sendfax//usr/sbin//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//var/spool//var/spool/fax/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.4:Update:Test/standard/55a26a5617c7d2eafa5b5ba6d4353cca-mgettydrpmlzma5i586-suse-linuxTQeRx'oN? ]"k%Y4>$}uKh>7 u Ο_b`) Z"Kq۔}C^aZtLWsqAV֦+.׿G(_Sw_cTDpnRQGtc`mzg sgׅPdgmZ-R98x/cJ>QxPa ɗ:ay3b%u) )w?Q΃8Q n>C,QiM@+1C \V+sbCCm_X9Zu(/=;+I`a;c֩3`7jʙ`üAh'BU=,,Ï:*I6p=xّf?0D-[PmdٮQ}F_ɴ{V8"9 E8td9u;ڰFVXbrDk :]땂GB];昄; B5)iL޿^!EOX0~Fln<(sWvt\/"a,W vs"y~P.>˅TX^xLqnWjxn^$ 9XOלS#@}uP 7c ;K) aM/֮,*H|9=ԫ7vN&,]]*Es4`1%b6>ؑ9t(`MH \ =EJ&w҈eFHp"YC%ڧC_?h MK:+1a@i{%kga%ndN;˽S83!1: mO8*rzr2oA+D7)~ȥf- XYI'q $@ UhpsxA;"y[\G qn `ml@A-~BY->#jpsiH( *_ \%c.C2pQjg-nx rdñ }˸<´koXLu6; /fZd%r,=3./: !Qi )[fjT u=M~m;&ͫ?0D;]:fR0h\fZpZ tƸ-O7L_c=YfלNo )5SBڠh@6ȷhK18spN$/xN꬟ɷ(꯺j 9ccpM4~Ů=TTbQ̧qa3ʛZP; &dlV.ie jyV*rCF˕|QVSZi7cF R$hHN/RXCDŦadWU̵\SS?.ZQ%YEpB[Y']P[D*˼Ex⑾Կ9Z:##KE !\T"PIIf7@1~8K@|#8oR`RECOA㞀b]9 ZkJivta.$@+kFNgD+{(ܪkT2B|]S=Y)+nؾ}pL."7%#y{i^̘\py +j,4#ꨟ%2`}XEZ*YܧzIay(~=cGa =Am8Vnއ@f2nvp +U:ɞ?JB]&IHm%2gM/ F6]kǤKhzxɅ:ک+0ڧrL'wAl/cDsp5 #`%`$O햕ђ/ S`b5~w gsN؄=q?x-|#a+]'xǦҡAEjKSLbk6X:a­Cɯqa|ﷄnO{\!;w @,jZT-.6k]5e*^Np<,W#f}-6=7 HhM48єgocXVݝ%_?/١;i?9l{ {4fLXNfبej="aCox}-HWbMoZjCd}·n7f5ۃEO5@`[[O`<|\+8KeK\b@eo3e c\dч9,XDƎm}fj;E!ņnH(=zYpcp&`8b59u'wF5-\)H 9"gm_O| wLW=Vh=Gn/# ͆SU0;O[=QA{J#>bx>jD@#J?TĂkQs;P\J)Ad~Ѩ:ۂª#!S͕6ʚjuEl;BGߥ3_ohDz:꘼EK!i6cKGN<@%(MFQQH" 9}烵ugo+"5AČօSLPb5ؾKrz\: A4ci'MQںIZX;&hxu{1 I5$: ,{p|V۰MdS{/. fC{8D* teĮډ|ދc9Ȼ3D*ʰOv ˓9Y kA@ICdݎl_F