Your message dated Thu, 31 Jul 2008 22:13:45 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#392459: fixed in freetds 0.82-3
has caused the Debian Bug report #392459,
regarding freetds: new upstream version available
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.)
--
392459: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=392459
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: freetds
Severity: wishlist
FreeTDS 0.64 was released on July 1, 2006. The newer version adds support
for SSL connections to MS SQL databases, among other things.
I made an attempt at packaging the new version myself, but ran into some
weird shared library issues that were beyond my ability to resolve. I'm
sure this should be no trouble for someone more familiar with FreeTDS.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
--
Keegan Quinn <[EMAIL PROTECTED]> http://keegan.sniz.net
q="'" qq='echo q=\"$q\" qq=$q$qq$q \&\& eval \$qq' && eval $qq
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: freetds
Source-Version: 0.82-3
We believe that the bug you reported is fixed in the latest version of
freetds, which is due to be installed in the Debian FTP archive:
freetds-common_0.82-3_all.deb
to pool/main/f/freetds/freetds-common_0.82-3_all.deb
freetds-dev_0.82-3_amd64.deb
to pool/main/f/freetds/freetds-dev_0.82-3_amd64.deb
freetds_0.82-3.diff.gz
to pool/main/f/freetds/freetds_0.82-3.diff.gz
freetds_0.82-3.dsc
to pool/main/f/freetds/freetds_0.82-3.dsc
freetds_0.82.orig.tar.gz
to pool/main/f/freetds/freetds_0.82.orig.tar.gz
libct4_0.82-3_amd64.deb
to pool/main/f/freetds/libct4_0.82-3_amd64.deb
libsybdb5_0.82-3_amd64.deb
to pool/main/f/freetds/libsybdb5_0.82-3_amd64.deb
tdsodbc_0.82-3_amd64.deb
to pool/main/f/freetds/tdsodbc_0.82-3_amd64.deb
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.
Steve Langasek <[EMAIL PROTECTED]> (supplier of updated freetds 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: SHA1
Format: 1.8
Date: Sat, 19 Jul 2008 18:45:43 -0700
Source: freetds
Binary: freetds-common libct4 tdsodbc libsybdb5 freetds-dev
Architecture: source all amd64
Version: 0.82-3
Distribution: unstable
Urgency: low
Maintainer: Steve Langasek <[EMAIL PROTECTED]>
Changed-By: Steve Langasek <[EMAIL PROTECTED]>
Description:
freetds-common - configuration files for FreeTDS SQL client libraries
freetds-dev - MS SQL and Sybase client library (static libs and headers)
libct4 - libraries for connecting to MS SQL and Sybase SQL servers
libsybdb5 - libraries for connecting to MS SQL and Sybase SQL servers
tdsodbc - ODBC driver for connecting to MS SQL and Sybase SQL servers
Closes: 317677 353735 360345 390131 392459 400269 486249 487516
Changes:
freetds (0.82-3) unstable; urgency=low
.
* Add the GFDL to debian/copyright, to satisfy ftp team demands. No files
shipped in the binary packages are covered by this license.
* Update the list of authors in debian/copyright, from the current AUTHORS
file.
.
freetds (0.82-2) unstable; urgency=low
.
* Add a provisional Vcs-Bzr tag.
* Upload to unstable.
.
freetds (0.82-1) experimental; urgency=low
.
* New upstream release (closes: #392459).
- soname bump for libct3 -> libct4.
- fix support for quoted identifiers. Closes: #487516.
- fix for buffer overflow issues with datetime fields and long format
strings. Closes: #400269, #353735.
- fix for dbresults() return value following a NO_MORE_RESULTS
return. Closes: #486249.
* Acknowledge NMUs.
* Drop debian/{libsybdb5,libct3}.manifest, which are now superseded by the
new dpkg-gensymbols setup
* Add locales.conf to the libct4 examples directory, to show proper
configuration of server charsets when this is needed. Closes: #390131.
* Don't install ODBC-related files in freetds-dev. Closes: #360345,
LP: #68239.
* Simplify the debconf handling for tdsodbc: one removal in the prerm,
one addition in the postinst, and we should always get a correct
reference count for the driver.
* Add a new package freetds-common to contain the config files, so that
we're future-proofed against further soname changes in libct.
- install the freetds.conf.5 manpage here now that there's a suitable
place for it
- now that our -common package is arch: all, don't symlink doc
directories; necessary in order to preserve binNMU changelogs
- create the /etc/freetds directory in our postinst if it's missing,
to make the script more robust against previous versions of libct
being purged. Closes: #317677.
* Miscellaneous clean-up of debian/rules:
- drop commented-out lines
- `pwd` == ick
- use DESTDIR when installing
- clean up the separation between install and binary targets
- don't override CFLAGS when building, unixodbc-dev now correctly
takes care of this for us
- drop obsolete get-orig-source target, which only knew about an old
source version anyway; debian/watch works better here.
- don't ignore failures on make distclean; instead, only invoke it
when a Makefile is present.
* Bump Standards-Version to 3.8.0 (no changes required).
* Pass -V to dh_makeshlibs, so that any packages that build against
libsybdb5 with an old dpkg-dev don't end up with broken dependencies.
* Bump debhelper compat level from 3 to 6
Checksums-Sha1:
b7d7ba7a65d4ab9d48a003c3a2e057a0df01c889 1192 freetds_0.82-3.dsc
7e2a0c9e41c240c2d1c7f69c6f278e9a5bb80c2d 1596755 freetds_0.82.orig.tar.gz
afa1e323877bb1da6c2119104ad0dc4c2e01c62f 23878 freetds_0.82-3.diff.gz
23f999d81de8da203f62455b9c07a6f1c945b3ee 24840 freetds-common_0.82-3_all.deb
873831304e48732d4a693b547d0775848857ed76 147376 libct4_0.82-3_amd64.deb
58cce9b8bd2944dd28700fe7805b522c01f6d199 169158 tdsodbc_0.82-3_amd64.deb
bead701a16cc2d0fb07d9ca49abc69ebfb3bbbc4 178762 libsybdb5_0.82-3_amd64.deb
76a3df3064643509dcee5f260c983d27558eeac8 462234 freetds-dev_0.82-3_amd64.deb
Checksums-Sha256:
63b36d89d38e35e26e8dc2084b4e61e8944a2bb90fd5c5f86ff4b12d1f518c4a 1192
freetds_0.82-3.dsc
e2731483614bd992c8cb133bcc38432de13cfa243cc1327f37412db50c99b2b6 1596755
freetds_0.82.orig.tar.gz
5ac130d6d9cab98f71bde83a7a5267392b3b0c8cd08dd412a52e0c2be6b1f3c0 23878
freetds_0.82-3.diff.gz
f8937b69a00f46ca17fe5966e69a9d30d158cf71af92ebc7d6304a81fe417945 24840
freetds-common_0.82-3_all.deb
3de8f4c4bbe81c8be30fb307a767cdb002d158681db1ae50d8b0c440742654f8 147376
libct4_0.82-3_amd64.deb
5bd8c0c02a15c933959410b1c9def5adbbb257c1e15126b71519c8f5fd0c39ef 169158
tdsodbc_0.82-3_amd64.deb
583ea59c087fa2a522da14e8f0e8c8e1f087048f31d2960aa348c94e357e0a4c 178762
libsybdb5_0.82-3_amd64.deb
3328a1736731b14f3ddb1a4daf3b6b7b55903efcebf3f0755f057c1842d044ee 462234
freetds-dev_0.82-3_amd64.deb
Files:
e8bde5369a95d446b3e87d1c196d5aed 1192 libs optional freetds_0.82-3.dsc
3df6b2e83fd420e90f1becbd1162990a 1596755 libs optional freetds_0.82.orig.tar.gz
3010c4617ff11d5c42092a5c94decf10 23878 libs optional freetds_0.82-3.diff.gz
55cb7f41ae814bdc9f63aecd7242f871 24840 libs optional
freetds-common_0.82-3_all.deb
4b21591746e633243fdff9bb9586320e 147376 libs optional libct4_0.82-3_amd64.deb
631ecf4f0f68ee301141519e37e97444 169158 libs optional tdsodbc_0.82-3_amd64.deb
6a202f435cda4106a7d242c713e1e6a0 178762 libs optional
libsybdb5_0.82-3_amd64.deb
01909fe58c7067ad3d960fae771a798a 462234 devel optional
freetds-dev_0.82-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFIg5TUKN6ufymYLloRAiDHAJ4s0W9Ey/9HzQbmC0dIgsUnyCOfrwCgmY8L
uomVaxKfpNG4ojRYVbNtjZ4=
=gDnL
-----END PGP SIGNATURE-----
--- End Message ---