summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
2006-01-24Patch the default path for music-on-hold files.riz1-2/+3
2006-01-22Update to HylaFAX 4.2.5adrianp3-34/+36
From the CHANGES: > Changelog for HylaFAX 4.2.5 > > * change notify to not rely on echo -e (BUG 724) (11 Jan 2005) > * add prototype config catch for Digicom Leonardo modems (11 Jan 2005) > * make sure probemodem removes lock files (BUG 691) (9 Jan 2005) > * portability cleanup to MemoryDecoder.c++ (BUG 224) (9 Jan 2005) > * include crypt.h where necessary (BUG 722) (9 Jan 2005) > * fix eval sed in faxrcvd script (BUG 719) (9 Jan 2006) > * fix shell comments in nofity AWK script (BUG 719) (9 Jan 2006) > > Changelog for HylaFAX 4.2.4 > > * CVE-2005-3539: Fix for faxrcvd/notify script vulnerabilites > (4 Jan 2004) > * don't lock-down pagingProtocol by default (15 Dec 2005) > * CVE-2005-3538: fix possible hfaxd login vulnerability due > to PAM library absence during build (15 Dec 2005) > * fix a Solaris compile error due to PAM_CONV_AGAIN (15 Dec 2005) > * fix Solaris 9 compile error due to PAM (15 Dec 2005) > * all Mainpine boards no longer identified as the DUO+ > 2-port model (5 Dec 2005) > * update hfaxd 'site adduser' functionality (29 Nov 2005) > * prevent some faxgetty hangs in Phase C EOL sync (29 Nov 2005) > * fix for clients specifying TZONE LOCAL/GMT and using %Y for > JobFmt and RcvFmt (22 Nov 2005)
2006-01-20Drop maintainership. I can't seriously be the maintainer of so manyjmmv3-6/+6
packages - specially of packages that I haven't touched for a long while or those that other people can handle better than me.
2006-01-18Update to asterisk 1.2.2mjl3-14/+16
Changes are bugfixes only.
2006-01-16Changes 3.0.8:adam3-8/+9
Update Greek translation (Hellenic Linux Users Group). Add German translation (po/de.po and mainwindow.cpp). Destroy thread attribute object correctly (utils/thread.h and utils/thread.cpp). Use GtkSpinButton objects in the settings dialog where relevant (settings.h, settings.cpp and settings_help.cpp). Improve documentation/commenting of write_error() function (mainwindow.cpp). Update gettext tools to latest version (gettext-0.14.5) (po/Makevars and po/Rules-quot). Move typedef of InstanceMap into the Notifier class (utils/notifier.h and utils/notifier.cpp). Provide specific CFLAGS and CXXFLAGS specification in rpm spec file (efax-gtk.spec.in and efax-gtk.spec).
2006-01-15Update to asterisk-sounds-de-x9media-20060114mjl3-12/+12
No changes but four renamed sound files.
2006-01-13Update asterisk to version 1.2.1. Many, many bugfixes, and someriz23-368/+611
new features, including support for DUNDi. (http://www.dundi.com/ for more information) The initial framework and porting of this package upgrade was done by Martin J. Laubach, with lots of feature/PLIST fixes by me. DragonFly support added by Joerg Sonnenberger.
2006-01-12The script interpreter of libdata/asterisk/agi-bin/agi-test.agi had beenrillig1-1/+4
/usr/bin/perl -- added the file to REPLACE_PERL. Because the binary package changed, bump PKGREVISION.
2006-01-12Fixed a whole lot of pkglint warnings regarding the use of backslashesrillig1-28/+28
in double quoted strings, variable definition alignments, variable names starting with an underscore and other quoting issues.
2006-01-12Fix errno. Add DragonFly.joerg5-1/+53
2006-01-10Fix Darwin build.joerg2-1/+17
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz2-5/+4
2006-01-05_BSD_SOURCE should go as well, according to wiz@.joerg2-5/+5
2006-01-05Use SUBST framework.joerg1-8/+9
2006-01-05Add DragonFly support.joerg3-4/+18
2006-01-05Regenerate patch like it (hopefully) was intended.joerg2-9/+10
2006-01-05Fix template referening for GCC 3.4+.joerg2-5/+51
2006-01-04Accept tiff-3.8 (build fix).wiz2-15/+24
2006-01-03Bump PKGREVISION by update of ruby18-base package.taca1-2/+2
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca1-4/+4
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-02DragonFly support. Add mkfontdir as build tool.joerg6-42/+46
2006-01-02Don't reference matherr on DragonFly, it doesn't exist here.joerg2-10/+20
2006-01-02DragonFly support. Override config.guess and config.sub.joerg10-11/+118
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz2-2/+4
Bump BUILDLINK_RECOMMENDED.
2005-12-29Fix ctype issues. Bump revision.joerg9-3/+131
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam10-20/+10
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-27Works fine on DragonFly.joerg1-4/+1
2005-12-27Also if Linux, then the local suffix is "mo" and include the gettext-lib.reed1-2/+3
2005-12-27Sort PLIST. No change, but makes it easier for later checks.reed1-6/+6
2005-12-27Fix errno and dirent usage. Remove .depend file from distfile,joerg3-2/+47
it breaks build on DragonFly.
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz1-1/+4
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-23Fix GCC 3.4+ by making the friend declaration an explicit template.joerg2-1/+33
2005-12-23Unconditionally include stdlib.h, it is a standard header and neededjoerg2-8/+9
for exit().
2005-12-23build uses msgfmt.joerg1-1/+2
2005-12-20Added patch-ax, which fixes ctype issues. Bumped PKGREVISION because therillig3-2/+39
generated code changes.
2005-12-19Remove redundant errno and use stdlib.h instead of defining thejoerg4-10/+78
prototypes manually and possibly mismatching. Update FreeBSD config to match both DragonFly and FreeBSD 4+ reality.
2005-12-19Remove redundant errno. Prefer NAME_MAX over MAXNAMLEN.joerg4-1/+54
2005-12-18Include ERRNO_H in CFLAGS to get proper errno.joerg1-1/+5
2005-12-18Add read-ahead hack for DragonFly, manually casting to the "public"joerg8-7/+102
version of FILE. Kids, don't try that at home. Fix errno.
2005-12-07Update asterisk-sounds-de-x9media to 20051128mjl3-185/+221
All standard voice prompts are now translated.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig9-23/+23
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig14-32/+28
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-02Convert to options framework.wiz3-31/+44
While here: simplify PLIST handling; fix some pkglint warnings.
2005-11-28Change all instances of including mk/ghostscript.mk into asking forjlam1-2/+2
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove ghostscript.mk. This change removes a rather out-dated file from pkgsrc and switches packages to use the more compact implementation of the Ghostcript-handling inside the tools framework.
2005-11-26Fix asterix-sounds-de-x9media entry.wiz1-2/+2
2005-11-26Enable asterisk-sounds-de-x9mediamjl1-1/+2
2005-11-26Import asterisk-sounds-de-x9media-20051126, providing free german voice ↵mjl4-0/+245
prompt files for asterisk, courtesy x9media ip communication.
2005-11-22Update to 0.8.2:wiz2-6/+6
0.8.2 complete rework of help output (adapt to width of terminal) new progress bar implementation (used by phonebook code) several bugs fixed: * sms memory selection segfault * phonebook deletion range bug * time display issue device blacklisting support, SF65 added to that list
2005-11-14Update to version 1.3:augustss2-6/+6
* Add a driver for Redlink-105 From mkenyeres@konvergencia.hu
2005-11-14Update to version 1.2.augustss2-8/+6
* Rename log to birda_log * Fix a use-after-free problem. From mjl@luckie.org.nz