Commit graph

1241 commits

Author SHA1 Message Date
wiz
03b53774ba Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib
name change).
2008-09-06 20:54:31 +00:00
he
ac6fd34d7d Update from version 1.48 to 1.49.
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-11 12:12:13 +00:00
he
1e09a4d89f Update from version 0.08 to 0.10. Changes:
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-08-05 21:42:39 +00:00
plunky
3c50071e92 INSTALLATION_DIRS 2008-07-28 20:13:50 +00:00
plunky
75b9b25826 add PKG_DESTDIR_SUPPORT 2008-07-28 19:47:08 +00:00
plunky
1e3e49f094 add USE_BSD_MAKEFILE=yes for destdir support 2008-07-28 18:49:06 +00:00
tonnerre
2584cefb89 Update Asterisk to version 1.2.30, fixing two Denial of Service
vulnerabilities (CVE-2008-3263 and CVE-2008-3264).
cvs: ----------------------------------------------------------------------
2008-07-24 00:10:50 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
plunky
eed2c385ec assume maintainership
update to v1.4.9

add BUILD_DEFS to quiet pkglint warning
2008-07-14 07:01:01 +00:00
sborrill
459999bf0a Add reload command to rc.d script.
Remove sudo from rc.d - it should not be a requirement to stop your VoIP
server.
2008-07-10 08:23:20 +00:00
plunky
f3042ff0a1 fix build
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-07-09 20:14:37 +00:00
taca
1e394fcd0d Explicitly set DISTFILES.
Why it had no problem a little while ago?
2008-06-22 02:34:26 +00:00
joerg
e24e6b83dc Fix build on LP64. 2008-06-21 20:47:28 +00:00
taca
cd1a5b7db5 * Don't install an extra file. Noted via private mail from joerg@.
* Remove redundant EXTRACT_SUFX from Makefile.
2008-06-21 03:58:51 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
taca
83a0216707 Add a patch to build with Ruby 1.8.7.
Bump PKGREVISION.
2008-06-19 14:39:58 +00:00
wiz
f0e85b41ce Add missing file to PLIST. Bump PKGREVISION. 2008-06-19 08:14:29 +00:00
wiz
35f9ffa755 pkgsrc-users, not packages (hi riz!) 2008-06-18 11:12:53 +00:00
mjl
31c7e00215 Update to 1.2.29. Security update.
* 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-13 10:10:33 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
bouyer
d134795a46 Fix PLIST, patch from Hasso Tepper in pkg/38844.
Bump PKGREVISION.
2008-06-11 19:43:38 +00:00
riz
0940c02f91 Stop pretending like I have time to maintain packages that I don't
even really use anymore.
2008-06-07 17:28:11 +00:00
markd
32e1a5ac6f Fix build on NetBSD-current (needs -lrt). 2008-06-04 08:54:40 +00:00
wiz
eff6f440a2 Add INSTALLATION_DIRS so that installation is successful even in a bulk
build.
2008-05-26 12:29:24 +00:00
wiz
41f426ade1 Reset maintainer on his request. 2008-05-25 21:20:07 +00:00
adam
bb1d8c4c62 Changes 3.0.17:
* 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-28 14:47:29 +00:00
wiz
acc3a4bb42 Another try at fixing installation of the pkgconfig file under pbulk. 2008-04-24 09:04:55 +00:00
dillo
35716e136c I can't maintain this package, I don't use (or install) evolution.
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-23 21:24:22 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
joerg
e5f2db9b02 Fix DESTDIR. 2008-04-07 17:14:20 +00:00
jlam
49044b1ec2 Install as a gem using the pkgsrc rubygem.mk framework instead of
directly into site_ruby.
2008-04-04 15:30:00 +00:00
mjl
4fefd9c6d3 Update asterisk to 1.2.27
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-19 10:32:02 +00:00
dillo
d8c327fddc Fill in, noted by Robert Elz in PR/37953. 2008-03-11 16:32:15 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
jlam
c40d42145b + Remove -ltermcap from the Makefile and remove patch-ap. The only
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-04 22:29:06 +00:00
jlam
3b34772d7f Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-03 05:33:32 +00:00
jlam
d0ef3eddac + Add tar to USE_TOOLS.
+ Use PREFIX instead of LOCALBASE when installing files (does pkglint
  warn about this?).
2008-03-03 05:22:19 +00:00
jlam
50e3759012 + Be like every other package and just install the man page but not
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-01 05:17:32 +00:00
jlam
f24356be72 Fix an obvious typo. 2008-03-01 05:04:58 +00:00
jlam
ac288c995b Add full DESTDIR support. 2008-03-01 05:03:25 +00:00
wiz
913964248d Use REPLACE_BASH to make sure right bash is found for mkpkgconfig. 2008-02-28 08:53:31 +00:00
wiz
5d077f8e34 Add bash to tools for mkpkgconfig. 2008-02-27 12:31:12 +00:00
drochner
1f1f6d1404 +libopensync-plugin-evolution2 2008-02-20 19:13:12 +00:00
drochner
b1bf134c5f import libopensync-plugin-evolution2-0.22, an evolution plugin
for the opensync framework, can be used to backup evolution's data
(which doesn't work in evolution itself for me)
2008-02-20 19:11:32 +00:00
wiz
d1a422fd46 Create pkgconfig file in correct location. Add it to PLIST.
Bump PKGREVISION.
2008-02-20 10:14:19 +00:00
tnn
bdcd11f1c3 Needs GNU nroff to format catpages with -mandoc. 2008-02-07 13:24:36 +00:00
itohy
de2db41aad Update to kyopon-0.5.
- 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-18 14:40:19 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
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-18 05:06:18 +00:00
dillo
9a26e7434e Add SyncML plugin and library. 2008-01-12 18:19:20 +00:00
dillo
13095fda86 Initial import of SyncML plugin for the opensync framework. 2008-01-12 14:27:22 +00:00