Commit graph

813 commits

Author SHA1 Message Date
wiz
0946370762 Use versioned distfile. 2005-03-24 14:07:02 +00:00
schwarz
d8b9288577 fixing PR#26796 2005-03-20 21:47:35 +00:00
tv
6c110413e0 Numeric DAEMONUSER and DAEMONGROUP don't exist in the source; nuke the
USERFLAGS!= which fails on platforms with no "uucp" user.
2005-03-19 16:02:46 +00:00
wiz
daedcb3f45 Regen some patches to get correct line number offsets; some patch(1) care. 2005-03-07 11:29:28 +00:00
taca
0f010b9a66 Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
taca
8d2edeed36 Cosmetic change with pkglint(1). 2005-03-06 12:57:06 +00:00
wiz
df61fc629b Fix build. 2005-03-03 15:13:39 +00:00
jwise
db92461261 Regen after RCSId add. 2005-02-23 19:14:52 +00:00
jwise
f66855dd98 Sigh. RCS Id. 2005-02-23 19:14:31 +00:00
jwise
e1e6e72afa While here, fix the group for voice mail messages in the default voice.conf. 2005-02-23 19:14:03 +00:00
wiz
a98d77812e Update checksums for patch-a[bcd] after RCS got added. 2005-02-23 17:13:31 +00:00
jwise
35e59015ed Be MAINTAINER of this, at least for now. 2005-02-23 16:58:43 +00:00
jwise
aea1303f82 Re-add RCS Ids. 2005-02-23 16:58:26 +00:00
jwise
81e3e265f5 Update to mgetty+sendfax-1.1.31. While here, also install vgetty
config file, which we were skipping.


Changes from mgetty+sendfax-1.1.30:

Sat Jul 24 16:54:52 MEST 2004  Gert Doering <gert@greenie.muc.de>

	* release 1.1.31

	* doc/mgetty.texi-in: add section on isdn4linux and CAPI

Sat Jul 17 17:21:38 MEST 2004  Gert Doering <gert@greenie.muc.de>

	* doc/sff2g3.1in: add man page for sff2g3

Sat Jul 17 12:18:28 MEST 2004  Andreas Barth <aba@not.so.argh.org>

	* cnd.c: add "+CLIP:" string for caller ID

	* voice/libvoice/detect.c: ATI codes for Zoom and Multitech modems

	* voice/libvoice/V253modem.c: more flexible sample/s. handling
	   (old stuff was fixed at 7200 hz)

	* voice/pvftools/pvftormd.c: accept 7200, 8000, 11025 Hz for "Lucent"

	* fax/faxspool.in: use per-user .faxheader/.make.coverpg files
	  instead of global defaults (if per-user files exists)

Fri Jul 16 19:03:48 MEST 2004  Gert Doering <gert@greenie.muc.de>

	* g3/Makefile: add "make test" test suite (for G3 tools)

	* g3/sff2g3.c: NEW: converter from CAPI SFF fax format to raw G3

	* Makefile: pack g3/sff2g3.c

Thu Feb  5 18:40:29 MET 2004  Gert Doering <gert@greenie.muc.de>

	* fax/faxspool: rework umask saving/restoring (use subshell trick)

Sat Jan 10 00:01:25 MET 2004  Gert Doering <gert@greenie.muc.de>

	* faxlib.c: add 1503 ID code (ZyXEL U-90E)

Tue Dec 16 12:46:52 MET 2003  Andreas Barth <aba+nospam@not.so.argh.org>

	* Makefile: remove -DAUTO_PPP

	* policy.h: include FIDO and AUTO_PPP here

Fri Dec  5 22:46:47 MET 2003  Ken Findlay <kjf@taylorbritt.com>

	* login.c: empty lines should never match, not even empty user names

Mon Nov 17 20:08:59 MET 2003  Gert Doering

	* mgetty.c: log warning if parent PID is not "1" (init)

	* mgetty.cfg.in: add clarification about "direct yes" to sample cfg

