| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: sendfax | Distribution: openSUSE 11.4 |
| Version: 1.1.36 | Vendor: openSUSE |
| Release: 34.1 | Build date: Sat Feb 19 07:11:39 2011 |
| Group: Hardware/Fax | Build host: build24 |
| Size: 240200 | Source RPM: mgetty-1.1.36-34.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://mgetty.greenie.net/ | |
| Summary: A Tool for Sending Fax Documents | |
The 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 <gert@greenie.muc.de>
GPLv2+
* Sun Aug 29 2010 cristian.rodriguez@opensuse.org
- Do not include build date in binaries
* Fri Nov 07 2008 prusnak@suse.cz
- alter tempfile.patch to reuse spooldir (CVE-2008-4936) [bnc#442596]
* Thu Oct 09 2008 crrodriguez@suse.de
- fix implicit-fortify-decl errors
* Thu Aug 07 2008 prusnak@suse.cz
- 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 <x> 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 <n>" 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 <stdlib.h> 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"
* Mon Jul 09 2007 jdelvare@suse.de
- added callback utility with sample config [#288227]
* Sat Apr 21 2007 aj@suse.de
- Use texlive for building.
* Fri Mar 30 2007 rguenther@suse.de
- add pwdutils to BuildRequires for postinst script invocation
* Thu Jan 04 2007 prusnak@suse.cz
- 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
* Sat Nov 11 2006 olh@suse.de
- fix doc file permissions
* Wed May 24 2006 schwab@suse.de
- Don't build as root.
- Don't strip binaries.
/etc/mgetty+sendfax /etc/mgetty+sendfax/faxheader /etc/mgetty+sendfax/faxrunq.config /etc/mgetty+sendfax/faxspool.rules.sample /etc/mgetty+sendfax/sendfax.config /usr/bin/faxq /usr/bin/faxrm /usr/bin/faxrunq /usr/bin/faxspool /usr/lib/mgetty+sendfax /usr/lib/mgetty+sendfax/cour25.pbm /usr/lib/mgetty+sendfax/cour25n.pbm /usr/lib/mgetty+sendfax/faxq-helper /usr/lib/mgetty+sendfax/new_fax /usr/sbin/faxrunqd /usr/sbin/sendfax /usr/share/man/man1/coverpg.1.gz /usr/share/man/man1/fax.1.gz /usr/share/man/man1/faxq.1.gz /usr/share/man/man1/faxrm.1.gz /usr/share/man/man1/faxrunq.1.gz /usr/share/man/man1/faxspool.1.gz /usr/share/man/man5/faxqueue.5.gz /usr/share/man/man8/faxrunqd.8.gz /usr/share/man/man8/sendfax.8.gz /var/spool/fax /var/spool/fax/incoming /var/spool/fax/outgoing
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 13 09:48:01 2013