update to 3.5
changes: -Python interceptors can receive peer address and identity -Python exceptions can be pickled
This commit is contained in:
parent
561091c084
commit
d86c6c16d6
3 changed files with 11 additions and 10 deletions
|
@ -1,9 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/09/02 15:08:10 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2011/04/21 16:35:27 drochner Exp $
|
||||
|
||||
DISTNAME= omniORBpy-3.4
|
||||
DISTNAME= omniORBpy-3.5
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=omniorb/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= tonnerre@NetBSD.org
|
||||
HOMEPAGE= http://omniorb.sourceforge.net/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/02 15:08:10 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2011/04/21 16:35:27 drochner Exp $
|
||||
include/omniORB4/pydistdate.hh
|
||||
include/omniORBpy.h
|
||||
${PYSITELIB}/CORBA.py
|
||||
|
@ -17,13 +17,13 @@ ${PYSITELIB}/__init__.py
|
|||
${PYSITELIB}/__init__.pyc
|
||||
${PYSITELIB}/_omniConnMgmtmodule.so
|
||||
${PYSITELIB}/_omniConnMgmtmodule.so.3
|
||||
${PYSITELIB}/_omniConnMgmtmodule.so.3.4
|
||||
${PYSITELIB}/_omniConnMgmtmodule.so.3.5
|
||||
${PYSITELIB}/_omnicodesetsmodule.so
|
||||
${PYSITELIB}/_omnicodesetsmodule.so.3
|
||||
${PYSITELIB}/_omnicodesetsmodule.so.3.4
|
||||
${PYSITELIB}/_omnicodesetsmodule.so.3.5
|
||||
${PYSITELIB}/_omnipymodule.so
|
||||
${PYSITELIB}/_omnipymodule.so.3
|
||||
${PYSITELIB}/_omnipymodule.so.3.4
|
||||
${PYSITELIB}/_omnipymodule.so.3.5
|
||||
${PYSITELIB}/omniORB.pth
|
||||
${PYSITELIB}/omniORB/BiDirPolicy.py
|
||||
${PYSITELIB}/omniORB/BiDirPolicy.pyc
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/09/02 15:08:10 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.2 2011/04/21 16:35:27 drochner Exp $
|
||||
|
||||
SHA1 (omniORBpy-3.4.tar.gz) = e598bd25289d0a2a09da4c7241513202c8b9adb4
|
||||
RMD160 (omniORBpy-3.4.tar.gz) = 5b389a31907510800ef0913e2e3855038e6a4cf9
|
||||
Size (omniORBpy-3.4.tar.gz) = 721891 bytes
|
||||
SHA1 (omniORBpy-3.5.tar.bz2) = 33ef2d2c59ede8a7b1072db12fe6bb2378606027
|
||||
RMD160 (omniORBpy-3.5.tar.bz2) = 952033782f2da58834f2c5255b2b8286af214d0d
|
||||
Size (omniORBpy-3.5.tar.bz2) = 607213 bytes
|
||||
SHA1 (patch-aa) = da768cb94abd970037675535b5350f84480f6ff3
|
||||
|
|
Loading…
Reference in a new issue