Fri Nov  7 21:47:27 MET 2003  Andreas Barth <aba+nospam@not.so.argh.org>

	* fax/faxspool.in: add per-user faxheader and coverpg files

	* doc/faxspool.1in, mgetty.texi: document new feature

Thu Oct  9 12:44:47 MEST 2003  Gert Doering

	* fax/faxspool.in: reject empty (0 bytes) input files

Sun Oct  5 13:59:51 MEST 2003  Gert Doering

	* do_chat.c: make clean_line() logging show the timeout value

Mon Sep 29 23:36:34 MEST 2003  Andreas Barth

	* contrib/g3tolj.c, g3toxwd.c: clean up protoypes and return types

	* various .c files: integrate Debian cleanup fixes (usually
	  adding <string.h> and/or <stdlib.h> where missing)

Wed Aug 20 12:39:53 MEST 2003  Gert Doering (gert@greenie.muc.de)

	* fax/faxrunqd.in: change signal handling - use HUP for graceful
	    exit, and dump statistics to logfile upon receipt of USR2

Sat Jun 28 22:14:35 MEST 2003  Gert Doering (gert@greenie.muc.de)

	* fax/faxq-helper.c: honour user umask when spooling G3 files
	  (user decides whether group/other can read faxes)

	* fax/faxspoool.in: reset umask after creating tmpdir (with umask 077)

	* fax/faxq-helper.c: file name validation was overly strict -
	  accept anything that's printable, not a space, '/' or '\'

Thu Jun 12 16:56:44 MEST 2003  Gert Doering (gert@greenie.muc.de)

	* faxlib.c: Multitech and USR return class 2.0/2.1 +FPS:<x>,<lc>
	  values in decimal, not hex -> change +FPS: parser to do decimal
	  for those modems (via modem_quirks |= MQ_FPS_NOT_HEX)

	* fax_lib.h: add MQ_FPS_NOT_HEX modem quirk bit

	* faxrec.c, faxrecp.c: understand VR=8 for "normal mode" (200x100 dpi)

Mon Apr 28 19:41:14 MEST 2003  Gert Doering (gert@greenie.muc.de)

	* logname: make "buffer overrun" error message more precise

Wed Apr 23 10:49:25 MEST 2003  John R. Jackson <jrj@purdue.edu>

	* voice/libutil/access.c: more verbose error reporting

Wed Apr  9 23:05:23 MEST 2003  Gert Doering (gert@greenie.muc.de)

	* fax/faxspool.in: fix spooling without header line (-h -)

Sun Apr  6 16:09:14 MEST 2003  Andreas Barth <aba@not.so.argh.org>

	* mgetty.8in, mgetty.texi-in: document escape sequences for
	  /etc/issue and login prompt.

Wed Mar  5 21:37:38 MET 2003  Gert Doering (gert@greenie.muc.de)

	* Makefile: abort "make install" before installing faxspool
	  if fax user does not exist

	* Makefile: unconditionally chown $FAX_SPOOL_OUT to fax user

Tue Feb  4 17:46:45 MET 2003  Gert Doering (gert@greenie.muc.de)

	* fax/faxq-helper.c: uid=0 overrides access permission checks

	* fax/faxrm.in: bugfix: get faxq-helper path from sedscript

Tue Jan 21 14:27:39 MET 2003  Gert Doering (gert@greenie.muc.de)

	* fax/faxspool.in: abort with a proper error message on input file
	  names containing white space or quote characters

Tue Jan 14 14:30:42 MET 2003  Gert Doering (gert@greenie.muc.de)

	* fax/faxrunqd.in: include "success" counter in per_phone_statistics

	* ugly.h: #define USE_VARARGS for non-Ansi C compilers

	* logfile.c: change #include<> sequence to catch USE_VARARGS def.

Wed Jan  8 23:03:26 MET 2003  Gert Doering (gert@greenie.muc.de)

	* fax/faxrunqd.in: if a fax job fails, reschedule on different
	  modem (if possible)

	* voice/libvoice/V253modem.c: fix ELSA_RMD_NAME (used for
	  V.253 modem <-> other modem RMD equivalency checks)
