[notes] 01/01: packages += double-conversion, montage

Daniel Shahaf danielsh at apache.org
Fri Sep 23 08:04:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

danielsh-guest pushed a commit to branch master
in repository notes.

commit 151a8b172badf3be85afe54166b53ad22c768023
Author: Daniel Shahaf <danielsh at apache.org>
Date:   Fri Sep 23 08:02:33 2016 +0000

    packages += double-conversion, montage
---
 packages.yml | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/packages.yml b/packages.yml
index 2d51703..35ca9a6 100644
--- a/packages.yml
+++ b/packages.yml
@@ -4929,6 +4929,12 @@ dot-forward:
     - random_order_in_md5sums
   bugs:
     - 776760
+double-conversion:
+  version: 2.0.1-3
+  comments: |
+    debian/rules: SRC=$(shell echo src/*.cc)
+  issues:
+    - random_order_in_static_libraries
 dovecot:
   version: 1:2.2.25-1
   issues:
@@ -16470,6 +16476,29 @@ monotone:
     embedding timestamps.
   issues:
     - captures_build_path
+montage:
+  version: 4.0+dfsg-3
+  comments: |
+    The reversed form of "/build-1st/montage/foo/bar" is captured:
+    .
+    │   │   │   │   │ -  4021dc:	48 b8 2f 62 75 69 6c 	movabs $0x312d646c6975622f,%rax
+    │   │   │   │   │ +  4021dc:	48 b8 2f 62 75 69 6c 	movabs $0x322d646c6975622f,%rax
+    ⋮
+    │   │   │   │   │ -  4021f6:	48 b8 73 74 2f 6d 6f 	movabs $0x61746e6f6d2f7473,%rax
+    │   │   │   │   │ +  4021f6:	48 b8 6e 64 2f 6d 6f 	movabs $0x61746e6f6d2f646e,%rax
+    .
+    % echo 312d646c6975622f | xxd -p -r
+    1-dliub/
+    % echo 61746e6f6d2f7473 | xxd -p -r
+    atnom/ts
+    .
+    This appears to be an inlined strcpy():
+    .
+    util/Viewer/Makefile.LINUX:10:DATA_DIR = $(shell cd ../../data; pwd)
+    util/Viewer/Makefile.LINUX:13:                -DFONT_DIR='"$(DATA_DIR)/fonts/"'
+    util/Viewer/mViewer.c:605:   strcpy(fontfile, FONT_DIR)
+  issues:
+    - captures_build_path
 moonshot-gss-eap:
   version: 0.9.5-1
   bugs:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git



More information about the Reproducible-commits mailing list