summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
2005-10-30Pullup ticket 868 - requested by Adrian Portellisalo11-58/+134
security fixes for hylafax Revisions pulled up: - pkgsrc/comms/hylafax/Makefile 1.44 - pkgsrc/comms/hylafax/distinfo 1.15 - pkgsrc/comms/hylafax/patches/patch-aj removed - pkgsrc/comms/hylafax/patches/patch-ak removed - pkgsrc/comms/hylafax/patches/patch-ar removed - pkgsrc/comms/hylafax/patches/patch-as removed - pkgsrc/comms/hylafax/patches/patch-ba 1.1 - pkgsrc/comms/hylafax/patches/patch-bb 1.1 - pkgsrc/comms/hylafax/patches/patch-bc 1.1 - pkgsrc/comms/hylafax/patches/patch-bd 1.1 - pkgsrc/comms/hylafax/patches/patch-be 1.1 Module Name: pkgsrc Committed By: adrianp Date: Sun Oct 30 20:14:07 UTC 2005 Modified Files: pkgsrc/comms/hylafax: Makefile distinfo Added Files: pkgsrc/comms/hylafax/patches: patch-ba patch-bb patch-bc patch-bd patch-be Removed Files: pkgsrc/comms/hylafax/patches: patch-aj patch-ak patch-ar patch-as Log Message: Security fixes for SA16906 (CAN-2005-3069 and CAN-2005-3070) from hylafax CVS Remove obsolete patches to make this build again on NetBSD (x86)
2005-09-26Add missing files to PLIST. Bump PKGREVISION.wiz2-2/+5
2005-09-26Add missing files to PLIST. Bump PKGREVISION.wiz2-3/+37
2005-09-22ISO C90 does not allow declarations after code.rillig2-1/+28
2005-09-13Add AH-K3002V (but untested).itohy1-1/+1
2005-09-12Update to 0.3.itohy2-6/+6
- Ignore modem status lines explicitly (CLOCAL). This makes the pkg usable after the change of src/sys/dev/usb/ucom.c rev 1.54. - Documentation nits.
2005-09-08Catch some NetBSD statvfs() checks phrased alternatively as > 200030000abs2-4/+4
rather than >= 200040000 and one enterprisingly hidden as > 200050000
2005-09-05Add missing patchrh1-0/+22
2005-09-05Commit the remaining files for the jpilot 0.99.7 upgrade.rh3-20/+17
Minor changes and bugfixes only. Closes PR pkg/24635 by Brian de Alwis.
2005-09-05Update jpilot to 0.99.7. Minor changes and some bugfixes. Fromrh2-73/+4
PR pkg/24365 by Brian de Alwis (with a few changes) -- thanks!
2005-09-02Restore the 'old-releases' directory to MASTER_SITES so this packageriz1-2/+3
doesn't immediately break when the next version is released.
2005-09-02Changes 1.0.9:adam6-48/+48
-- fix bug in callerid matching in the dialplan that was introduced in 1.0.8 Changes 1.0.8: -- chan_zap -- Asterisk will now also look in the regular context for the fax extension while executing a macro. Previously, for this to work, the fax extension would have to be included in the macro definition. -- On some systems, ALERTING will be sent after PROCEEDING, so code has been added to account for this case. -- If no extension is specified on an overlap call, the 's' extension will be used. -- chan_sip -- We no longer send a "to" tag on "100 Trying" messages, as it is inappropriate to do so. -- We now respond correctly to an invite for T.38 with a "488 Not acceptable here" -- We now discard saved tags on 401/407 responses in case the provider we're talking to tries to pull a dirty trick on us and change it. -- rtptimeout options will now be correctly set on a peer basis rather than only global -- chan_mgcp -- Fixed setting of accountcode -- Fixed where *67 to block callerid only worked for first call -- chan_agent -- We now will not pass audio until the agent has acked the call if the configuration is set up for the agent to do so. -- chan_alsa -- Fixed problems with the unloading of this module -- res_agi -- A fix has been added to prevent calls from being hung up when more than one call is executing an AGI script calling the GET DATA command. -- AGI scripts will now continue to run even if a file was not found with the GET DATA command. -- When calling SAY NUMBER with a number like 09, we will now say "nine" instead of "zero" -- app_dial -- There was a problem where text frames would not be forwarded before the channel has been answered. -- app_disa -- Fixed the timeout used when no password is set -- app_queue -- Distinctive ring has been fixed to work for queue members -- rtp -- Fixed a logic error when setting the "rtpchecksums" option -- say.c -- A problem has been fixed with saying the date in Spanish. -- Makefile -- A line was missing for the autosupport script that caused "make rpm" to fail -- format_wav_gsm -- Fixed a problem with wav formatting that prevented files from being played in some media players -- pbx_spool -- Fixed if the last line of text in a file for the call spool did not contain a new line, it would not be processed -- logger -- Fixed the logger so that color escape sequences wouldn't be sent to the logs -- format_sln -- A lot of changes were made to correctly handle signed linear format on big endian machines
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig1-2/+2
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-2/+2
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-08-17Update to 4.4.10, finally....tv11-106/+73
Changes of note (security fixes were already integrated in an earlier 4.4.9nbX release): * src/gate/ftn2rfc.c (unpack): if * Origin is empty, don't use it for the Organization header, use default from config. * src/common/log.c (logit): renamed old log() to avoid conflict with Standard-C math function. * src/common/log.c (log_program): removed insecure code entirely, thanks to Niels Heinen for pointing this out. * src/gate/send-fidogate.sh: added optimized version using rfc2ftn -f for INN 2.4, thanks to Viktor Kafke. Optimized versions for INN 2.2 und INN 2.4 enabled by OPTIMIZED=yes at the start of this script, default = commented = off. * scripts/maintenance/logsendmail2.pl: new version of logsendmail utility. * src/gate/rfc2ftn.c (receiver): "sysop" is always a valid name. * src/gate/rfc2ftn.c (main): new option "SilentBounces" causes EX_NOHOST, EX_NOUSER errors to return OK without any message. Useful in the never ending fight against spam, when your gateway is flooded with messages to unknown adresses, such as Fido.DE :-( (snd_mail): check silent_bounces, if set return OK and log only.
2005-08-16Changes 3.0.4:adam6-28/+28
Add a date column to the fax lists, which derives the time of the fax from the fax ID (the directory in which faxes are stored) Provide for the fax ID (the directory in which faxes are stored) for received faxes to be derived from the time that the fax is received rather than the time that efax-gtk is put into receive mode. This enables the fax lists to display the correct time of a received fax. Now that stored fax directories (fax name IDs) are not displayed in the fax lists, provide the part of the ID representing a year in 4 (or more) digit rather than 2 digit format (someone in 2099 might be pleased!). Put a UTF-8 validation function in namespace Utf8. Where relevant, handle PipeFifo and Notifier errors by exceptions - consequential on putting the source for these in the utils sub-directory. Change clean-up arrangements on start-up. Correct false calls to _exit() in FaxListDialog::view_fax_thread() Make the PipeFifo and SemSync classes explicitly non-copiable Provide further explicit casts to void* in sentinels for elipsis arguments for 64-bit systems.
2005-08-14Fix PLIST per CHECK_FILES error noticed by kristerw. Bump PKGREVISION.tv2-3/+6
(ugh, need to update to 4.4.10 one of these days....)
2005-08-12Add a patch to the conserver.cf(5) manual page, documentinghe3-2/+39
a) the four predefined break strings b) the fact that \z is translated to the telnet "send break" protocol sequence I've tried to send this patch upstream, but have yet to receive a response. Bump package revision.
2005-08-12Add the missing, but installed example rc.d script to PLIST.he1-1/+2
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam2-5/+4
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-08Remove a patch that was forcing installation of the module into thejlam3-17/+3
site directories. Bump the PKGREVISION of p5-pilot-link to 4.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam6-11/+11
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-08-05pilotmgr only needs the perl binary, not the perl library.jlam1-2/+2
2005-07-25Update kyopon to 0.2.itohy2-6/+6
For unknown reasons, data from AIR-EDGE PHONE often partially get lost. This causes the program to hang, since it waits for the lost data forever. This update works around the problem implementing retry using tty read timer. The retry is implemented only for reading files from data folder.
2005-07-24Fix a typo that prevented this pkg from building using thekristerw2-1/+15
NetBSD 1.6 msgfmt.
2005-07-22Changes 3.0.3:adam7-37/+36
Provide a settings option to omit the destination fax number from the fax page top header line Use a mutex to ensure that writes to the Notifier pipe are atomic between threads Some fixes for 64 bit systems: Fixes for (harmless) warnings issued by gcc-4.0
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz2-4/+4
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-20Set USE_MSGFMT_PLURALS.wiz1-1/+2
2005-07-20Do not include <malloc.h>.kristerw2-6/+15
2005-07-20Fix a pkglint warning of empty lines.kristerw1-2/+1
2005-07-19depends should be ../../<category>/<pkg>grant3-6/+6
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam2-6/+4
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam2-5/+4
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-14Replace with official patch.wiz2-23/+7
2005-07-14Update to 0.8.0:wiz7-26/+98
0.8.0 SMS code now support multipart message encoding on sending use Docbook XML for man pages (with HTML output) pin file (~/.scmxx/pin) support new option: --lock new option: --enable new option: --disable new option: --hangup --dial now waits until the phone connected to the remote side fixes for all gcc4 warnings fixes for starting connection with reset now being inline if requested fixes for file upload (not obex!) to S55 (now marked as supported) add binary slot number filter (fixes debian bug #145570) for *45 and S55
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam5-10/+10
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-07-11Generate a new patch file, with diff -U 1, to fix a problem on MacOS Xveego2-7/+5
in pkg/29026.
2005-07-01Add missing entries to PLIST. Bump PKGREVISION.hira2-3/+5
2005-06-24Drop the perl-5.6.x package from pkgsrc. Remove lang/perl58 and updatejlam1-2/+2
lang/perl5 to perl-5.8.6nb4. Modify packages that referred to lang/perl58 to point to lang/perl5 instead.
2005-06-19Change the wording a little bit and use ${PKG_SYSCONFDIR} instead ofveego1-4/+4
/usr/pkg/etc/minicom Noticed by Hauke Fath.
2005-06-19Forgot to sort the PLIST (move ascii-xfr.1 up 2 lines)veego1-2/+2
2005-06-19Update to 2.1.veego12-369/+106
Too many Changes to list here (Changelog is too long), so only whats new in 2.1: - applied some pending patches (see ChangeLog for a complete list) - added support for socket connections - fixed compiling issues on Solaris - new maintainer: Adam Lackorzynski - new homepage: http://minicom.alioth.debian.org/ - new mailinglists (-devel and -announce): http://alioth.debian.org/mail/?group_id=31 NetBSD patches: - Include <sys/types.h> to fix PR pkg/29026 (1st error) - Fix i18n error for PR pkg/29939, which should also fix PR pkg29026 (2nd error) - Remove the create-dev-link script, which fix PR pkg/29026 (3rd error) The system administrator is expected to setup the correct configuration of the modem device. - Updated patches and removed patch-af and patch-ag - Fix the path for the lrzsz and gkermit tools in the default configuration - Remove the old share/doc/minicom dir, because the new Makefiles doesn't install them and they are outdated
2005-06-16Create directories before installing files into them.jlam7-7/+22
2005-06-12- Add missing definition of CONF_EXAMPLES_DIR.hira4-8/+19
- Add missing entry to PLIST. Bump PKGREVISION. This closes PR pkg/30073.
2005-06-03Add and enable conserver8.wiz1-1/+2
2005-06-03Import of conserver8 from pkgsrc-wip, provided by Andreas Wrede:wiz7-0/+197
Version 8 of Conserver as a separate package as the config file format of version 8 is incompatible with prior versions. Conserver is an application that allows multiple users to watch a serial console at the same time. It can log the data, allows users to take write-access of a console (one at a time), and has a variety of bells and whistles to accentuate that basic functionality. The idea is that conserver will log all your serial traffic so you can go back and review why something crashed, look at changes (if done on the console), or tie the console logs into a monitoring system (just watch the logfiles it creates). With multi-user capabilities you can work on equipment with others, mentor, train, etc. It also does all that client-server stuff so that, assuming you have a network connection, you can interact with any of the equipment from home or wherever
2005-06-03Add conflict with conserver8 package.wiz1-1/+2
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam7-15/+11
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-31Changed $f to ${f}.rillig1-2/+2
2005-05-30Fix PR pkg/29868 provided by dbj.yyamano1-1/+5