2005-02-23 16:57:28 +00:00
agc
645a2eab08 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 16:05:29 +00:00
hubertf
9a981bcfbe Sign over maintainership to tech-pkg@ 2005-02-21 20:26:08 +00:00
wiz
5f059983d5 Sort 2005-02-20 23:05:54 +00:00
wiz
06979f5655 Update to 0.7.5:
fix: transparent pin processing was broken
    fix: direct sms receive mode was broken
    extended direct sms receive mode to also get status report messages
    support for finding empty phonebook slot
    add support for OS/2 (thanks to Alex Samorukov)
    new special string "last" for phonebooks
    enabled direct receiving of short message status reports
    new option --system-charset
    italian translation for rpm spec file, manpage and gettext messages
      (thanks to Andrea Benazzo)
2005-02-18 18:23:30 +00:00
wiz
39f36615c9 Add patch to fix build on Linux, provided by Jorge Acereda in PR 29408. 2005-02-16 22:09:01 +00:00
tron
50f64b597c Remove unnecessary "perl" binary detection which gets confused by the
buildlink3 framework. Also use "${WRKDIR}" instead of hard coded "/tmp"
for temporary files.
2005-02-13 20:36:11 +00:00
taca
c3ffe35cf7 Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.
Bump PKG_REVISION.
2005-01-28 14:08:01 +00:00
adam
a56bf1eb4a Changes 4.2.1:
* fix CAN-2004-1182: hfaxd client/server authentication
  vulnerability (10 Jan 2005)
* fix possible filename race in tiff2pdf (10 Jan 2005)
* improve modern distinctive ring support, add
  NoAnswerVoice config feature, and enhance third-party
  getty interaction (1, 2 Jan 2005)
* add support for etc/resetmodem (30 Dec 2004)
* fix NOTIFY_FAXMASTER within notify (30 Dec 2004)
* improve tiff2pdf and use it more (29 Dec 2004)
* fix 300 dpi support for some receivers (28 Dec 2004)
* cause faxsetup to double-check and fix attachment encoding
  setup (27 Dec 2004)
* add uuencode support in pollrcvd (27 Dec 2004)
* add support for base64-encode (27 Dec 2004)
* check strftime with arguments, gcc-3.3 fix (23 Dec 2004)
* initialize some variables in some scripts that may not
  be initialzed in setup.cache (23, 27 Dec 2004)
* remove need to have separate "fax" user (22 Dec 2004)
* fix parsing of AT+FCLASS=? response within faxaddmodem
  and probemodem (21 Dec 2004)
* improve multi-line handling within notify (20 Dec 2004)
* improve trap handling in faxaddmodem/probemodem (17 Dec 2004)
* fix hfaxd from rejecting jobs scheduled for the past while
  the killtime is still in the future (15 Dec 2004)
* drop ftp links from received notification e-mail (8 Dec 2004)
* fix dial-and-answer feature (2 Dec 2004)
* add NSF recognition for MFC-3100C (29 Nov 2004)
* fix Class 1 support for services "0,1.0" (26 Nov 2004)
* limit hfaxd jobs cache size (23 Nov 2004)
* fix hfaxd ABOR command and trigger (23 Nov 2004)
* fix error when hfaxd FIFO fills (23 Nov 2004)
* document -age option for recvstats/xferfaxstats (23 Nov 2004)
* add coversheet information into the q-file (23 Nov 2004)
* fix documentation regarding DesiredEC (23 Nov 2004)
* change minsp to minbr for consistency (23 Nov, 2 Dec 2004)
* fix hfaxd problem with file descriptors (23 Nov 2004)
* fix hfaxd from dying on ECONNABORTED (23 Nov 2004)
* add -fpic to DSO build for non-x86 Linux (23 Nov 2004)
* add CALL records to xferfaxlog and LogCalls config (16 Nov 2004)
* fix/implement desireddf in faxsend and faxq (29 Oct 2004)
* fix the filetype output for JPARM DOCUMENTS (14 Oct 2004)
* add SHIELDED_DTMF option for CIDNumber (7 Oct 2004)
* add Class1Resolutions, deprecate Class1ExtendedRes (20 Sep 2004)
* fix a bug in notify when the job is killed (15 Sep 2004)
* initialize supplementary groups when switching
  uid (13 Sep, 8 Dec 2004)
