summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
2006-11-01Make stopping asterisk actually work.mjl1-2/+3
2006-10-22Make the USB_CHECK test pass correctly on NetBSD, necessary toxtraeme3-11/+23
enable the USB transport. Bump PKGREVISION.
2006-10-19Update to asterisk 1.2.13mjl2-6/+6
This release contains a fix for a security vulnerability recently found in the chan_skinny channel driver (for Cisco SCCP phones). This vulnerability would enable an attacker to remotely execute code as the system user running Asterisk (frequently 'root'). The exploit does not require that the skinny.conf contain any valid phone entries, only that chan_skinny is loaded and operational. This release also contains a number of bug fixes, and some improvements to the chan_sip channel driver (for SIP devices) to mitigate the impacts of a certain class of denial-of-service attacks that have recently been published. All Asterisk 1.2 users are urged to update to this release if they use the chan_skinny channel driver, or to stop loading it if it is not needed ('noload=>chan_skinny.so' in modules.conf will cause this behavior).
2006-10-06This adds a mk.conf setting for the xisp "dialer" group. I call itreed5-21/+28
"DIALER_GROUP" instead of "XISP_GROUP" as maybe it can be used for other packages also later. This is for PR pkg/19566. Update MESSAGE to use LOCALBASE instead of X11BASE. (From Manuel Bouyer) And update MESSAGE to not hardcode the "group". This also updates patch-ac because of conflicting types for fprintf and printf. I don't know how this package built before on NetBSD recently. Also this patch honors VARBASE and PKGMANDIR. Thank you Manuel Bouyer for testing this.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz6-14/+14
2006-10-01Fixed some pkglint warnings.rillig1-11/+12
2006-10-01Fixed some pkglint warnings.rillig2-14/+16
2006-09-25Remove me as maintainer of this package. Because my good Palm III diedtron1-2/+2
several weeks ago I'm not using this package any more.
2006-09-24Changes 3.0.11:adam8-30/+58
* Correct file descriptor leak when viewing a fax. * Implement printing of faxes in fax lists via the GTK+ print system where compiled against GTK+2.10 or higher. * Improve handling of user locales with streams. * Use AC_COMPILE_IFELSE/AC_LANG_PROGRAM autoconf macros instead of the AC_TRY_COMPILE macro when configuring the program. * Correct derivation of fdistream class for wide characters (not relevant to efax-gtk). * Mention the need to call g_thread_init() before Notifier::init() in the Notifier documentation. * Correct help information concerning sending faxes via socket and pop-up dialog. * Explicitly include <ios> header where relevant.
2006-09-16Add missing RCS Id.hira2-2/+4
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv2-4/+4
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-16Needs a C compiler.rillig1-2/+2
2006-09-13Update asterisk to 1.2.12.1.mjl2-6/+6
2006-09-13Update to asterisk 1.2.12mjl4-60/+41
Asterisk 1.2.11 includes a number of bug fixes, along with an update to the chan_misdn driver for mISDN devices. Asterisk 1.2.12 includes a number of bug fixes, including fixes for two regressions that occurred in the 1.2.11 release. Specifically, the AGI 'GET VARIABLE' command has now gone back to its previous behavior, and CDR records now reflect the CallerID number instead of ANI in the situations that this was the case in earlier 1.2 releases.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache4-9/+9
2006-09-08Consistently use c++ frontend end, not -x c++ on FreeBSD and DragonFly.joerg2-10/+37
2006-09-07Sort PLIST.taca1-2/+2
2006-09-03Reset maintainer for people who lost their commit bit.wiz2-4/+4
2006-08-18Changes 1.2.10:adam4-18/+41
* Number of bug fixes * New option to help to avoid a potential denial of service in IAX2 channel driver * Support for TE407P and TE412P quad T1/E1 interface cards
2006-07-24Merge in patches to make this build again on NetBSD without bluetooth,xtraeme4-12/+104
thanks to dillo for that.
2006-07-22Don't try and use <malloc.h>. Fixes build on FreeBSD 6.1markd2-1/+18
From PR pkg/34019 by Peter Schuller.
2006-07-17Update to 0.20 (latest stable version):xtraeme14-105/+540
Changes: * Motorola support, tested with models v710/e815 * object caching and directory parsing (for things like ObexFS) * Nokia support via IrDA and Bluetooth * Siemens S65 support * Everything but data goes to stderr for more simple redirection. * VMO converter (gsm and wav) split into seperate package. * Ericsson and Siemens cable support unified (still testing). pkgsrc changes: * NetBSD bluetooth support, thanks to Iain Hibbert for finishing it.
2006-07-13Update to kyopon-0.4itohy3-20/+6
- Do not repeat login/logout, but do login at the beginning and do logout at the end. - Add <sys/stat.h> for DragonFly (from patch-aa).
2006-07-13Reset maintainer (I don't use it any longer).wiz1-2/+2
2006-07-09Clean up previous patches for NetBSD bluetooth support. IMHO I canxtraeme7-272/+55
send them to the author now.
2006-07-09Update to 1.3:xtraeme10-205/+146
ver 1.3: Add support for setting the creation-ID. Updated constants to match IrOBEX 1.3. Replace netbuf implementation with databuffer. Fix segmentation fault when receiving invalid OBEX packets. ver 1.2: Add OBEX_EV_REQCHECK support. Add support for suspend after sending a header. Add support for empty headers for buggy OBEX servers. Fix memory leak in obex_object_send(). ver 1.1: Fix list of exported functions. Fix duplicate string from basename() result. Fix wrong order of sanity checks. Fix memory leak in send_stream() function. ISO C99 says that inttypes.h includes stdint.h header. Add proper client side ABORT support. Add support for OBEX_SuspendRequest() and OBEX_ResumeRequest(). Add USB transport support. Increase the allowed maximum MTU to 64kB-1. Disconnect when an ABORT fails. Make it possible to include headers from C++ source code. Advertise OBEX Protocol Version 1.0. pkgsrc: * I've added patches to detect properly NetBSD bluetooth support and I have sent it to the openobex folks, they will be integrated soon. * Take maintainership for now. * Bump BUILDLINK_API_DEPENDS because the API has changed. *** PLEASE DO NOT TOUCH OBEXFTP, I'M UPDATING IT RIGHT NOW. THANKS ***
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam8-16/+16
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam8-8/+16
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam1-2/+2
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-07-06Fixed pkglint warnings.rillig1-2/+4
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam2-6/+4
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-07-03Oops. Somehow I forgot to commit distinfo for patch-ab.bad1-2/+1
2006-07-03Unbreak on platforms where bluetooth wasn't detected, reported byxtraeme3-20/+11
dillo@.
2006-07-02This package just works on FreeBSD and NetBSD, use ONLY_FOR_PLATFORM.xtraeme1-1/+3
2006-07-02Added comms/obexapp.xtraeme1-1/+2
2006-07-02Initial import of obexapp-1.4.4.xtraeme9-0/+327
An obex application to transfer objects (address book items, images, movies, anything the target can handle) to mobile devices via IrDA, Bluetooth and other protocol via the OBEX format. xtraeme: now it should be possible to transfer files from/to my cellular phone from NetBSD.
2006-07-02Add support for NetBSD's bluetooth, required by the upcoming packagextraeme8-3/+225
obexapp. Bump PKGREVISION.
2006-07-01Update asterisk to 1.2.9.1 - fixes a vulnerability in the IAX2 channelriz2-6/+6
driver most importantly.
2006-06-29Needs pkg-config.joerg1-2/+2
2006-06-28add include of errno.h to a couple of files.dbj3-1/+29
this fixes build problems on darwin
2006-06-26The directory man/cat1 is needed prior to installation.rillig1-1/+4
2006-06-22Needs intltool.joerg1-1/+2
2006-06-20This package needs zlib to build.minskim1-1/+2
2006-06-19Make this package build on Darwin.minskim3-2/+17
- Use .dylib instead of .so. - Include stdlib.h for malloc().
2006-06-18Add missing build dependency on intltoolsmb1-1/+2
2006-06-18Fixed paths to the Bash interpreter, since only a simple bourne shell isrillig1-1/+7
needed. This fixes bulk builds with CHECK_INTERPRETER=yes. Bumped PKGREVISION.
2006-06-18Added {BIN,MAN}{OWN,GRP} to MAKE_ENV to make unprivileged builds work.rillig2-2/+9
Bumped PKGREVISION.
2006-06-15Drop maintainership, I do not use them any longer.wiz5-10/+10
2006-06-13Update jpilot to 0.99.8 and latest patches.bad7-80/+70
For me this fixes the UTF-8 handling so that it works with the german PalmOS version on the m515. patch-0.99.8-memmory 11/11/05 Added a patch to fix a memory problem resulting in a segfault when modifying records. patch.jpilot-sync 11/05/05 Patch to fix unresolved symbol glob_tooltips when using jpilot-sync 0.99.8 - 11/30/05 This release is dedicated to my Mother who unexpectedly passed away this last year. Added translation for Kinyarwanda Added panes to Expense and KeyRing 0.99.8-pre11 - 09/11/05 Added an install user from the menu. Other miscellaneous fixes/changes 0.99.8-pre10 - 08/09/05 (Released by Ludovic Rousseau) Solve a data corruption problem when used with pilot-link 0.12 Better support of 64-bit platforms The last character was truncated using Hebrew encoding Support localized date formats (for example Japanese) jpilot-sync works again (no more jp_logf relocation error) Some more bugs fixed 0.99.8-pre9 - 05/03/05 (Released by Ludovic Rousseau) Cut-n-paste using X11 clipboard (mouse middle clic) Return focus to the list after major operations which facilitates usability Add hotkey (shift-return) to move focus between list and data window In week and month views you can clic on a day to select it in the main view Add remote sync. use "jpilot -s" to start a sync on the running jpilot Add support of pilot-link 0.12.0-pre3 Some more bugs fixed Updated translations: it, ja, fr jpilot-dump.c: convert from UTF8 to local encoding 0.99.8-pre8 - 02/19/05 (Released by Ludovic Rousseau) Cut-n-paste using GTK+ Ctrl-C/Ctrl-V now works across all four apps Replace Sync and Backup text buttons by an color icon Add Chinese BIG-5 Palm encoding Update ja, zh_TW translations GTK2 now uses CTRL+Enter consistently to apply changes Add Cancel button with ESC accelerator Added two preferences and code to 1) Mark current day in monthview and weekview guis by adding "TODAY" to display 2) Display the absolute number of an event which repeats yearly (usefulf or birthdays and anniversaries) 0.99.8-pre7 - 01/08/05 (Released by Ludovic Rousseau) Update zh_CN, zh_TW, cs and es translations Solve a crash in Japanese mode in address GUI Extract the first day of week (sunday or monday) from the system locale setting Add menu color icons for the 4 main applications Improve todo sorting Allow to cycle through the KeyRing categories by calling again the plugin Some more bugs fixed 0.99.8-pre6 - 11/27/04 (Released by Ludovic Rousseau) Solve the "different user ID sync" bug Solve the GUI "freeze" bug Some more bugs fixed 0.99.8-pre5 - 11/26/04 (Ludovic Rousseau) Solve the "undefined symbol: jp_charset_j2p" error Fix Japanese menu Some code cleanup 0.99.8-pre4 - 11/24/04 (Released by Ludovic Rousseau) Some more bugs fixed Improved search sorting Improved convertion to UTF-8 in case of errors Use GBK instead of GB2312 charset encoding for Chinese Use a radio item menu for Hide/Show/Mask records so that the state is clearly indicated Fix sort order for appts in datebook Complete Japanese translation 0.99.8-pre3 - 11/14/04 (Released by Ludovic Rousseau) Some more bugs fixed The right-hand side of jpilot were not updated on a cursor movement. Fixed unpredictable bug in repeating events caused by unitialized variable Use iconv to convert from the Palm charset to UTF-8. Thanks to Amit Aronovitch we now support many new charsets when used with GTK2: - Hebrew (CP1255), - Cyrillic (CP1251), - Cyrillic (KOI8-R), - Latin 2, Eastern Europe (ISO8859-2), - Japanese (SJIS), - Chinese (GB2312) Complete Chinese translation. Thanks to lei Yu The category selection was not working from the Export window for Addresses Give a more explicit error message when pi_bind() fails. We now have "permission denied" or "file not found" instead of "Illegal seek". Also display the device name we are trying to use. Thanks to Edgar Bonet for the patch New preference to show or hide popup tooltips Entries returned from datebook app during search were in random order Get first day of week from locale in GTK2, no preference setting 0.99.8-pre2 - 10/20/04 (Released by Ludovic Rousseau) some bugs fixed add the same keyboards accelerators for the 4 applications: Ctrl-D: Delete Ctrl-O: Copy Ctrl-N: New Record Ctrl-R: Add Record Ctrl-Return: Apply Changes Ctrl-Y: Sync KeyRing: can use non ASCII characters in name/account/password nice GTK2 color icons in the menu 0.99.8-pre1 - 10/02/04 (Released by Ludovic Rousseau) better UTF-8 handling (needed when using GTK2) sort todo list by clicking on column title lots of bugs fixed: bug 1330: invalid postscript when printing the todo list contains ( or ) bug 1306: Keyring plugin truncates passwords bug 1056: Undelete feature desired bug 1338: Some repeating appointments do not show in monthview gui bug 1176: Adding ability to e-mail directly from address book bug 1182: Search screen needs a button bug 1322: GTK2.4 libraries require changes to jpilotrc files to preserve colors bug 1116: Word wrap provided when printing monthly calendar bug 1154: resorting in address book should leave selection bar on same entry bug 1107: show completed todos found through search regardless of show completed checkbox status bug 1153: Patch reduces flicker when deleting records bug 1131: ALT key for accelerator instead of control bug 1184: truncating buffers with non ASCII charsets
2006-06-12Ensure that PROC is set on DragonFly.joerg2-11/+18