Andreas Tille pushed to branch master at Debian Med / samtools-legacy
Commits: efb11c84 by Andreas Tille at 2021-10-01T16:44:45+02:00 Fix watchfile to detect new versions on github - - - - - bd6caac6 by Andreas Tille at 2021-10-01T16:46:38+02:00 routine-update: Standards-Version: 4.6.0 - - - - - f2e1cdea by Andreas Tille at 2021-10-01T17:04:32+02:00 Fix error: format not a string literal and no format arguments - - - - - 613d9b10 by Andreas Tille at 2021-10-01T17:05:28+02:00 Upload to unstable - - - - - 5 changed files: - debian/changelog - debian/control - + debian/patches/gcc-11.patch - debian/patches/series - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +samtools-legacy (0.1.19+dfsg-4) unstable; urgency=medium + + * Team upload. + * Fix watchfile to detect new versions on github + * Standards-Version: 4.6.0 (routine-update) + * Fix error: format not a string literal and no format arguments + + -- Andreas Tille <[email protected]> Fri, 01 Oct 2021 17:04:40 +0200 + samtools-legacy (0.1.19+dfsg-3) UNRELEASED; urgency=medium * Re-add non-essential changes ===================================== debian/control ===================================== @@ -6,7 +6,7 @@ Priority: optional Build-Depends: debhelper-compat (= 13), libncurses5-dev, zlib1g-dev -Standards-Version: 4.5.1 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/samtools-legacy Vcs-Git: https://salsa.debian.org/med-team/samtools-legacy.git Homepage: https://www.htslib.org/ ===================================== debian/patches/gcc-11.patch ===================================== @@ -0,0 +1,16 @@ +Author: Andreas Tille <[email protected]> +Last-Update: Fri, 01 Oct 2021 16:44:45 +0200 +Description: Fix + bam_tview_curses.c:66:2: error: format not a string literal and no format arguments [-Werror=format-security] + +--- a/bam_tview_curses.c ++++ b/bam_tview_curses.c +@@ -63,7 +63,7 @@ static void curses_mvprintw(struct Abstr + va_start(argptr, fmt); + vsnprintf(str,size, fmt, argptr); + va_end(argptr); +- mvprintw(y,x,str); ++ mvprintw(y,x,"%s",str); + free(str); + } + ===================================== debian/patches/series ===================================== @@ -2,3 +2,4 @@ fix_example_makefile.patch fix_segfault_with_small_ref.patch fix_coverage_cap.patch hardening.patch +gcc-11.patch ===================================== debian/watch ===================================== @@ -1,4 +1,4 @@ version=4 opts="repacksuffix=+dfsg,dversionmangle=auto,repack,compression=xz" \ - https://github.com/samtools/samtools/releases?after=0.2.0-rc1 .*/archive/(0\.1\.\d+)\.tar\.gz + https://github.com/samtools/samtools/releases?after=0.2.0-rc1 .*/(0\.1\.\d+)\.tar\.gz View it on GitLab: https://salsa.debian.org/med-team/samtools-legacy/-/compare/e0cc6be54d4471a8e63fe4d280a31b2a8e16f4e9...613d9b107a07246380dc6933ec1ba10711a59b13 -- View it on GitLab: https://salsa.debian.org/med-team/samtools-legacy/-/compare/e0cc6be54d4471a8e63fe4d280a31b2a8e16f4e9...613d9b107a07246380dc6933ec1ba10711a59b13 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
