./devel/boost-headers, Free, peer-reviewed portable C++ source libraries (build-time headers)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2012Q4, Version: 1.52.0nb3, Package name: boost-headers-1.52.0nb3, Maintainer: jmmv

Boost is a set of free, peer-reviewed, C++ libraries. The emphasis is on
portable libraries which work well with the ISO C++ Standard Library.

This package provides all the Boost header files required at build-time
to compile any package that requires Boost. Binary libraries are provided
in the boost-libs and boost-python packages.


Required to build:
[devel/boost-jam]

Master sites:

SHA1: cddd6b4526a09152ddc5db856463eaa1dc29c5d9
RMD160: 94f72f4553a88495f2052029fb2e90cf8366e75d
Filesize: 53146.2 KB

Version history: (Expand)


CVS history: (Expand)


   2013-02-13 19:52:58 by Matthias Scheler | Files touched by this commit (4)
Log message:
Pullup ticket #4065 - requested by drochner
devel/boost-headers: security patch

Revisions pulled up:
- devel/boost-headers/Makefile                                  1.24
- meta-pkgs/boost/distinfo                                      1.56
- meta-pkgs/boost/patches/patch-CVE-2013-0252_1                 1.1
- meta-pkgs/boost/patches/patch-CVE-2013-0252_2                 1.1

---
   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Tue Feb  5 18:49:06 UTC 2013

   Modified Files:
           pkgsrc/devel/boost-headers: Makefile
           pkgsrc/meta-pkgs/boost: distinfo
   Added Files:
           pkgsrc/meta-pkgs/boost/patches: patch-CVE-2013-0252_1
               patch-CVE-2013-0252_2

   Log message:
   add patch from upstream to fix insuficcient validation of UTF-8 strings
   which is considered a security problem
   bump PKGREV for the affected header, didn't check yet where this
   header is compiled into
   (boost-1.53 is out, just added the patch for a possible pullup)