* fix faxsend to retrain after receiving RTP (9 Sep 2004)
* fix tiffcheck unit comparison error (1 Sep 2004)
* fix misconfirmation of some ECM faxes (30 Aug 2004)
* add fax batching support to faxq (30 Aug, 9 Sep 2004)
* ignore garbage after sending TCF data (26 Aug 2004)
* fix truncation of filenames in faxcron (26 Aug 2004)
* add configure support for libtiff 3.7 (25 Aug 2004)
* extend short send-HDLC timeouts (18 Aug 2004)
* add a pause after receiving MCF on non-ECM send sessions (18 Aug 2004)
* fix broken fax polling (17 Aug 2004)
* add several timing enhancements for stressed
  servers (16 Aug, 10, 15 Sep, 14 Oct 2004)
2005-01-27 16:22:37 +00:00
tv
fc4476a027 Make sure libpisock is linked with -lm -- should fix compilation of
dependents that previously died because ldexp(), frexp() were unavailable.
2005-01-25 18:41:19 +00:00
tv
defe7d0d35 Add libgetopt for platforms that need it to build scmxx (e.g., Interix). 2005-01-25 13:47:03 +00:00
tv
0818d396c9 Don't "make depend"; not all systems have 4.4BSD mkdep(1). 2005-01-24 01:58:05 +00:00
tv
679bdc9af4 Put --with-catgets inside the conditional to match LOCALE_SUFFIX. 2005-01-24 01:54:31 +00:00
tv
af07529a4f Fix build on Interix, and properly depend on gettext-lib for platforms
using that.
2005-01-21 13:05:28 +00:00
markd
2acc8cb09e Fix configure to allow build with libtiff 3.7. 2005-01-03 22:58:14 +00:00
fredb
23a6c69d1a Make the dependency on p5-perl-headers slightly more restrictive, to
force recompiling of it after the base system is upgraded, as suggested
by Juergen Hannken-Illjes in an addendum to PR pkg/28754.
2004-12-29 17:16:30 +00:00
minskim
5e28b53ad3 Use VARBASE. 2004-12-29 15:42:37 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
reed
32d8f290c2 The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.

