<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/comms, branch pkgsrc_2008Q1</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q1'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-03-19T10:32:02Z</updated>
<entry>
<title>Update asterisk to 1.2.27</title>
<updated>2008-03-19T10:32:02Z</updated>
<author>
<name>mjl</name>
<email>mjl</email>
</author>
<published>2008-03-19T10:32:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6d3b1bfc81f3dc98b70f12b8428b42914bd80978'/>
<id>urn:sha1:6d3b1bfc81f3dc98b70f12b8428b42914bd80978</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>Fill in, noted by Robert Elz in PR/37953.</title>
<updated>2008-03-11T16:32:15Z</updated>
<author>
<name>dillo</name>
<email>dillo</email>
</author>
<published>2008-03-11T16:32:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bf61592dfedab439337869aff260e21259066eab'/>
<id>urn:sha1:bf61592dfedab439337869aff260e21259066eab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.</title>
<updated>2008-03-06T14:53:47Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2008-03-06T14:53:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1b58fca7c77c6721b1a282f516fccea2179a1f87'/>
<id>urn:sha1:1b58fca7c77c6721b1a282f516fccea2179a1f87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>+ Remove -ltermcap from the Makefile and remove patch-ap.  The only</title>
<updated>2008-03-04T22:29:06Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-03-04T22:29:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=967a3f7d9f90888139bab154ac9a1877dd3e5ed3'/>
<id>urn:sha1:967a3f7d9f90888139bab154ac9a1877dd3e5ed3</id>
<content type='text'>
  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.
</content>
</entry>
<entry>
<title>Mechanical changes to add full DESTDIR support to packages that install</title>
<updated>2008-03-03T05:33:32Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-03-03T05:33:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e86a3ba39061980160972e0fd2948b67acb7f5af'/>
<id>urn:sha1:e86a3ba39061980160972e0fd2948b67acb7f5af</id>
<content type='text'>
their files via a custom do-install target.
</content>
</entry>
<entry>
<title>+ Add tar to USE_TOOLS.</title>
<updated>2008-03-03T05:22:19Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-03-03T05:22:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dd20eca0e374727250c7dcb3c23ece6114da5aa3'/>
<id>urn:sha1:dd20eca0e374727250c7dcb3c23ece6114da5aa3</id>
<content type='text'>
+ Use PREFIX instead of LOCALBASE when installing files (does pkglint
  warn about this?).
</content>
</entry>
<entry>
<title>+ Be like every other package and just install the man page but not</title>
<updated>2008-03-01T05:17:32Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-03-01T05:17:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=18590e4f9270889be4cdf5dfed3f45ae678e7303'/>
<id>urn:sha1:18590e4f9270889be4cdf5dfed3f45ae678e7303</id>
<content type='text'>
  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.
</content>
</entry>
<entry>
<title>Fix an obvious typo.</title>
<updated>2008-03-01T05:04:58Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-03-01T05:04:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=86a39346eb4824a3dddbdf59541457ac8409f349'/>
<id>urn:sha1:86a39346eb4824a3dddbdf59541457ac8409f349</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add full DESTDIR support.</title>
<updated>2008-03-01T05:03:25Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-03-01T05:03:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4b629b39916e896892e0de5040f4ae11afa2afef'/>
<id>urn:sha1:4b629b39916e896892e0de5040f4ae11afa2afef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use REPLACE_BASH to make sure right bash is found for mkpkgconfig.</title>
<updated>2008-02-28T08:53:31Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2008-02-28T08:53:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c2b65e3bcb5ab1c3dc3e39a19773a3eb7134d2c9'/>
<id>urn:sha1:c2b65e3bcb5ab1c3dc3e39a19773a3eb7134d2c9</id>
<content type='text'>
</content>
</entry>
</feed>
