1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204
|
cxxtools (2.2.1-4) unstable; urgency=medium
* Remove dependency on libstdc++-5-dev | libstdc++-dev from
libcxxtools-dev (Closes: #985439)
-- Kari Pahula <kaol@debian.org> Fri, 19 Mar 2021 17:54:06 +0200
cxxtools (2.2.1-3) unstable; urgency=medium
* Standards-Version 4.4.1 and debhelper compat 10
* Install .pc files for pkg-config (Closes: #871416)
-- Kari Pahula <kaol@debian.org> Tue, 17 Dec 2019 17:08:39 +0200
cxxtools (2.2.1-2) unstable; urgency=medium
* Library transition for GCC 5 (Closes: #791019)
* Change library package name suffix to 9v5.
-- Kari Pahula <kaol@debian.org> Mon, 20 Jul 2015 22:47:31 +0300
cxxtools (2.2.1-1) unstable; urgency=high
* New upstream release
* CVE-2013-7298 remote denial of service in HTTP query parameter parsing
fixed (Closes: #735880)
* Bump Standards-Version 3.9.5 (No changes necessary)
-- Kari Pahula <kaol@debian.org> Tue, 21 Jan 2014 18:55:56 +0200
cxxtools (2.2-1) unstable; urgency=low
* New upstream release (SONAME 9)
* Drop patches
* use_get_current_dir_name (fixed in upstream)
* no_shared_flag
* Standards-Version 3.9.4 and debhelper compat 9.
-- Kari Pahula <kaol@debian.org> Mon, 20 May 2013 21:24:28 +0300
cxxtools (2.1.1-1) unstable; urgency=low
* New upstream release
* Enable iconvstream support. (Closes: #673269)
* Use get_current_dir_name in directoryimpl.c to avoid using PATH_MAX
altogether.
-- Kari Pahula <kaol@debian.org> Sat, 26 May 2012 14:08:57 +0300
cxxtools (2.1-2) unstable; urgency=low
* Fix FTBFS on armel and armhf by again forcing
--with-atomictype=pthread as configure parameter.
* Added friend bool operator==(const Char&, unsigned int) to Char class
to make comparison to L'\n' like literals (which are unsigned int on
that) work on arm*.
* Removed unused build dep autoconf-archive.
-- Kari Pahula <kaol@debian.org> Sat, 12 May 2012 11:01:02 +0300
cxxtools (2.1-1) unstable; urgency=low
* New upstream release (SONAME 8)
- Removed patch gcc4.7_ftbfs_fix since upstream source is GCC 4.7 safe.
- Patches iconvstream_size_t_fix, configure.in_fixes and
arm_gcc4.6_ftbfs_fix removed since they have been implemented in
upstream source.
* Standards-Version 3.9.3.
* Use dh-autoreconf.
-- Kari Pahula <kaol@debian.org> Sat, 28 Apr 2012 10:30:29 +0300
Cxxtools (2.0-4.1) unstable; urgency=low
* Non maintainer upload.
* Fix build failure with gcc-4.7. Closes: #668698.
-- Matthias Klose <doko@debian.org> Sat, 14 Apr 2012 19:08:15 +0200
cxxtools (2.0-4) unstable; urgency=low
* Add atomictype=pthread on armhf too.
-- Kari Pahula <kaol@debian.org> Wed, 07 Dec 2011 00:16:52 +0200
cxxtools (2.0-3) unstable; urgency=low
* Force atomictype=pthread on architectures with no assembly code
implementation of atomic types (ie. ![armel amd64 i386 mips mipsel
powerpc]) (Closes: #640828) (Thanks to Aurelien Jarno)
* #define PATH_MAX 4096 if PATH_MAX is not set to avoid FTBFS on Hurd.
-- Kari Pahula <kaol@debian.org> Tue, 06 Dec 2011 22:05:30 +0200
cxxtools (2.0-2) unstable; urgency=low
* Add arm_gcc4.6_ftbfs_fix from upstream r1136 to resolve FTBFS.
(Closes: #640827) (Thanks to Daniel T Chen)
-- Kari Pahula <kaol@debian.org> Thu, 17 Nov 2011 19:30:20 +0200
cxxtools (2.0-1) unstable; urgency=low
* New upstream release (SONAME 7)
* Standards-Version 3.9.2 (no changes necessary).
* Drop quilt as a build dependency and use debian/source/format "3.0
(quilt)".
* Check the return value of iconv for (size_t)-1 in iconvstream.cpp.
(Closes: #637065)
* Drop -I from the aclocal call to avoid including a nonexisting
directory. (Closes: #634536)
* Parse and use the parallel= DEB_BUILD_OPTION.
* Don't install the .la files.
-- Kari Pahula <kaol@debian.org> Mon, 08 Aug 2011 14:33:27 +0300
cxxtools (1.4.8-3) unstable; urgency=low
* Patch src/Makefile.am to not add -shared to libcxxtools_la_LDFLAGS.
(Closes: #526341)
* Patch src/hdstream.cpp to #include <cstdio>. (Closes: #504974)
* Re-added quilt as a build dep.
* Standards-Version 3.8.1 (No changes needed).
* Changed libcxxtools-dev's dependency on libstdc++-dev to
libstdc++6-4.3-dev | libstdc++-dev.
-- Kari Pahula <kaol@debian.org> Sat, 09 May 2009 01:02:53 +0300
cxxtools (1.4.8-2) unstable; urgency=low
* Made libcxxtools-dev depend on libcxxtools6, not libcxxtools5.
-- Kari Pahula <kaol@debian.org> Mon, 16 Jun 2008 12:24:28 +0300
cxxtools (1.4.8-1) unstable; urgency=high
* New upstream release.
* SONAME bump to 6.
* Fix FTBFS bug on sparc. (Closes: #475590)
* Removed the src/tcpstream.cpp patch, which was included upstream.
* Removed quilt build dependency, as this version is unpatched.
-- Kari Pahula <kaol@debian.org> Tue, 03 Jun 2008 22:34:29 +0300
cxxtools (1.4.7-1) unstable; urgency=low
* New upstream release
* Standards-Version 3.7.3 (Homepage control field added).
* SONAME bump to 5.
* Install examples from demo/ to the libcxxtools-dev package.
* Remove the no longer needed patches iconv_test_removed and
libltdl_from_debian.
* Unapplied the last NMU's patch, since the new upstream version
incorporated the necessary header file changes.
* Patched src/tcpstream.cpp to call memmove, not std::memmove.
-- Kari Pahula <kaol@debian.org> Thu, 27 Mar 2008 11:22:06 +0200
cxxtools (1.4.3.6-1.1) unstable; urgency=low
* Non-maintainer upload.
* Fix gcc-4.3 FTBFS using patch by "brian m. carlson"
<sandals@crustytoothpaste.ath.cx>. (Closes: #455085, #461679)
-- Marc 'HE' Brockschmidt <he@debian.org> Sun, 16 Mar 2008 16:32:50 +0100
cxxtools (1.4.3.6-1) unstable; urgency=low
* New upstream release
* SONAME 3 -> 4
* Added autoconf-archive as build-dep in order to use ACX_PTHREAD.
-- Kari Pahula <kaol@debian.org> Mon, 14 May 2007 18:10:03 +0300
cxxtools (1.4.3.1-1) unstable; urgency=low
* New upstream release
-- Kari Pahula <kaol@debian.org> Thu, 7 Dec 2006 00:06:47 +0200
cxxtools (1.4.3-2) unstable; urgency=low
* Added dependency on libstdc++-dev for libcxxtools-dev
-- Kari Pahula <kaol@debian.org> Fri, 27 Oct 2006 22:40:03 +0300
cxxtools (1.4.3-1) unstable; urgency=low
* New upstream release
-- Kari Pahula <kaol@debian.org> Fri, 25 Aug 2006 11:43:43 +0300
cxxtools (1.4.2-2) unstable; urgency=low
* Added missing dependency to libcxxtools3 for libcxxtools-dev
-- Kari Pahula <kaol@debian.org> Wed, 12 Jul 2006 11:18:56 +0300
cxxtools (1.4.2-1) unstable; urgency=low
* Initial release Closes: #366834
* Use the libltdl in Debian instead of the included one
-- Kari Pahula <kaol@debian.org> Sat, 1 Jul 2006 22:31:49 +0300
|