Étienne Mollier pushed to branch master at Debian Med / libgclib
Commits: 6a7cf26e by Étienne Mollier at 2021-10-26T21:02:46+02:00 Bump libgclib soname Closes: #997884 - - - - - c30826b7 by Étienne Mollier at 2021-10-26T22:30:47+02:00 d/copyright: add khashl.hh, wyhash.h and xxhash.h - - - - - 23b8bcab by Étienne Mollier at 2021-10-26T22:38:57+02:00 update changelog - - - - - 5 changed files: - debian/changelog - debian/control - debian/copyright - debian/libgclib2.symbols.amd64 → debian/libgclib3.symbols.amd64 - debian/patches/autoconf.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +libgclib (0.12.7+ds-3) UNRELEASED; urgency=medium + + * Team upload. + * Bump libgclib soname (Closes: #997884) + * d/copyright: add khashl.hh, wyhash.h and xxhash.h + + -- Étienne Mollier <[email protected]> Tue, 26 Oct 2021 22:20:18 +0200 + libgclib (0.12.7+ds-2) unstable; urgency=medium * Fix CVE-2021-42006 ===================================== debian/control ===================================== @@ -17,7 +17,7 @@ Package: libgclib-dev Architecture: any Multi-Arch: same Section: libdevel -Depends: libgclib2 (= ${binary:Version}), +Depends: libgclib3 (= ${binary:Version}), ${misc:Depends} Description: header files for Genome Code Lib (GCLib) This is an eclectic gathering of (mostly) C++ code which upstream used @@ -36,7 +36,7 @@ Description: header files for Genome Code Lib (GCLib) Header files of Genome Code Lib. It is mainly known for being used by StringTie but with its own release cycle. -Package: libgclib2 +Package: libgclib3 Architecture: any Multi-Arch: same Section: libs ===================================== debian/copyright ===================================== @@ -30,6 +30,83 @@ License: custom 3. This notice may not be removed or altered from any source distribution. +Files: khashl.hh +Copyright: 2008, 2009, 2011 by Attractive Chaos <[email protected]> +License: Expat + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + . + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + +Files: wyhash.h +Copyright: 王一 Wang Yi <[email protected]> and contributors +License: Unlicense + This is free and unencumbered software released into the public domain. + . + Anyone is free to copy, modify, publish, use, compile, sell, or + distribute this software, either in source code form or as a compiled + binary, for any purpose, commercial or non-commercial, and by any + means. + . + In jurisdictions that recognize copyright laws, the author or authors + of this software dedicate any and all copyright interest in the + software to the public domain. We make this dedication for the benefit + of the public at large and to the detriment of our heirs and + successors. We intend this dedication to be an overt act of + relinquishment in perpetuity of all present and future rights to this + software under copyright law. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR + OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + OTHER DEALINGS IN THE SOFTWARE. + . + For more information, please refer to <http://unlicense.org/> + +Files: xxhash.h +Copyright: 2012-2020 Yann Collet +License: BSD-2-Clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + . + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + Files: debian/* Copyright: 2019 Andreas Tille <[email protected]> License: Artistic-2.0 ===================================== debian/libgclib2.symbols.amd64 → debian/libgclib3.symbols.amd64 ===================================== @@ -1,4 +1,4 @@ -libgclib.so.2 libgclib2 #MINVER# +libgclib.so.3 libgclib3 #MINVER# * Build-Depends-Package: libgclib-dev CLASSCODE_OVL_RANK@Base 0.11.4 COLOR_buf@Base 0.11.4 ===================================== debian/patches/autoconf.patch ===================================== @@ -85,7 +85,7 @@ Index: libgclib/configure.ac + +AM_INIT_AUTOMAKE([1.6 foreign dist-zip tar-ustar filename-length-max=299]) + -+LIB_VERSION=2:0 ++LIB_VERSION=3:0 + +AC_SUBST([VERSION]) +AC_SUBST([LIB_VERSION]) View it on GitLab: https://salsa.debian.org/med-team/libgclib/-/compare/81233582b600cbd1a6c67fad72de13659cfddb73...23b8bcab96cc70fa1e187bda85cbbc2a01a61c35 -- View it on GitLab: https://salsa.debian.org/med-team/libgclib/-/compare/81233582b600cbd1a6c67fad72de13659cfddb73...23b8bcab96cc70fa1e187bda85cbbc2a01a61c35 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