This is from ideas from Greg Woods and others.

Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
2004-12-28 02:47:40 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
minskim
1bae2b6af9 Add build dependency on pkgconfig, which is used by configure. 2004-12-19 18:18:34 +00:00
tron
92e8c701e6 Undo last change because "perl-thread" package has been removed. 2004-12-16 04:10:37 +00:00
jlam
0fcc98108c Move buildlink3.mk files ahead of make targets, as in doc/Makefile-example. 2004-12-15 16:01:48 +00:00
jlam
609c937d41 JPilot's KeyRing plugin requires OpenSSL, so add the dependency by
including openssl/buildlink3.mk.  While we're here, also convert to
set USE_OLD_DES_API=yes and remove patch-ab, which was a workaround
for the OpenSSL DES problem.  Bump the PKGREVISION due to the dependency
change.
2004-12-15 16:00:23 +00:00
tv
4f218f6ec4 Fix build for NetBSD 2.99.x: should cast arg to ctype macros to
"unsigned char" first.  (Oddly enough, this was being done just a few lines
prior when using the values as array indexes.)
2004-12-08 14:55:56 +00:00
jlam
00686c240d Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changed
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to
the configure and build processes.
2004-12-04 23:09:06 +00:00
taca
05a0ff5ab1 Switch to use RUBY_DLEXT as suffix of extention library. 2004-12-04 17:20:46 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
wiz
4ce264687e Bump PKGREVISION for removal of db3 buildlink3.mk file from
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30 18:26:39 +00:00
tv
02d220d324 Update to 0.9.8. Fix MAINTAINER. Changelog:
0.9.5   (Thu Sep 04 2003 18:18:04)
-----
	64-bit integer fix (Tobias Ernst 2:2476/418).

	Allow '-' and '_' in domain names (Tobias Ernst 2:2476/418).

	"defnode" was not work correctly in 0.9.4.

	binkd/win: run() fix for no inherit open files (i.e. *.bsy).
	@command - run in background (Dima Afanasiev <da@4u.net>)

	binkd/os2-emx: run() fix

	binkd/os2: don't send hidden files from filebox

	New command-line parameter '-m' - do not use MD5 authorization.

	If remote requests file offset more then file size, touch
	the file and drop session for send it from 0 next session.

	binkd/unix: run as daemon (Alex Semenyaka <alexs@snark.rinet.ru>).

	New option skipmask in binkd.cfg - don't receive (destructive skip)
	files by specified wildcards.

	getfree() bug if free space >4G fixed.

	NTLM proxy authotization (Dima Afanasiev <da@4u.net>).

	New option bindaddr in binkd.cfg - bind to specified interface
	(Dima Afanasiev <da@4u.net>).

	Run by-file events with the same command-line once after session.

	Bugfix in ftrans (thanks to Aleksey I Zavilohin <villain@ems.ru>).

	New option inboundcase in binkd.cfg - set case style for received files
	(Kostya Falkov 2:5014/33@fidonet)

	New option deletedirs in binkd.cfg - delete empty point dirs in BSO.

	Do not send empty (60-bytes) pkt files.

	New option overwrite in binkd.cfg - overwrite older file by newer.

	Run as service under win9x (Alexander Reznikov 2:4600/220@fidonet).

	Check free space on inbox if defined.

	Fix security vulernability (DoS) (andrew clarke <mail@ozzmosis.com>).

	Assume default domain for remote 4D address.

	Do not resolve hosts if proxy or socks5 using.

	Do not give unsecure mail to secure link when send-if-pwd.

	Amiga Style Outbound (ASO) support.

	New option -sip in node string: strict IP check; host need to
	be specified, resolved and matched. For -ip option unresolved
	host is ok.

	Crypt traffic, new option -r (disable crypt).

	NR- and ND-modes can be asymmetric now, options -nr and -nd
	sets mode only for receiving files from this node.

0.9.6   (Fri Oct 28 06:02:25 EET 2003)
-----
	Memory leak in event processing (Roman Trunov).

	Bugfixes in NT service exit (Stas Degteff).

	Some minor bugfixes.

0.9.7   (Sun Jun 15 08:22:58 EET 2004)
-----
	Fix in client manager (poll nodes queue).

0.9.8   (Mon Nov 08 12:47:00 EET 2004)
-----
	Fix signal handling, binkd sometimes hangs under glibc 2.3.

	Fixed memory leak.

	Fixed compilation under SuSe and OS2-emx.
2004-11-29 00:58:08 +00:00
wiz
b4c1c3756d Depends on gettext-lib; add bl3 file. 2004-11-28 14:33:20 +00:00
wiz
3be097f0dd Update to 0.7.4:
support for configuration file (.scmxx/config in home directory)
    add lock listing to --info
    new option --lock-info to show status of locks and as switch for --info
    new option --toggle-lock to toggle status of a lock
    new option --dial to dial a number using remote keypad access
    german translation for rpm specfile, manpage and gettext strings
    russian translation: updated manpage and partially gettext
2004-11-27 23:00:00 +00:00
taca
005d3d8a4c Migrate ruby-rdtool to use new framework for Ruby packages.
Correct install directory under site_ruby, too.
2004-11-27 15:34:29 +00:00
jmmv
835250351d Bump PKGREVISION due to security fixes in libxml (dependency adjusted to
1.8.17nb3).
2004-11-20 22:10:22 +00:00
jlam
43ac8c39e1 Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.
2004-11-13 22:04:52 +00:00
jlam
5e5ac5cef9 USE_BUILDLINK3 is a yes/no variable. 2004-11-13 21:28:27 +00:00
tron
bfa12b7830 Fix dependence so this can be used with the "perl-thread" package. 2004-11-13 21:12:49 +00:00