Your message dated Sat, 21 Jan 2012 23:02:46 +0000
with message-id <[email protected]>
and subject line Bug#651211: fixed in libdbd-oracle-perl 1.38-1
has caused the Debian Bug report #651211,
regarding Add support for session mode SYSASM
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
651211: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651211
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libdbd-oracle-perl
Version: 1.34-1.1~asd3
Severity: normal
Tags: patch

As of 11gR2 (maybe earlier) there is another session mode (along with
SYSDBA and SYSOPER) of SYSASM. The attached patch adds it to
DBD::Oracle.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable'), (150, 'stable'), (100, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libdbd-oracle-perl depends on:
ii  libaio1                       0.3.109-2 
ii  libc6                         2.13-21   
ii  libdbi-perl [perl-dbdabi-94]  1.616-1+b2
ii  perl                          5.14.2-5  
ii  perl-base [perlapi-5.14.2]    5.14.2-5  

libdbd-oracle-perl recommends no packages.

Versions of packages libdbd-oracle-perl suggests:
ii  perl-tk  1:804.029-1.1+b2

-- no debconf information
>From 58d6f2821008ad0307e4969f7a9b0717dd63f165 Mon Sep 17 00:00:00 2001
From: Anthony DeRobertis <[email protected]>
Date: Tue, 6 Dec 2011 12:50:05 -0500
Subject: [PATCH] add SYSASM

---
 Oracle.pm        |   10 +++++-----
 Oracle.xs        |    1 +
 debian/changelog |    6 ++++++
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/Oracle.pm b/Oracle.pm
index e509e00..19cd1c7 100644
--- a/Oracle.pm
+++ b/Oracle.pm
@@ -27,7 +27,7 @@ my $ORACLE_ENV  = ($^O eq 'VMS') ? 'ORA_ROOT' : 'ORACLE_HOME';
 	    ORA_CLOB ORA_BLOB ORA_RSET ORA_VARCHAR2_TABLE ORA_NUMBER_TABLE
 	    SQLT_INT SQLT_FLT ORA_OCI SQLT_CHR SQLT_BIN
 	) ],
-        ora_session_modes => [ qw( ORA_SYSDBA ORA_SYSOPER ) ],
+        ora_session_modes => [ qw( ORA_SYSDBA ORA_SYSOPER ORA_SYSASM ) ],
         ora_fetch_orient  => [ qw( OCI_FETCH_NEXT OCI_FETCH_CURRENT OCI_FETCH_FIRST
         			   OCI_FETCH_LAST OCI_FETCH_PRIOR OCI_FETCH_ABSOLUTE
         			   OCI_FETCH_RELATIVE)],
@@ -1183,7 +1183,7 @@ So to make a short story a little longer;
 
 =item :ora_session_modes
 
-ORA_SYSDBA ORA_SYSOPER
+ORA_SYSDBA ORA_SYSOPER ORA_SYSASM
 
 =item :ora_types
 
@@ -1817,9 +1817,9 @@ successive failover events when the event is OCI_FO_ERROR.
 
 =head4 ora_session_mode
 
-The ora_session_mode attribute can be used to connect with SYSDBA
-authorization and SYSOPER authorization.
-The ORA_SYSDBA and ORA_SYSOPER constants can be imported using
+The ora_session_mode attribute can be used to connect with SYSDBA,
+SYSOPER, or SYSDBA authorization.
+The ORA_SYSDBA, ORA_SYSOPER, and ORA_SYSDBA constants can be imported using
 
   use DBD::Oracle qw(:ora_session_modes);
 
diff --git a/Oracle.xs b/Oracle.xs
index 8466751..dede0ae 100644
--- a/Oracle.xs
+++ b/Oracle.xs
@@ -29,6 +29,7 @@ constant(name=Nullch)
 	ORA_NUMBER_TABLE	= ORA_NUMBER_TABLE
 	ORA_SYSDBA	 		= 0x0002
 	ORA_SYSOPER	 		= 0x0004
+	ORA_SYSASM          = 0x8000
 	SQLCS_IMPLICIT 		= SQLCS_IMPLICIT
 	SQLCS_NCHAR			= SQLCS_NCHAR
 	SQLT_INT	 		= SQLT_INT
diff --git a/debian/changelog b/debian/changelog
index 7835619..d7eeedc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdbd-oracle-perl (1.34-1.1~asd3) unstable; urgency=low
+
+  * Add SYSASM session mode.
+
+ -- Anthony DeRobertis <[email protected]>  Tue, 06 Dec 2011 12:49:18 -0500
+
 libdbd-oracle-perl (1.34-1.1~asd2) unstable; urgency=low
 
   * Rebuild with Oracle 11gR2
-- 
1.7.7.3


--- End Message ---
--- Begin Message ---
Source: libdbd-oracle-perl
Source-Version: 1.38-1

We believe that the bug you reported is fixed in the latest version of
libdbd-oracle-perl, which is due to be installed in the Debian FTP archive:

libdbd-oracle-perl_1.38-1.debian.tar.bz2
  to contrib/libd/libdbd-oracle-perl/libdbd-oracle-perl_1.38-1.debian.tar.bz2
libdbd-oracle-perl_1.38-1.dsc
  to contrib/libd/libdbd-oracle-perl/libdbd-oracle-perl_1.38-1.dsc
libdbd-oracle-perl_1.38-1_amd64.deb
  to contrib/libd/libdbd-oracle-perl/libdbd-oracle-perl_1.38-1_amd64.deb
libdbd-oracle-perl_1.38-1_i386.deb
  to contrib/libd/libdbd-oracle-perl/libdbd-oracle-perl_1.38-1_i386.deb
