* fake sync from Debian
* Non-maintainer upload.
* A remote attacker can write to an unitialized pointer during a FAX
reception session in Hylafax (CVE-2018-17141) (Closes: #909161)
* Fix errors from new g++ 7 compiler.
* debian/control:
- Use newer version of substvar: ${binary:Version}. Closes: #833207
- Add misc depends to debug packages.
- Set section of debug packages to 'debug'.
- Bump to Standards Version 3.9.8 (no changes).
- Set dependency to debhelper version 9.
- Remove Vcs entries (they were no Debian Vcs).
- Update my own email address.
* Add some upstream patches:
- 821: Check faxanswer "how" parameter length.
- 822: Last line of configuration file may not be terminated by '\n'.
- 823: Set fax status on glare errors.
- 824: serverconfig fixup: JobRetryOther + JobRequeueOther.
- 825: Fix memory corruption when using libtiff v4.0 or newer.
* Add some more patches:
- 826: Do not send pnmtops dpi value as float value. Closes: #727608
- 827: Make Debian build reproducible. Closes: #790355
* Remove obsolete debian/NEWS file.
* Don't remove files managed by dpkg when purging package.
* Remove all changes since 6.0.6-1.
* Added restricted deletion flag on tmp directory. (See: #682824)
* Fix postrm scripts to be successful. (See: #661482)
* Fix client scripts to register/deregister to ucf. (See: #661482)
* debian/control: Add myself again as uploader.
* Added restricted deletion flag on tmp directory (See: #682824)
* Moved all directories from debian/rules to debian/*dirs files.
* Corrected a problem in detecting if ucf is present when using
dash as default shell (Closes: #682292)
* debian/control:
- Remove conflict to very old capi4hylafax version.
- Update dependency to libgnomeprint2.2-data.
- Move to debhelper (>= 9) and compat level 9.
- Bump to Standards Version 3.9.3 (no changes).
- Update substvars and optimize sections.
- Optimize description for hylafax-client-dbg.
* Add missing hylafax-server.config for debconf support.
* Update and optimize postinst and postrm scripts. (Closes: #661482)
* Move manpage typetest.8 into hylafax-client package (same as binary).
* dh_makeshlibs do not change post* pre* scripts needlessly.
* Update lintian-overrides files for -client and -server.
* debian/control: Add myself as uploader.
* New upstream relase. Converted to 6.0 branch instead of 6.1 since the
latter will not be available as stable release before next Debian stable.
Note: all changes from 6.1 are already in upstream 6.0.6, so nothing
is missed. Change epoch as workaround.
* Added support for JBIG (Closes: #668856)
* Better enabled hardened build flags (Closes: #656260)
* Fixed a small typo in English message (Closes: #664994)
* Updated to Debian Policy 3.9.2 (no change required)
* Applied patches in order to harden source an build procedure.
(Closes: #656260)
[Cristian Perrier]
* Fix pending l10n issues. Debconf translations:
* Indonesian (Mahyuddin Susanto). Closes: #657823
* Polish (Michał Kułach). Closes: #657875
* Corrected once again the post installation script for manageing update
on system with linked or bind mounted /var/spool/hylafax/etc (Closes: #656712)
* Changed init script in order to better umount /var/spool/hylafax/etc.
* Added danish debconf translation (Closes: #628391)
* Correctly check for /var/spool/hylafax/etc already "bind" mounted
before copying server files over there.
* Moved typetest binary from server to client package (Closes: #654915)
* Correctly check for /var/spool/hylafax/etc already "bind" mounted
before copying client files over there (Closes: #655567)
* Added dependency on iaxmodem startup script, if present. (Closes: #643507)
* Added log rotation for /var/spool/hylafax/log/xferfaxlog in cron.monthly.
(Closes: #647176)
* Added "status" checking via init script. (Closes: #649389)
* Lazily try to umount $SPOOL/etc without prior checking if it is a
mount point. (Closes: #646109)
* Added two more options for cron jobs. Hylafax will delete old logs
and old faxes from its spool directory. Usually this is done after
35 days, but now it is possible to change this period and other
parameters in /etc/default/hylafax. (Closes: #518474)
* Updated NEWS and README.Debian with new variables used by cron jobs.
* Added support for s390 and s390x usign -fPIC instead of -fpic
as already done for sparc64 architecture.
* New version, from git repository.
* Fixed spuriuos output from make (see #653222)
* Remove /etc/default/hylafax when puring package (Closes: #607064)
* Non-maintainer upload.
* Fix "installation fails": check for existence of /etc/mtab before using it
(closes: #604221).
* Fix "prompting due to modified conffiles which were not modified by
the user": write to /etc/default/hylafax only if it doesn't exist
(closes: #603429).
* Added two packages with debug information.
* When $SPOOL/etc is not mounted with bind option, delete
all files missing from /etc/hylafax (Closes: #514950)
* Added explicit awk path during configure for avoiding faxsetup using the
one available on system where the package is built instead of
the one available when the package is installed (Closes: #597693)
* New upstream release
* Removed patch 801_sendpage_manpage since already included upstream
* Removed patch 802_tiffcheck_manpage since already included upstream
* Removed patch 807_fxmin_avr32 since already included upstream
* Simplified patch 808_ghostscript_args since partially included upstream
* Changed init.d script for avoiding PS_PERSONALITY side effect
* Check for upstart scripts in /etc/init instead of /etc/event.d.
* Added -dMaxStripSize=0 to all ghostscript invokation. (See
https://bugzilla.redhat.com/show_bug.cgi?id=569957)
* Fixed a problem with faxadduser/faxdeluser overwriting hosts.hfaxd file.
* Updated to Debian Policy 3.9.1 (no changes required).
* Added a NEWS about faxmail behaviour changed since hylafax 4.
* Added an example on how to make exim4 deliver email to faxmail.
* Fixed a build problem with makeshlibs on the wrong package.
* Converted to quilt.
* Converted package to override_dh_* in debian/rules
* Set debian source format to 3.0
* Rebuilt using gnu regex library included in libc instead of
old bsd source code included in upstream source.
* Files in /var/spool/hylafax/bin aren't anymore conffiles.
* Changed all file selections in debian/rules to be POSIX:
no more multiple selection using baces. Now package
build on systems where /bin/sh is /bin/dash instead of /bin/bash.
* Added patch #807 in order to build on avr32 cpu.
* Created patch #808 for adding a new security level when invoking gs.
* Skip modem configuration when installing non interactively
(Closes: #582611)
* Corrected interpreter name for notify.awk.
* Changed bash syntax to more portable "eval" in retainfaxcover.sh
(Closes: #581110)
* Added patch from Ubuntu for checking if faxgetty is started via Upstart.
* Added complete fontmap paths in hyla.conf for all Debian and Ubuntu
versions.
* Corrected dependency on mail-transport-agent.
* Upgraded to Debian Policy 3.8.4 (no changes required)
* Changed to -fPIC for sparc64 arch. This should let the package build.
* Added depends on mail-transport-agent. (Closes: #577829)
* Added $remote_fs in init.d script, as suggested by lintian.
* Added dependency on non virtual package bsd-mailx, as suggested by
lintian.
* Fix kfreebsd port adding all required variable in configure script
* New upstream version
* Temporary removed patch 803_faxgetty_libutil (Closes: #559395)
* New upstream release candidate
* removed patch for supporting libtiff 3.9 (now supported upstream)
* Checked for file system umount while performing upgrades and while
stopping server (see: #551443, #551566)
* Corrected check when updating config files (Closes: #551566)
* Ignore restart failing during upgrade (about bug already closed by NMU #553055)
* Prefer enscript against textfmt since the latter does not correctly
interpret font names on squeeze (Closes: #553316)
* Update debian packaging for 6.0.3
* Non-maintainer upload.
* Return 0 from initscript, if RUN_HYLAFAX=0 (Closes: #553055)
* Fixed init.d script error (Closes: #551285)
* Correctly check for mount -o bind availability
* Added support for libtiff 3.9 (Closes: #543058)
* Update to debian policy 3.8.3.0 (no changes required)
* Selected bash as shell interpreter for mailfax examples
(Closes: #530100)
* Update to debian policy 3.8.2.0 (no changes required)
* Lintian warning fixed for misc:Depends on -client package
* Updated copy_configuration_from_spool for handling shared $SPOOL/etc
* New upstream release (Closes: #532680)
* Remove dependency on gs (Closes: #539659)
* Added fontmap entry for lenny in hyla.conf (thanks to Mark Schweizer)
* Added fontmap entry for unstable in hyla.conf
* [l10n]
Added Finnish debconf translation (Closes: #535216)
Updated Spanish debcnf translation (Closes: #524448)
* New upstream release
* New upstream release
* Updated lintian overrides
* Changed init.d script in order to bind/unbind
/var/spool/hylafax/etc when starting/stopping daemons
* Updated patch 658_oldnotify_awk to avoid (correct) lintian warning
(Closes: #530101)
* Updated other patches to comply with dpatch template
* New upstream release (beta)
* Removed support for old protocol from init.d script
* Installed release notes for 6.0
* Updated to standard-version 3.8.0.0 (with almost no changes)
* Updated to standard-version 3.8.1.0
- init.d start action does not give an error if already started
* Removed Debian patches since already included upstream
- bug478071
- g++4.3_support
- notify_sendto_address
* Updated Debian patches
- 602_xferstat
- 604_faxaddmodem_friendly
- 657_typerules
* Removed patch since upstream choose a different approach (see NEWS.Debian)
- 701_RecvqProtection
* Used libhylafax-6.0 instead of libfaxutil and libfaxserver
* Removed a lot of lintian warnings and errors
* Non-maintainer upload
* Urgency medium for RC bug fix
* Don't redirect /dev/tty to ucf any more. Closes: #502754.
* Corrected email address for delivery notifications. Closes: 497962.
* Fixed init script to put hfaxd in background. Closes: 491736.
* Added galician translation. Closes: 481746.
* Changed dependancy from gs-esp to ghostscript in all binary
packages Closes: #483370.
* Quoted shell variable BASE64ENCODE to catch problems where it is
undefined. Closes: #478071.
* Added support for pidfile when starting/stopping hfax. Closes: #464141.
* Corrected support for hfaxd run via inetd adding a new
parameter HFAXD_FROM_INET in /etc/default/hylafax (Closes: #470910)
* Added support for g++4.3 (Closes: #474899)
* Fixed a few lintian reported errors in debian/* files
* Removed a bashism (Closes: #464990)
* Changed Makefiles in order to only link with required libraries
* Run faxgetty daemon in background! (Closes: #464558)
* Removed message in /etc/init.d/hylafax about faxgetty if no
lines are configured.
* Add FAXGETTYARGS="-D" in default config file. (Closes: #462459)
* Updated standard-version to 3.7.3 (only changed binary-version in control file)
* Added Homepage, Vcs-Cvs, and Vcs-Browser in control file.
* New upstream release
* Corrected a problem with shlibdeps on the server package
* Remove dependency on mimencode since now uses BASE64ENCODE, QPENCODE
or UUENCODE from packages sharutils or internally provided.
* Added scripts for b64-encode and qp-encode
* New upstream release
* Removed patches already included upstream (700_trap-in-shell-scripts.dpatch)
* Added patch 400 for building with parallel make (-j option) on some buildd
* Applied patch from hylafax+ in order to better control the access rights
on received fax queue.
* Change dependency from 'gs' to 'ghostscript' because of package rename
* Remove temporary files when leaving shell scripts (Closes: #443070)
* New upstream release
* Added a "syncing directories..." step in init script, in order to give an
initial status progress on very slow machines.
* Removed patch 700_* because already included in new upstream source.
* Added a few notes about PAM authentication in README.Debian
* Changed init script in order to wait more time for daemon shutdown
* New upstream release
* Fixes problem with PNG rule using \x in typerules (Closes: #425191)
* Reworked patch 700_man_typos.dpatch in order to olny fix mispelled words
* Removed a bashish from postinst
* Removed recommends on metamail since hylafax-server now depends on metamail
* Added lsb section to /etc/init.d/hylafax
* Added pt translation (Closes: #435734)
* Fixed a lot of typos in manual pages (Closes: #437970, #437971, #437972, #437973, #437974, #437975, #437976, #437985, #437986, #437987, #437988, #437989, #437990, #437991, #437992, #437993, #437994, #437995, #437996)
* Used ispell on all manual pages.
* New upstream release
* Shipped /usr/sbin/lockname that was missing from previous debian packages
* Remove unnecessary patches already included upstream
* Added spanish debconf translation (Closes: #423677)
* Check for userdel command in postrm (Closes: #431578)
* Correct BASE64ENCODE during upgrade (Closes: #429614)
* Added support for IMPRIP converter (Closes: #420266)
* New upstream release
* Added psrip in suggested packages for hylafax-server
* New upstream release
* Removed from debian/rules the way notify-reject was renamed to notify-rejected
since new upstream version correctly named the files.
* New upstream release (Closes: #406395, #409417, #409532)
* Removed patch 673_configure_quote_commands (already included upstream)
* Removed patch 672_ps2pdf_output (already included upstream)
* Removed debian/ directory from upstream source
* Renamed wrongly named files as per http://bugs.hylafax.org/show_bug.cgi?id=849
* Fixed the way setup.cache is updated (Closes: #405036)
* Removed an unnecessary restart during upgrade (Closes: #405145)
* Added missing faxlock (Closes: #405220)
* Added more conversion rules (Closes: #405237)
* Applied a fix from upstream for using variables that
contains complex command (BASE64ENCODE, UUENCODE, ...)
* Created a patch for redirecting to /dev/null some unwanted
output from ps2pdf.
* Fixed a second problem in the notify invoke grep. (Closes: #404405)
* Corrected a packaging problem with base64 encoding and switched
from uuencode to mimencode. Added dependency on metamail.
* Added patch for DesiredDF (Closes: #402171)
* Added a text in README.Debian on how to send non ASCII text
files (Closes: #387748, #363464)
* Corrected patch for faxadduser (Closes: #402018)
* Added templates directory that was erroneously removed
* New upstream release (Closes: #369756)
* Check that package build correctly in unstable, testing/etch,
stable/sarge, oldstable/woody+backport.
* Update japanese translation (Closes: #400029)
* Added a check in postinst so that install does not fail if
hylafax isn't running
* Changed path for FontMap.GS and gsfonts afm file, according to new etch packages.
* New upstream version (Closes: #370420)
* Removed all unnecessary patches
* Reworked debconf notes (Closes: #388907)
* Fixed awk command in notify-4.1 (Closes: #386036)
* Changed From addredd in e-mail from "fax" to "faxmaster" since
fax user does not always exists (Closes: #386071)
* Changed init script to be lsb compliant
* Added debtags
* Added a FaxDispatch template in examples/ dir.
* Removed patch for awk detection since awk is specified in debian/rules and
we do not require a specific awk and wi do specify a generic path /usr/bin/awk
at configure time.
* make chown happy (Closes: #387404)
* Added mail-to-fax scripts and README.
* Correctly setup path for uuencode (Closes: #377914)
* Update Fontmap path in hyla.conf
* Added gsfonts as dependency for hylafax-client (Closes: #376269)
* Redirected stdin, stderr and stdout to /dev/null for faxgetty.
* Removed manpage for sgi2fax, that is not included in debian package.
* Add support for GIF89 and PNG convertion to fax (Closes: #373287)
* 4.3.0 is out (Closes: #369145)
* Corrected permissions for hosts.hfaxd
* Added a small delay between stop and start when restarting (Closes: #372253)
* USE_FAXGETTY is now more documented (Closes: #372249)
* Better PAM support description (Closes: #372248)
* Removed obsolete QuickStart documentation; improved README.Debian
* Check for faxmodem as well as faxgetty in /etc/inittab
* Check and update owner/access rights when copying from /etc/hylafax to
$SPOOL/etc (Closes: #372254)
* Add patch for hylafax-server: scheduler died killing a job (Closes: #372827)
* Added i18n, as implemented in 4.3.0 (Closes: #370726)
* Translation update for fr and pt_BR (Closes: #359014, #361760)
* Removed patch 201_posix_configure since already included upstream
* Update to policy 3.7.2 without changes
* New upstream release
* Added configuration file for PAM support
* Run ./configure using bash since it does not work with other shells
* Moved private libraries from /usr/lib to /usr/lib/hylafax
* Fixed a lot of small complains by lintian
* Removed dependency on mime-codecs that has been removed from Debian. Hylafax
now only uses uuencode even for base64 encoding.
* Complete installation even if something went wrong (Closes: #357437)
* Add a debconf error when faxsetup fails
* Added patch from hylafax CVS in order to work with libtiff 3.8 (Closes: #357762)
* Better check if faxsetup did not run correctly (Closes: #357435)
* Correctly handle USB ACM device names (Closes: #350965)
* Update translation for sv, nl, vi, ru, de, cs, it (Closes: #358005, #357943, #357968)
* New upstream release
* Correctly remove broken link "bin" in $SPOOL/etc/ (Closes: #338765)
* Pre-Depends on libpaper-utils. (Closes: #344921)
* Corrected patch for CVE-2005-3539 (Closes: #346254)
* Urgency high because of the security fix
* New upstream release
* HylaFAX hfaxd will allow any password when compiled with PAM support
disabled. [CVE-2005-3538]
* HylaFAX notify script passes unsanitised user-supplied data to eval,
allowing remote attackers to execute arbitrary commands [CVE-2005-3539]
* New upstream release.
* Adde sv debconf translation (Closes: #342867)
* Rewritten patch 500 for handling twin directories as the previous
one did not apply anymore.
* Removed patch 700 since the bug hes now been fixed upstream.
* CAN-2005-3070 Unix domain socket ownership.
* CAN-2005-3069 symlink attack on temporary file.
* Updated bg translation (Closes: #330957)
* New upstream release
* Changed epoch because of trailing +rc1 in last version number
* Corrected watch file
* Updated de, nl and fr translations (Closes: #326741, #326798, #330518)
* Removed link to binaries on purge
* Removed broken link /var/spool/hylafax/bin/bin
* Added dependancy on debconf-2.0 to permit use of cdebconf
* Update to Standards-Version 3.6.2 (no diff required)
* Removed variable not used on linux from config.cache (Closes: #320496)
* New upstream prelease (Closes: #319348, #309683)
* Removed debian patches 655, 656, 700 since already in upstream version
* Adapted patch 654 to new source
* Compiled with gcc-4.0
* Added patches from Javier Fernández-Sanguino Peña to cron jobs in
order to redirect stderr, and to other scripts in order to fix
temporary directory usage. (See patch 702)
* Added new vi and cs translations (Closes: #311910, #314751)
* Corrected some problems with english sentences in debconf (Closes: #311911)
* Corrected hylafax-server postinst script in order to do not print current directory
* Uses invoke-rc.d instead of calling /etc/init.d/hylafax
* Changed init.d script in order to better check for daemon termination
* Correctly check for faxgetty ran via inittab (Closes: #323158)
* Added patch for hylafax bug 633 and debian bug #309683
* Corrected purge script (Closes: #307830)
* Created a new patch for rejecting some image files (Closes: #303121)
* Patch for compiling on amd64 with gcc-4.0 (Closes: 286424)
* Corrected the Depends field removing the version
number since sarge and woody already have the minimum
required. Thanks to Fabio Tranchitella for pointing this out.
* Added ps2fax and pdf2fax links if missing and if we are upgrading.
* Changed faxrcvd in order to be posix compliant (Closes: #297134)
* All ghostscript implementations provide 'gs', so all dependency
were simplified. (Closes: #297131)
* Moved all "purge" actions from prerm to postrm (as it needs to be)
* Update probemodem manual page with new options.
* Corrected a message when copying back from $SPOOL/etc to /etc/hylafax
* Updated french translation (Closes: #296171)
* Removed the creation of ps2fax and pdf2fax links from debian/rules
since these are created by faxsetup.
* faxsetup was changed in order to not pre-depends on gs.
* Added fr translation
* Added a patch that better solve the AWK problems, so remove gawk
dependancy
* Used the correct version 4.2.1 in debian/rules for library names.
* Removed duplicate build depends on dpatch
* Removed creation of faxmaster alias since it already create a
faxmaster user (Closes: #296797)
* Changed depends in order to accept gs-gsp as gs (Closes: #296962)
* Fixed the postinst script in order to be POSIX compliant
* Update translation for ja.
* Corrected a check that used configure_note in the wrong case
* Rephrased the first part of the NEWS file. Thanks to Ross Boylan.
* Automatically add ENCODING and MIMEMENCODE to setup.cache
* Added a note about how to add support for received fax via email
* Translated the new note in it, de, nl, ru, pt_BR
* Corrected the package building from native to "standard" package
* Urgency medium since it fixes a problem in upgrading from 4.2.0
* Added gawk as dependency since it is the only awk that correctly
understand bin/notify script.
* New upstream version.
* Security fix CAN-2004-1182.
* Lot of bug fixing included in the new upstream release.
* Corrected a check for faxmaster existance during faxsetup
that made an automatic and unwanted call for faxaddmodem.
* Corrected paths for /etc/aliases and /etc/inetd.conf since
the normal autodetect will fail if they aren't yet created.
* Fixed a problem where ENCODING was null on i386 platform.
* Reworked and updated all debconf questions.
* Update translations for it, nl, pt_BR, bg, ru, de, fr
* Rewrote the NEWS file in order to better explain how to use
the script for keeping cover pages in the archive.
* Removed dependency on c++compiler since compiler is provided
by build-essential (Thanks to Francesco P. Lovergine)
* Added an example script for archiving cover pages, as described
in http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=603
* Urgency medium in onder to enter sarge
* Shipped *.shlibs files.
* Configured some user configurable shell scripts as config files.
* Call ldconfig after installing new libraries.
* Correctly define DIR_LIB and avoid using rpath.
* Urgency medium in onder to enter sarge
* Correctly handle devfs device names as suggested in #283111
* Urgency medium in onder to enter sarge
* Added sed dependency as suggested in #283093
* Reworked the faxsetup call during installation
* Changed the build depends in order to let the use select
which gs to use
* Corrected a spell error in patch 600_setupclient
* Correctly invoke base64-encode when converting FAX to
email attachments.
* Fix broken the MIMENCODE in old setup.cache when upgrading.
* Added patch from #281737 for better integration with
capi4hylafax.
* changed link option from -fPIC to -fpic.
* Changed the dependency on gs as a pre-depends in order to
fix #281024.
* Corrected a problem when faxaddmodem used ttyS0 as default.
* Added some comments about user management in hosts.hfaxd.
* Removed /usr/share/doc/hylafax*/TODO.Debian that wasn't mean
for the end user
* Added httpd-cgi as suggested package for hylafax-doc since it
uses man2html
* Added a fix for handling links from /var/spool/hylafax/etc/ to
/etc/hylafax when this files are externally created.
* Added ${misc:Depends} to controlfile
* Correctly invokes dh_installshlibs in debian/rules
* Changed 'Depends' to the latest libtiff library.
* Removed bashism from postinst script, as told in #277590.
* Corrected init script that was exiting with error if unable to
stop faxgetty started by init. See #276686
* Added patch from http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=557
as requested in #276685.
* Removed debugging information from the init script
* Remove old /etc/hylafax/bin directory and backup its content.
* When migrating from hosts to hosts.hfaxd, copy to both directories
/etc/hylafax and /var/spool/hylafax/etc
* Reworked the server postinst script since it incorrectly expected
an "install" argument.
* When upgrading from an old version that required /bin/awk to
exists, change the setup.cache file in order to use /usr/bin/awk
* Automatically run faxsetup if required.
* Corrected a problem when no /etc/hylafax/config.* file were present.
* Added conflicts to old capi4hylafax
* Reworked all prerm/preinst/postinst in order to beffer split
all actions between install time and configure time
* Changed the init script in order to better check if the
stop action work.
* Transform the bin directory from a link to a real one in $SPOOL
* Changed the init script in order to handle the config.faxCAPI device
name. Thanks to Johannes Zellner.
* Changed postinst script for client and server in order to cleanly
terminate even if faxmail.ps isn't found. Moreover better stop the
previously running hylafax server before starting it.
* Updated german translation, thanks to Jens Nachtigall.
* Added a check in the server pre removal script in order to stop
hylafax only if faxsetup was ran.
* Reworked the client post install in order to bettere handle a
transition from client+server 4.1.8 to client only 4.2.0
* Better recognize existing configuration files when installing the
server (See #269820).
* Reworked the NEWS file as suggested by Ross Boylan (Closes: #269682, #269676).
* Added a correct dependency for client and server of same version.
(Closes: #269686).
* Correctly changed the FAX user in faxaddmodem from "fax" to "uucp"
(Closes: #271306)
* Better checking for hylafax running before stopping the service when
removing the hylafax server package
* Updated patches/00template from latest dpatch
* Patched in order to look for status/lastrun instead of etc/lastrun and
log/xferstatlog instead of etc/xferstatlog. (Closes: #271983, #271741)
* Patched for use uucp as FAX_USER.
* Removed the /etc/hylafax/bin directory.
* Fixed a bug in faxaddmodem that would leave a child process running
forever. (Closes: #271930).
* Got utils/notify.sh from 4.2.1 since it fix a very simple and
really annoying problem.
* Restart hylafax when upgrading, if hylafax was previously running.
(Closes: #271172)
* Move all existing /var/spool/hylafax/dev/FIFO to /var/spool/hylafax
as this is the new preferred location (Closes: #271705).
* Made faxaddmodem more friendly (Closes: #269259)
* Added japanese debconf translation, thanks to Hideki Yamane (Closes: #271094).
* Added a strong check before copying every file from /etc/hylafax
to /var/spool/hylafax/etc when upgrading the client and the server
together. The problem is that /etc/hylafax/faxmail.ps seems to
disappear on a specific and not reproducible case. Thanks to Hugh
Esco for pointing this out.
* Modified the postinst script for the client package in order to
correclty upgrade from the woody version when the server package
isn't installed. (Closes: #268019).
* Added a NEWS.Debian file explaining the two-twin-dirs and how to
upgrade from Woody
* Corrected the patch to make hylafax work on hppa, alpha and ia64
* Added patch in order to compile on alpha and hppa
* Correctly copy all client configuration files from
/etc/hylafax to /var/spool/hylafax.
* Moved faxutils.so from server to client package.
* Better handled file already present from previous a installation
* Changed the hylafax restarting in seerver/postinst from restart
to start, since the stop is always called in preinst.
* Preconfigured hyla.conf using enscript or libgnomeprint-data AFM
files. Changed debian/control in order to depend on one of them.
* Stop hylafax server before removing the package.
* As in 4.1.8 the fax user is replaced with root. faxsetup has been
modified accordingly.
* Disabling the client configuration in faxsetup since it is already
done by the package.
* New upstream version
* included dutch translation of templates by Luk Claes (Closes: #263724)
* updated brasilian portuguese translation by Andre Luis Lopes (Closes: #264205)
* Corrected the way hylafax is stopped during updates and removed NEWS.Debian
* Added psmisc as dependency for hylafax-server (Closes: #264951)
* Changed copyright based on the new hylafax release
* patched faxadduser and faxdeluser in order to update both
configuration files in /etc/hylafax/ and /var/spool/hylafax/etc/
(Closes: #264997)
* Replaced debian faxcover.ps with the original one from upstream
* Removed the config.site patch. Now use ./configure arguments.
* Correctly find the devices used in the init script (Closes: #263128)
* Definitely fixed the way hylafax restart daemons during the upgrade.
* Added catalan translation by Aleix Badia i Bosch (Closes: #254868)
* Added file NEWS.Debian
* Added gs as build dependency.
* Added a better check about the config.* files to use (Closes: #261204).
* Added support for old style setup.cache where the values were 1 and 0
instead of yes and no. (Closes: #253067).
* Added a feedback when copying configuration files in faxaddmodem.
* Changed the copy procedure in the init script in order to leave
the backup files (ending in ~ or .bak) uncopied.
* Require libtiff4 in order to avoid a problem with libtiff3 (Closes: #254738).
* Added /usr/share/enscript/afm as source for the font used in
taglines (Closes: #261210).
* Corrected a problem that made AWK point to unexistant /bin/awk
* Correctly change to uucp:uucp the owner/group of /var/spool/hylafax
(Closes: #109816).
* Add the ghostscript type1 font path to hyla.conf. (Closes: #154506).
* Add a check for defoma fonts and then for ghostscript fonts in
configure. (Closes: #99431, #151211).
* Correctly setup defaults and new build-depends to include gs and
gsfonts (Closes: #161192).
* Added french localization for the debconf template. (Closes: #252630).
* Corrected a bug in faxaddmodem that would prevent the TagLineFont
tag to appear in the config file. Added a note about tag lines in
README.Debian (Closes: #181917).
* Added a comment in hyla.conf as suggested in #123374 (Closes: #123374).
* Corrected an error in the init script. Thanks to Ilguiz Latypov (Closes: #250474).
* Added mailx dependency since it used by the cron jobs (Closes: #252115).
* Added support for archiving in the cron jobs (Closes: #252269).
* Backported patch from hylafax bug 409 in order to fix #240088 (Closes: #240088).
* Backported patch from hylafax bug 492 in order to fix a setgid problem (Closes: #227696).
* Moved the FIFO pipe from dev/FIFO to FIFO.
* Removed link from $SPOOL/etc to /etc and modified
the start/stop script in order to clone /etc to $SPOOL/etc
before starting the server.
There still the possibility that the server ran in the chroot
environment will write to the configuration files. If this
happen then the script will detect the problem, print a message
and exit with an error code.
* Added c++-compiler, dpatch and libpam-dev as build-depend.
* Added -Wno-switch-enum to limit the compiler output when calling g++
* [Martin Quinson]
- switch to gettext based debconf templates
- reword some templates to follow best current practices
- add debconf-updatepo to debian/rules[clean] to make sure that the
translator input is uptodate in source packages.
* New upload that replace the -8 that seems to be broken.
* Reverted back the start-stop-daemon as uucp user since this
would disable the chroot ability for clients (Closes: #248257).
* Corrected the patch that allow hylafax to bind to one
address, since it wasn't working if the bind wasn't asked for
(Closes: #248254).
* Created a patch in order to bind hylafax to a specified
port (Closes: #246922).
* Removed debian/packages and debian/rules.old that were
used with yada.
* Changed debian/rules in order to correctly setup CFLAGS
and the optimizer (Closes: #248058).
* The servers for old protocol, new protocol and snpp are
now started only if selected in faxsetup. The start/stop
script now read the specified values from faxsetup but
leave to user the opportunity to change these values in
/etc/default/hylfax. The README.Debian file has been
changed in order to document this behaviour.
* Correctly startup the hylafax server as UUCP user and group
changing uid with start-stop-daemon.
* Applied patch from hylafax bug 439 (Closes: #65203).
* Corrected a spell error in the init script.
* Modified faxgetty man page in order to specify that it
is ran via /etc/init.d/hylafax program. This fix one
half of #225329.
* Corrected a problem in debian/rules that was copying
man page sources instead of correced man pages (Closes: #225329)
* Added a patch by Ross Boylan in order to allow hylafax
to still have faxgetty run by inittab (Closes: #214477).
* Applied patch from http://bugs.hylafax.org/bugzilla/show_bug.cgi?id=412
in order to fix a problem with mawk (Closes: #240736).
* Changed the weekly cron in order to leave all log files readable
by everyone and changed the file owner in faxcron.sh from root to
uucp (Closes: #235149).
* Changed README.Debian in order to show that faxgetty is already started
during boot. There is also an explaination on how to switch to the
/etc/inittab way of spawning faxgetty. (Closes: #235113).
* Changed the /etc/init/hylafax script in order to check if
the processes are already running before (re)starting all
daemons. (Closes: #239730).
* Correctly set up the maintainer field and reassign the package (closes: #230604).
* New maintainer
* restart hylafax server and faxgetty during upgrade (closes: #144493).
* Orphan the package.
* Add /etc/default hylafax, parameter RUN_HYLAFAX, to explicitely start
hylafax (closes: #205968, #225908).
* Provide textfmt in /usr/sbin as well (closes: #222203).
* New upstream version.
* Security release that fixes a remotely exploitable format string
vulnerability in hfaxd that could be present in certain non-default
configurations.
* New (I hope interim) maintainer.
* Use debhelper instead of yada for package building.
* Fix bashism in init script (closes: #217839).
* hylafax-server: Add recommends on metamail (closes: #218856).
* Make faxrcvd attachment filename consistent among file types.
Closes: #183595.
* Fix link to cgi program man2html (closes: #161127).
* Add alternate gs-esp dependency for hylafax-server (closes: #213760).
* Add /etc/default/hylafax, sourced by /etc/init.d/hylafax.
* Fix hylafax restart behaviour (closes: #217638).
* Fix scripts to call textfmt instead of /usr/sbin/textfmt.
Closes: #209258, #216011.
* Put the files from /var/spool/hylafax/bin to /etc/hylafax/bin.
Most of them are expected to be modified (closes: #24206, #210745).
No better solution yet ...
* Update support in hylafax-server's preinst to move spool directories
from /var/spool/fax/* to /var/spool/hylafax/. Closes: #156250, #192129.
* A "I still don't like yada" NMU.
* Don't modify foreign conffiles (closes: #210937).
* Fix detection of modem names (closes: #207626, #208146, #208554).
* Use mime-codecs's base64-encode instead of metamail's mimencode.
Closes: #212345.
* cron.monthly: There may be no faxes received in the last month.
Closes: #203308.
* NMU
* Add a build dependency on python. The current yada 0.17 is broken
and needs this. And don't ask me why _I_ have python installed ...
Closes: #205348.
* NMU
* Add autotools-dev as build dependency (closes: #205324).
* NMU
* New upstream version.
* NMU
* New upstream version (closes: #174627).
- Fix invalid preprocessor pasting (closes: #195196).
* Build-Depend on autotools-dev for recent copy of config.{guess,sub}
* defs.in: s/unsigned int/unsigned/ to workaround white space escapes.
* faxcover: recognize -z flag (closes: #186343).
* hylafax-client: Add dependency on libpaper-utils (closes: #184450).
* install hylafax-config manpage (closes: #173111).
* hylafax-server: Fix installation failure (closes: #187012).
* hylafax-server: Start faxgetty in init script (closes: #161391).
* don't hardcode awk (closes: #153488).
* hylafax-server: Fix init string for USR modems (closes: #161387).
* Install hylafax-client manpage (closes: #151209).
* NMU so it will build on unstable and the buildds again. Closes: #157913
* configure: include <iostream> and use std::cout, std::eol so it will work
with currect c++ compiler
* configure: unset POSIXLY_CORRECT when doing sed stuff that is not at
all POSIX, such as /@SCRIPT_SH@/s;;/bin/bash;g
* debian/yada: pass MAKELEVEL=0 to sucky make-output parsing configure
script
* configure: insert a blank line after every line output by dumpvars,
as it otherwise sometimes does not put a newline after sed statements,
which confuses sed. Did not track this bug all the way down, this is a
workaround
* defs.in: turn on -Wno-deprecated to shut up all the deprecated header
warnings, for sanity's sake
* Force yada to use bash. Closes: #190775.
* Non-maintainer upload by security team
* Backported secrurity fixes from 4.1.3:
. Fixed hostname format string vulnerabilities in faxrm, faxstat,
faxalter, sendfax, sendpage, faxfetch and faxwatch
. Fixed a potential buffer overflow when copying TIF data
. Fixed TSI format string vulnerability in faxgetty
* Added a double cast so g++ will actually like the last backported fix
(Pavel, beware, you may reuse that construct for the next upstream
version).
* Fixed path in cron.monthly (Closes: #145354, #145856)
* New upstream release (Closes: #145354)
* Added dependency on metamail (Closes: #145428)
* Fixed typo in README.Debian (Closes: #145427)
* New upstream release (Closes: #123223)
* HylaFAX spool is now /var/spool/hylafax (upstream change)
* Fixed typerules to call textfmt instead of /usr/sbin/textfmt. Textfmt now
uses a default font (Closes: #142125)
* This is not a bug in HylaFAX (Closes: #139022)
* Fixed permissions on spool and config directories. Also fixed (upstream)
bug in faxsetup, which always created modem FIFO's with incorrect
permissions (Closes: #139830, #113849, #113849, #135173)
* Added Russian Debconf template (Closes: #137659)
* Extended README.debian, new QuickStart document, and packaged upstream
changelog and TODO.
* The following bugs are (believed to be) fixed in unstable
(Closes: #110297, #118501, #118539, #118546)
* Package hylafax-server depends on hylafax-client (Closes: #118514)
* A properly configured hylafax-server package creates symlinks for
/var/spool/fax/bin/{pdf,ps}2fax.gs (Closes: #120500)
* /var/spool/fax is owned by uucp:uucp (Closes: #120495)
* Migrate existing hosts file to hosts.hfaxd, if one exists
(Closes: #120498)
* Added missing build-dependency on ed (Closes: #116660)
* Added pt_BG translation of debconf templates (Closes: #110188)
* Postrm script doesn't remove /var/spool/fax anymore (Closes: #113085)
* Fixed dialtest/typetest installation (Closes: #106818)
* Script ps2fax.gs.sh is now installed under the name of ps2fax.gs
(Closes: #105730)
* Fixed postinst debconf freeze, thanks to Zsolt Varga.
* Modified default hfaxd.conf JobFmt setting as per request by Kevin
Dalley in order to handle international format numbers in the US
(Closes: #105825)
* New upstream release (Closes: #72474, #102661)
* Closed obsolete bugs (Closes: #84755)
* Won't fix (Closes: #37741, #53874, #59846)
* Fixed cron.monthly script to correctly generate the fax statistics,
thanks to Pal Loberg (Closes: #98128)
* pagesizes is no longer a conffile since it's actually automatically
generated at post-inst (Closes: #47621)
* Package hylafax-server had incorrect section of doc; fixed
* Added Brett Wuth's email about configuring mgetty as README.mgetty
(Closes: #99476)
* Changed hylafax-doc Section to doc (Closes: #94843)
* Added Bulgarian and German translations of the Debconf templates
(Closes: #95131)
* Changed mode for /var/spool/fax/dev to root:uucp, 775 (Closes:
#94139, #96594)
* Symlink problem cannot be reproduced with latest version (Closes:
#90274)
* Added gs-aladdin as an alternative to gs in the dependencies list
(Closes: #92123, #92528)
* Initial debconf-ization
* Previous versions of HylaFAX used to use /etc/hylafax/*getty-link
instead of the various getty flavours directly, but 4.1beta3-1 and -
2 broke this. The old behaviour is restored now (Closes: #92863)
* Fixed Debian-specific file paths (Closes: #90726)
* Swithched back HylaFAX UID/GID to uucp:uucp (Closes: #90706)
* New upstream release
* Changed runtime UID/GID to fax:fax instead of uucp:uucp (Closes:
#87870)
* Took the package maintainership (closes: #81959, #81960, #81957)
* Removed debian/yada in source package and added Build-dependency on
yada (closes: #82403)
* Changed hylafax-server to depend on hylafax-client (closes: #78373)
* Moved man pages from hylafax-doc to hylafax-client and hylafax-server
respectively. Package hylafax-doc carries only the HTML
documentation now
* Documentation is now registered with doc-base
* Create separate account for faxmaster instead of just aliasing it to
root (closes: #67380)
* Hylafax-server no longer touches /etc/{inittab,aliases,syslog.conf}
(closes: #54654)
* Changed faxcron script to call find with "-type f" to avoid annoying
messages (closes: #25303, #70873)
* Added -dFIXEDMEDIA to the ps2fax.gs.sh script as suggested by Jose
Carlos Benfati <benfati@super11.net> (closes: #65210)
* Added spaces after y/n questions in the hylafax-server postinst
script (closes: #63208)
* In hylafax-doc: moved html-patch to the Install section of packages
to fix a problem with the MD5 sums of some of the documents
* Added a lintian override to suppress some warnings about hylafax-
server
* New upstream release with pristine sources
* Orphaned the package
* Applied patch to work with libtiff3.5 (closes: #50523)
* Fixed again DCONFIG_SOCKARGLENTYPE (closes: #51186)
* Fixed wrong chgrp on etc symlink (closes: #50931)
* Fixed perms on /etc/hylafax/hosts (closes: #52767)
* Fixed misleading prompt about configuration (closes: #51836)
* Moved manpages in hylafax-doc (closes: #51757)
* Warning : This upload is still incompatible with libtiff3.5
* Fixed manpages misusages of "public domain" (closes: #47589)
* Changed util/Socket.h (closes: #46341)
* Recompiled hylafax against libtiff3 (closes: #48962)
* Added new Debian faxcover.ps (closes: #35974)
* Switched /usr/doc/ -> /usr/share/doc/
* Fixed DCONFIG_SOCKARGLENTYPE (closes: #46341)
* Changed postinst to ask less questions on upgrade (closes: #46053)
* Fixed removal of /var/spool/fax (closes: #43218)
* Converted package management to YADA
* Applied upstream leap-year patch
* Applied upstream security fix patch about faxsurvey
* Fixed debian/postinst bashisms (closes: #35020)
* Removed chown on ttyS? (closes: #34276)
* Changed cron.weekly to test xferlog (closes: #33697)
* Fixed configure to use CONFIG_MAXGID="65534" (closes: #31323)
* Fixed debian/rules to generate hylafax-doc in binary-arch target (Fixes: Bug#25586)
* Removed xferlog from hylafax-server (Fixes: Bug#28795)
* Compiled hylafax-server against libstdc++2.9 (Fixes: Bug#29066)
* Compiled hylafax-client against libstdc++2.9 (Fixes: Bug#29065)
* Changed font metric information directory to /usr/share/enscript (Fixes: Bug#25700)
* Fixed faxcron, recvstats and xferstats /tmp bug (with tempfile)
* Changed a dependency for hylafax-doc : now only suggests man2html (Fixes: Bug#26107)
* Fixed wedged.sh (Fixes: Bug#23200)
* Added a new faxrcvd.sh using MIME (Behan Webster patch) (Fixes: Bug#20930)
* Fixed debian/install and debian/html-patch calls (Fixes: Bug#24506)
* Deleted debian/rules LDFLAGS Make variable (Fixes: Bug#25579)
* Added new options to faxcover
* Removed faxsurvey (security fix)
* Added '>/dev/null' to savelog calls in /etc/cron.weekly
* Fixed /etc/init.d/hylafax to conform boot console policy (Fixes: Bug#21285)
* Added postinst in hylafax-client to determine default paper size
with paperconf (Fixes: Bug#21149)
* Fixed postinst in hylafax-server to purge syslog.conf entry (Fixes: Bug#21634)
* Fixed /etc/aliases handling in postinst (Fixes: Bug#20464)
* Added newaliases call in postinst
* Added getty symlinks handling in postinst (Fixes: Bug#20467)
* Fixed /etc/hylafax link (Fixes: Bug#21003)
* Fixed a dependency on enscript in hylafax-client (Fixes: Bug#19610)
* Fixed copyright path (Fixes: Bug#19329)
* Deleted special file (Fixes: Bug#19329)
* New upstream release with pristine sources
* Added a dependency on mgetty-viewfax in hylafax-client
* Patched hfaxd to use /etc/hylafax (#18178)
* User can now specify tagline (Bug#18179)
* Fixed test on /var/spool/fax/etc in faxsetup (Bug#18346)
* Added a dependency on libtiff-tools in hylafax-server (Bug#17818)
* Fixed textfmt path in faxsetup (Bug#17834)
* Removed a warning message in faxstat (Bug#17835)
* Fixed error with old init.d script (Bug#17678)
* Added hylafax suffix to man pages (Bug#17681)
* Added faxanswer faxabort and faxquit symbolic links (Bug#17727)
* Added hylafax-client man pages (Bug#17734)
* Moved textfmt to hylafax-client (Bug#17736)
* New maintainer
* Changed distribution
* Built with libc6
* Updated to Debian standards
* New debian/rules
* Fixed sendmail path (Bug#10451)
* Fixed FIFO permission problem (Bug#9292)
* Closed obsoletes bugs (Bug#9170) (Bug#9171) (Bug#9293)
* Incremented debian version number so as not to clash with Christoph
Lameter's hylafax package.
* Initial Release. Some problems.
* Looking for someone else to give the finishing touches to the package.