Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make it build on newer versions of e-d-s
|
|
--------------------------------------
Bug Fixes:
- #484509: Avoid obsolete HAL info.bus API. Use hal pda.platform
property instead (keep info.bus for backwards compatibility).
With thanks to Frederic Crozat.
- #528701: remove unused applet desktop file
- #508262: fix long-standing build-order bug by moving libgpilotdcm
code to gpilotd/ directory.
- #491921: stray slash breaks rpath for libraries
Updated translations:
ar (Djihed Afifi)
ca (Gil Forcada)
el (Simos Xenitellis)
en_GB (Philip Withnall)
fr (Stephane Raimbault)
it (Luca Ferretti)
fi (Ilkka Tuohela)
nb (Kjartan Maraas)
ne (Pawan Chitrakar)
oc (Yannig Marchegay)
pt_BR (Jonh Wendell)
sv (Daniel Nylander)
vi (Clytie Siddall)
gnome-pilot 2.0.16 'Quixote', 2008-02-27
----------------------------------------
New Features:
- Support for Bluetooth sync, via the bluez support in
pilot-link 0.12
- Support for specification of the PDA charset via
the configuration applet (Jerry Yu and Matt Davey)
Bug Fixes:
- (Ubuntu bug #81396): don't close a database if we got
an error when opening it.
- #464385: use LINGUAS file (Gilles Dartiguelongue)
- #410666: 64 bit compatibility in file_conduit (Devin Carraway)
- #431145: avoid circular dependency between libgpilotdcm and libgpilotd
- #400554: Add intltool support to the gnome-pilot applet. (Kjarten
Maraas)
- #399039: add HardwareSettings to categories (Denis Washington)
- #385434: make sysfs/usbfs check linux-specific (Jerry Yu)
- #385444: [solaris] workaround for lack of sync notification (Jerry Yu)
And as usual, thanks to all our translators, including:
Yannig Marchegay, Raivis Dejus, Pema Geyleg, ituohela, Joan Duran,
pachimho, Inaki Larranaga Murgoitio, jorgegonz, Daniel Nylander, stephaner,
Gabor Kelemen, algol, rdejus, dlodge, Djihed Afifi, Jonathan Ernst,
Claude Paroz, Stephane Raimbault, Xavi Conder, Andrea Zagli, Tino
Meinen, Takeshi AIHANA, Francisco Javier F. Serrador.
|
|
|
|
|
|
/etc/ppp, but into share/examples/xtel. Add DESTDIR support.
|
|
|
|
XXX: it should be in ${VARBASE}, not ${PREFIX}/libdata.
|
|
While here, update MASTER_SITES and honor PKGMANDIR.
ChangeLog-1.2.31:
2009-01-06 Leif Madsen <lmadsen@digium.com>
* Asterisk 1.2.31 released
2009-01-06 20:44 +0000 [r167259] Tilghman Lesher <tlesher@digium.com>
* channels/chan_iax2.c: Security fix AST-2009-001.
2008-12-10 Tilghman Lesher <tlesher@digium.com>
* Asterisk 1.2.30.4 released
2008-12-10 21:06 +0000 [r162868] Tilghman Lesher <tlesher@digium.com>
* channels/chan_iax2.c: Fix for AST-2008-012
2008-12-05 20:50 +0000 [r161421] Sean Bright <sean.bright@gmail.com>
* include/asterisk/astobj2.h, astobj2.c: Fix build errors on
FreeBSD (uint -> unsigned int). (closes issue #14006) Reported
by: alphaque Patches: astobj2.h-patch uploaded by alphaque
(license 259) (Slightly modified by seanbright)
2008-12-01 Tilghman Lesher <tlesher@digium.com>
* Asterisk 1.2.30.3 released
2008-11-25 21:37 +0000 [r159245] Tilghman Lesher <tlesher@digium.com>
* channels/chan_iax2.c: Regression fix for last security fix. Set
the iseqno correctly. (closes issue #13918) Reported by:
ffloimair Patches: 20081119__bug13918.diff.txt uploaded by
Corydon76 (license 14) Tested by: ffloimair
2008-08-09 Tilghman Lesher <tlesher@digium.com>
* Asterisk 1.2.30.2 released
2008-08-09 15:24 +0000 [r136945] Tilghman Lesher <tlesher@digium.com>
* include/asterisk/compat.h, include/asterisk/astobj2.h: Regression
fixes for Solaris
2008-07-25 15:00 +0000 [r133577] Russell Bryant <russell@digium.com>
* LICENSE: Fix the IAX2 URI for calling Digium
2008-07-23 Tilghman Lesher <tlesher@digium.com>
* Asterisk 1.2.30.1 released
2008-07-24 03:46 +0000 [r133360] Tilghman Lesher <tlesher@digium.com>
* channels/chan_iax2.c: This part was not correctly patched for
AST-2008-010.
|
|
|
|
OK by wiz@.
|
|
From Daniel Vergien on pkgsrc-users.
|
|
minor bug fix, improves compatibility with Nokia 6131 phone
|
|
|
|
scrollkeeper is nowadays included in rarian, so the omf.mk file should
be there as well.
Adapt all references.
|
|
|
|
* Print received/sent faxes via cairo, libtiff and GtkPrintOperation
when efax-gtk is compiled against GTK+ >= 2.10.0, instead of
converting to postscript with efix.
* Minor improvements to the TextPrintManager implementation.
* Make use of GTK+ print system the default when efax-gtk is
compiled against GTK+ >= 2.10.0.
* Correct man file.
|
|
|
|
Upstream changes:
1.52 Tue Nov 25 21:24:00 CET 2008
- Added a longer timeout on call forwarding. Thanks to Marek Jaros.
1.51 Wed Oct 29 22:32:00 CET 2008
- Added new method to set/reset call forwarding options
(patch contributed by Attila Nagy: thanks!)
- Removed the syslog test script (t/04syslog.t).
It continuously broke tests on Solaris and basically every
other setups where you are not installing as privileged user.
|
|
|
|
|
|
system. It displays information about your Asterisk PBX activity in real
time via a standard web browser with Flash plugin. The display and button
layout is configurable, you can have more than a 100 buttons on the screen
at once.
You can see at a glance:
* What extensions are busy, ringing or available
* Who is talking and to whom (clid, context, priority)
* SIP registration status and reachability
* Meetme room status (number of users) in the room
* Queue status (number of users waiting)
* Parked extensions
* Call duration Timers
* Logged in Agents
You can perform these actions:
* Hang-up a channel (double click the colored dot on the button)
* Transfer a call leg via drag&drop (drag the phone icon on a button to
another button)
* Originate calls via drag&drop
* Drag an available extension to an ongoing conversation and conference
the three together.
* Change the callerid text to something meaningfull when transferring or
originating a call
* Mute/Unmute meetme participants
|
|
|
|
- pkglint
|
|
|
|
|
|
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
|
|
|
Pkgsrc changes:
o Add HOMEPAGE using search.cpan.org
Upstream changes:
1.50 Tue Sep 30 22:59:00 CEST 2008
- Fixed use of wrong 'error' loglevel for SysLog plugin
1.49 Sat May 31 22:38:00 CEST 2008
- Changed default wait cycles and timeout to be more reliable with slow
devices after several user reports.
- Fixed man page for Xmodem.pm module. Incorporated fix from
the debian package.
|
|
Upstream changes:
1.50 Tue Sep 30 22:50:00 CEST 2008
- Sometimes send_sms() could report success but no sms
has really been sent, and we receive garbage.
First attempt at a fix for this. Reported by Marek Jaros.
|
|
Changes since 0.99.9:
Support for Treo 680.
1.6.0 - 05/27/08
Support for MemosDB-PMem
Support for ContactsDB-PAdd
Syncing merged records fixes
Added sortable columns in KeyRing
Temporarily removed Edit categories
Many many bug fixes and small changes
|
|
name change).
|
|
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 :)
|
|
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
|
|
|
|
|
|
|
|
vulnerabilities (CVE-2008-3263 and CVE-2008-3264).
cvs: ----------------------------------------------------------------------
|
|
|
|
update to v1.4.9
add BUILD_DEFS to quiet pkglint warning
|
|
Remove sudo from rc.d - it should not be a requirement to stop your VoIP
server.
|