libdbd-oracle-perl_1.38.orig.tar.gz
  to contrib/libd/libdbd-oracle-perl/libdbd-oracle-perl_1.38.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julián Moreno Patiño <[email protected]> (supplier of updated 
libdbd-oracle-perl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 14 Jan 2012 18:12:22 -0500
Source: libdbd-oracle-perl
Binary: libdbd-oracle-perl
Architecture: amd64 i386 source
Version: 1.38-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[email protected]>
Changed-By: Julián Moreno Patiño <[email protected]>
Closes: 651211 654916
Description: 
 libdbd-oracle-perl - Perl DBI driver for Oracle
Changes: 
 libdbd-oracle-perl (1.38-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #651211)
   * Remove debian/libdbd-oracle-perl.docs.
     + Upstream removes the documentation files.
   * Add alternative Dependency to Depends. (Closes: #654916)
     + oracle-instantclient11.2-basic |
       oracle-instantclient11.2-basiclite
   * Extend debian copyright holders years.
   * Update 00_Fix_Spelling_Errors.diff patch to fix
     spelling errors.
   * Add fix-manpage-has-bad-whatis-entry.diff to
     fix manpage.
   * Add sed call in override_dh_installexamples to
     fix wrong path for interpreter.
   * Add optional use of Basic Lite client in
     debian/README.maintainer.
 .
   [ Gregor Herrmann ]
   * Override substvars in debian/rules to get our
     alternative dependency.
Checksums-Sha1: 
 fe1d071e3700af540047d28aa6a50de3af1154f4 2154 libdbd-oracle-perl_1.38-1.dsc
 b843e89d93710debd2a6dc8a6fa1f10f9b28ae80 462149 
libdbd-oracle-perl_1.38.orig.tar.gz
 f9bfaaed840a03e5e3dc2f1464c50ddc4f6e976a 5094 
libdbd-oracle-perl_1.38-1.debian.tar.bz2
 a08238539540bd211b2c609cdb3b6a06f77ded32 340074 
libdbd-oracle-perl_1.38-1_i386.deb
 766922a66db98fc61d955ca90e6ef3b55c6fcc42 343610 
libdbd-oracle-perl_1.38-1_amd64.deb
Checksums-Sha256: 
 dbf3bffef8349a2f6f85e4fd5c7120548dd2294cfa1b846999e6d931d0295d46 2154 
libdbd-oracle-perl_1.38-1.dsc
 13b363693746f9bd7531b8f95bdbd5d51df3b52fef7ba1c31f190fcee41b68fd 462149 
libdbd-oracle-perl_1.38.orig.tar.gz
 860a1aea30ec124c6a5e36215fc1468c075074190d5c5d2ba52ac6f1487d078f 5094 
libdbd-oracle-perl_1.38-1.debian.tar.bz2
 1e3c4fbabf2eb25710bfbc9ad3c26d986ce355c8fe8d13aca11fd55c8ed72180 340074 
libdbd-oracle-perl_1.38-1_i386.deb
 5c2fd52db63065a788c5be68817a51b3166f7bb52064f2bdc6e7eda0082808d9 343610 
libdbd-oracle-perl_1.38-1_amd64.deb
Files: 
 b7594d1cc3ddd4d73784541389e7104c 2154 contrib/perl extra 
libdbd-oracle-perl_1.38-1.dsc
 432e79519ff6422689745fa0da0b3f71 462149 contrib/perl extra 
libdbd-oracle-perl_1.38.orig.tar.gz
 743c1430540f17a4457e2e19db2508cc 5094 contrib/perl extra 
libdbd-oracle-perl_1.38-1.debian.tar.bz2
 2746f751b6372337749bd23f90709e8f 340074 contrib/perl extra 
libdbd-oracle-perl_1.38-1_i386.deb
 9f5b0c11bc747fc3a307e2fe4c7b3317 343610 contrib/perl extra 
libdbd-oracle-perl_1.38-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJPG0DsAAoJELs6aAGGSaoGd5cP/ixrUVGt/Bq7ZvJ7zuHVo3RP
SxQSCOM6/sYLkg6yE3c4GYpNzoZBTLEpCiZcQC2TQViyioixG4sESTtkYQInkGas
0oleVRo223+7LfYl8tGNq74q0H0z1aykmJImObHRSLkKn3jSFPL11RU2cmefkdFr
ceKPhOBeHmnc0BoGpoLq3SJaiMriyWHA4XGrRw8l5asF5UG7kwjb5GPxkVEuW3l/
PYCdvMEfxtprZl1MhB57o+kAh929NUPXxpNmH1E51oNrzgwqM2+a4YWTLCyWqSvP
4RQQh6wu9buIuIc04QA3LA0fN5mHqzTzMHjE0vaVOkq/jHO4JXS1uU/VTunpEczH
3VTNkneN6ByUpzGnnI+eQaboWoZ9DG1kMGS4dBTjeAF29SWTvznQIGgtSayu7GR5
YoPFvaDQMeAIXiKQFhxJWPHhZlBbqaJXzv9bsKk97u75kWGGbvu9ZQ6jpnXOZw4q
jnHLrl18ZHoZ1Lah6NyjckTm2sJ4dt9rSOA9TDxaxkNDyo3ogtOSR86RaQU4vvxj
zpN9tvprU8UpUUaKpWB4hoNBXAi1y/r4XfM8uMgQKclymR+7YdBlRStB8rDLwlI7
1UNtFKQlN5pwYtQJV81RStaBJaSFhwQWMET507wRfXV5HKwgoMHTfDP7+JYdDiIv
k7fTgt7epMmcdN/uF08S
=89OP
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to