summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
2008-09-06Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlibwiz3-6/+6
name change).
2008-08-11Update from version 1.48 to 1.49.he2-6/+7
Pkgsrc changes: o Added HOMEPAGE using search.cpan.org Upstream changes: 1.49 Sat Aug 9 15:12:00 CET 2008 - Modified manufacturer() to work also with some Motorola phones, that report AT+CGMI in a slightly different way. - Changed by phone number :)
2008-08-05Update from version 0.08 to 0.10. Changes:he2-7/+7
0.10 Seriously this is a test release, and if all is well next version will be 1.0. Allow AGI commands get_option and stream_file to accept an array of files in addition to a single file (inspired by Michael Komitee) Add gender paramater to AGI SAY NUMBER (only in asterisk trunk) Fix operator precedence login in debugging output of AGI (Thanks Matt Reilly) Adjust the way we handle ReadParse so it will work if the user handles those reads themself Quote options that are passed to exec and export $VERSION in AGI (Thanks Peter Beckman) Allow offset to be passed to stream_file in AGI (Thanks jfields via CPAN) Fix behavior of noop in AGI.pm (Thanks Dmitry Ivanov for pointing this out) 0.09 Test release. Will go to 1.0 shortly after testing Change AGI.pm so we run ReadParse if the user forgot to run it manually Add LICENSE file to source Added 2 basic tests of AGI.pm so 'make test' does something Time to 'use strict' and 'use warnings' in AGI.pm (Hurray!) Added 'SetVar' as available keyword in Outgoing.pm Modified Asterisk::AGI set_variable to always quote the value Add directory.agi example from C. de Souza <m.list at yahoo.de> Updated calleridnamelookup.agi from Jeff Siddall <jeff at siddall.name> Manager.pm update from Brian Evans <brian at indosoft.ca> Patches from Peter Beckman <beckman at purplecow.com> (THANKS!!!) Add documentation for missing functions in AGI.pm Add control_stream_file to AGI.pm Add get_full_variable to AGI.pm Add get_option to AGI.pm Add say_alpha/date/time/datetime/phonetic to AGI.pm Change callback to be in central location rather than per function Allow using multiple SetVar in Outgoing.pm from Dariusz Dwornikowski <d.dwornikowski at proadmin.com.pl> Use 'use strict' and 'use warnings' in Outgoing.pm
2008-07-28INSTALLATION_DIRSplunky1-1/+4
2008-07-28add PKG_DESTDIR_SUPPORTplunky1-1/+3
2008-07-28add USE_BSD_MAKEFILE=yes for destdir supportplunky1-1/+2
2008-07-24Update Asterisk to version 1.2.30, fixing two Denial of Servicetonnerre2-7/+6
vulnerabilities (CVE-2008-3263 and CVE-2008-3264). cvs: ----------------------------------------------------------------------
2008-07-14Mark as destdir ready.joerg9-9/+27
2008-07-14assume maintainershipplunky2-7/+9
update to v1.4.9 add BUILD_DEFS to quiet pkglint warning
2008-07-10Add reload command to rc.d script.sborrill2-6/+6
Remove sudo from rc.d - it should not be a requirement to stop your VoIP server.
2008-07-09fix buildplunky2-3/+12
obexapp uses mktemp which incurs a security warning, and -Wfatal-errors causes the link to fail. the quick fix is to make WARNS=0
2008-06-22Explicitly set DISTFILES.taca1-1/+2
Why it had no problem a little while ago?
2008-06-21Fix build on LP64.joerg3-2/+20
2008-06-21* Don't install an extra file. Noted via private mail from joerg@.taca3-3/+15
* Remove redundant EXTRACT_SUFX from Makefile.
2008-06-20Add DESTDIR support.joerg11-11/+33
2008-06-19Add a patch to build with Ruby 1.8.7.taca3-3/+31
Bump PKGREVISION.
2008-06-19Add missing file to PLIST. Bump PKGREVISION.wiz2-3/+4
2008-06-18pkgsrc-users, not packages (hi riz!)wiz2-4/+4
2008-06-13Update to 1.2.29. Security update.mjl3-8/+7
* channels/chan_sip.c: Copy the From header into a variable so that pedantic SIP handling does not try to mess with a NULL pointer. (AST-2008-008) * channels/chan_iax2.c: When we receive a full frame that is supposed to contain our call number, ensure that it has the correct one. (closes issue #10078) (AST-2008-006)
2008-06-12Add DESTDIR support.joerg5-6/+16
2008-06-11Fix PLIST, patch from Hasso Tepper in pkg/38844.bouyer2-3/+5
Bump PKGREVISION.
2008-06-07Stop pretending like I have time to maintain packages that I don'triz2-4/+4
even really use anymore.
2008-06-04Fix build on NetBSD-current (needs -lrt).markd1-1/+7
2008-05-26Add INSTALLATION_DIRS so that installation is successful even in a bulkwiz1-1/+2
build.
2008-05-25Reset maintainer on his request.wiz3-6/+6
2008-04-28Changes 3.0.17:adam2-7/+7
* Replace thread-unsafe use of sigc::slot where relevant with thread safe callback classes * Compile fixes for gcc-4.3 * Fix '=' for '==' error * Remove unnecessary debugging code * Update config.guess, config.sub, install-sh, missing and mkinstalldirs to automake-1.9 * Correct comments in pipes.h
2008-04-24Another try at fixing installation of the pkgconfig file under pbulk.wiz2-5/+5
2008-04-23I can't maintain this package, I don't use (or install) evolution.dillo1-2/+2
NOTE: If you copy and adapt a package, reset the maintainer, or at least ask if the old maintainer is willing to also maintain the new package. (Hi Matthias!)
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-17/+17
through PLIST_SUBST to the plist module.
2008-04-07Fix DESTDIR.joerg1-4/+3
2008-04-04Install as a gem using the pkgsrc rubygem.mk framework instead ofjlam3-33/+59
directly into site_ruby.
2008-03-19Update asterisk to 1.2.27mjl2-7/+7
Update for several critical security issues: * astobj.h: Fix character string being treated as format string * chan_sip.c: Do not return with a successful authentication if the From header ends up empty. (AST-2008-003) * chan_iax2.c: Fix another potential seg fault (closes issue #11606) * chan_iax2.c: Fix a couple of places where it's possible to dereference a NULL pointer. * chan_sip.c, channels/chan_iax2.c: Fixing AST-2007-027 * cdr_pgsql.c: Properly escape src and dst fields (Fixes AST-2007-026)
2008-03-11Fill in, noted by Robert Elz in PR/37953.dillo1-0/+8
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz3-5/+6
2008-03-04+ Remove -ltermcap from the Makefile and remove patch-ap. The onlyjlam3-17/+2
reason -ltermcap was added was for readline, but this is no longer necessary as plpftp (the only program which links against readline) is linked with libtool, and libtool will pull the necessary library dependencies from libreadline.la automatically. XXX Changes untested because this package no longer builds using GCC-4.x.
2008-03-03Mechanical changes to add full DESTDIR support to packages that installjlam10-49/+67
their files via a custom do-install target.
2008-03-03+ Add tar to USE_TOOLS.jlam1-4/+6
+ Use PREFIX instead of LOCALBASE when installing files (does pkglint warn about this?).
2008-03-01+ Be like every other package and just install the man page but notjlam3-38/+21
bother with the catman page. This simplifies the Makefile and the PLIST considerably. + Use the pkginstall framework to install the kermit binary as setuid-uucp. Generalize to use ${UUCP_USER} instead of "uucp". Bump PKGREVISION to 3.
2008-03-01Fix an obvious typo.jlam1-2/+2
2008-03-01Add full DESTDIR support.jlam1-7/+7
2008-02-28Use REPLACE_BASH to make sure right bash is found for mkpkgconfig.wiz1-1/+2
2008-02-27Add bash to tools for mkpkgconfig.wiz1-2/+2
2008-02-20+libopensync-plugin-evolution2drochner1-1/+2
2008-02-20import libopensync-plugin-evolution2-0.22, an evolution plugindrochner4-0/+39
for the opensync framework, can be used to backup evolution's data (which doesn't work in evolution itself for me)
2008-02-20Create pkgconfig file in correct location. Add it to PLIST.wiz4-10/+20
Bump PKGREVISION.
2008-02-07Needs GNU nroff to format catpages with -mandoc.tnn1-1/+2
2008-01-18Update to kyopon-0.5.itohy3-8/+8
- Change "AIR-EDGE PHONE" to "PHS handset" since Willcom doesn't use the term any longer. - Add support for "Photo" folder (and any unknown folders). - Remove checking against 1.5MB limit, since new models have more capacity. Result of writing too large file is unknown. - Make sure reading non-existent file on the handset will be properly warned. - Add Linux support (but do not enable since it requires non-standard driver).
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn5-7/+10
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-12Add SyncML plugin and library.dillo1-1/+3
2008-01-12Initial import of SyncML plugin for the opensync framework.dillo4-0/+46