-cvs (2:1.12.13+real-16~~klaus1) unstable; urgency=low
+cvs (2:1.12.13+real-27) unstable; urgency=low
+
+ * Hardcode path to /bin/mktemp during configure to build reproducibly
+ * Policy 4.3.0.1 (verbosity changes; R³:no)
+ * Use new lintian source override location
+ * Update lintian overrides
+
+ -- Thorsten Glaser <tg@mirbsd.de> Tue, 05 Feb 2019 19:31:19 +0100
+
+cvs (2:1.12.13+real-26) unstable; urgency=low
+
+ * Policy 4.1.3 (no changes)
+ * Debhelper 11, prompted by lintian…
+ * Update VCS-* to new repository caused by Alioth deprecation
+
+ -- Thorsten Glaser <tg@mirbsd.de> Fri, 05 Jan 2018 20:06:42 +0100
+
+cvs (2:1.12.13+real-25) unstable; urgency=low
+
+ * Update from MirBSD (0AB8.4)
+ - support LOGM response
+ * Policy 4.1.1 (no changes)
+ * Use “?=” in debian/rules for dpkg-architecture fields (lintian)
+ * Update watch file
+
+ -- Thorsten Glaser <tg@mirbsd.de> Sun, 19 Nov 2017 18:10:56 +0100
+
+cvs (2:1.12.13+real-24) unstable; urgency=high
+
+ * Update from MirBSD
+ - fix for CVE-2017-12836 (Closes: #871810)
+ - more robust $CVSROOT parsing
+ * Policy 4.0.1
+ - add nodoc build option
+ ‣ I’m unclear on how this mixes with build profiles and/or
+ Build-Depends exclusion; should I exclude ghostscript,
+ groff, texinfo, texlive-* with <!nodocs> now, or are
+ DEB_BUILD_OPTIONS=nodoc and the profile independent of
+ each other? Info and patches welcome.
+ * Drop explicit (thus redundant) autotools-dev B-D (lintian)
+ * Update lintian overrides
+
+ -- Thorsten Glaser <tg@mirbsd.de> Sat, 12 Aug 2017 22:18:41 +0200
+
+cvs (2:1.12.13+real-23) unstable; urgency=low
+
+ * Improve documentation:
+ - on CVSREADONLYFS
+ - regarding the formerly world-writable files
+ - fix typos, thanks lintian
+ * Remove testsuite logfiles on clean properly
+ * With most environment variables, handle them being defined but
+ empty as undefined, not enabled (fixes the testsuite creating
+ spurious ~/.in and ~/.out files); exceptions:
+ - CVS_PASSWORD (just triggers an error, as previously)
+ - CVSREAD, CVSREADONLYFS (mere presence enables them)
+ Note this in the Debian NEWS file
+ * Fix some spelling in the/and comments
+ * Emit better errors when multiple LogHistory config options occur
+ * Fix some corner cases in the testsuite
+ * Repair the noredirect-writeproxy testsuite mode
+ * Apply the OpenBSD patch for flowcontrol with fast HDD and slow network
+ * Override a false positive lintian warning
+
+ -- Thorsten Glaser <tg@mirbsd.de> Fri, 28 Apr 2017 21:33:27 +0200
+
+cvs (2:1.12.13+real-22) unstable; urgency=low
+
+ * cvs init: Change default history logging configuration
+ to only log write operations by adding “LogHistory=TMAR”
+ * Testsuite: Alter to cope with this explicit option
+ * cvs init: Rely on CVSUMASK for history and val-tags files
+ in newly created repositories (Closes: #858769)
+ * Add a NEWS.Debian entry verbosely documenting this change
+
+ -- Thorsten Glaser <tg@mirbsd.de> Tue, 28 Mar 2017 20:01:39 +0200
+
+cvs (2:1.12.13+real-21) unstable; urgency=medium
+
+ [ Sylvain Beucler ]
+ * Add --allow-root-regexp option, for Savannah
+
+ [ Thorsten Glaser ]
+ * Always add --build=/--host= to avoid config.guess being too smart
+ * Fix testsuite for --allow-root-regexp in the “deny” case
+ * Some minor documentation fixes (wording and formatting)
+ * Remove unnecessary autopoint from Build-Depends; optimise them
+ * Harmonise PDF version 1.4 across all generated PDFs
+ * Generate all PDFs using the PA4 paper size (prints on Letter and A4)
+ * Disable parallel build because the testsuite is not safe
+
+ -- Thorsten Glaser <tg@mirbsd.de> Mon, 09 Jan 2017 23:19:38 +0000
+
+cvs (2:1.12.13+real-20) unstable; urgency=low
+
+ * Do not spew into syslog when 'cvs pserver' is called from a tty
+
+ -- Thorsten Glaser <tg@mirbsd.de> Wed, 09 Nov 2016 04:17:18 +0100
+
+cvs (2:1.12.13+real-19) unstable; urgency=low
+
+ * Update from MirBSD CVS:
+ - Fix some spelling mistakes
+ - Greatly improve the manpage introduction (even going so far
+ as to add a “how not to be totally lost in info” section)
+ - Improve documentation cross-references
+ - Apply TCP_NODELAY patch from CVS mailing list
+ * Switch (experimentally) to debhelper compat 10
+ * Enhances cvs2svn (>= 2.4.0-4~) as it’s added relevant patches
+ * Make cross-buildable (Closes: #842847)
+
+ -- Thorsten Glaser <tg@mirbsd.de> Tue, 08 Nov 2016 23:22:39 +0000
+
+cvs (2:1.12.13+real-18) unstable; urgency=low
+
+ [ esr ]
+ * Correct a bug in the manpage
+
+ [ Sergei Trofimovich ]
+ * Fix a memory leak
+
+ [ Thorsten Glaser ]
+ * Several sanity and getdate fixes
+
+ -- Thorsten Glaser <tg@mirbsd.de> Sun, 23 Oct 2016 00:34:10 +0200
+
+cvs (2:1.12.13+real-17) unstable; urgency=medium
+
+ * Fix a use-after-free bug
+ * Correctly use autoconf to detect long double
+
+ -- Thorsten Glaser <tg@mirbsd.de> Sat, 22 Oct 2016 05:42:39 +0200
+
+cvs (2:1.12.13+real-16) unstable; urgency=medium
* Take back the package (Closes: #764397)
- * Unversion Suggests, fulfilled in oldstable
+ * Fix typo in changelog entry for cvs (2:1.12.13+real-9) and others
+ * Bump Policy; no changes
+ * Update code with bugfixes from MirBSD 0AB7.2 (Closes: #839669)
+ * Actually use correct getdate implementation
+ * groff now needs an explicit ghostscript dependency for ps2pdf
+ * Remove stuff unnecessary with dh-autoreconf
- -- Thorsten Glaser <tg@mirbsd.de> Thu, 12 May 2016 13:27:09 +0200
+ -- Thorsten Glaser <tg@mirbsd.de> Sat, 22 Oct 2016 02:58:34 +0200
cvs (2:1.12.13+real-15) unstable; urgency=low
* d/watch: mangle the +real away until 1.12.14 is out,
as this is an artefact from the old (epoch 1) packaging
* Demote mksh to Suggests, recommended (hah!) by many
- (Closes: #631110) (merges back 2:1.12.13+real-5debianderivatethatcannotbenamed1)
+ (Closes: #631110) (merges back
+ 2:1.12.13+real-5debianderivatethatcannotbenamed1)
* Honour Policy §11.4; fix by YOSHINO Yoshihito (Closes: #631936)
* Use upstream-source-in-CVS packaging, clean up
* d/rules: Add build-{arch,indep} targets as aliases to build
* Renamed .orig.tar.gz due to archive pathname conflict
* d/README.source: Document patch location (VCS-CVS, VCS-Browser alike)
* New build from MirPorts 1.12.13-10 = MirOS BSD 0AAE.1
- - Contains changes from cvs (1:1.12.13-12debianderivatethatcannotbenamed1):
+ - Contains changes from cvs
+ (1:1.12.13-12debianderivatethatcannotbenamed1):
+ Apply fix from Kees Cook to avoid %n in writable memory (LP: #296453)
- Other BTS relevant changes:
+ Allow CVSROOT-less “version” (LP: #97683) and “cvs version”