Skip to content

Commit

Permalink
d0_blind_id-1.0 (rebuild with gcc-6.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed May 26, 2018
1 parent 38de87a commit 5fd7f49
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 47 deletions.
39 changes: 21 additions & 18 deletions d0_blind_id/README
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,23 @@ Cryptographic library to perform identification using Schnorr Identification
scheme and Blind RSA Signatures

Runtime requirements:
cygwin-1.7.30-1
libd0_blind_id-devel-1.0-1bl1
libd0_blind_id0-1.0-1bl1
libd0_rijndael-devel-1.0-1bl1
libd0_rijndael0-1.0-1bl1
libgmp10-6.0.0a-1
cygwin-2.10.0-1
libd0_blind_id-devel-1.0-1bl2
libd0_blind_id0-1.0-1bl2
libd0_rijndael-devel-1.0-1bl2
libd0_rijndael0-1.0-1bl2
libgmp10-6.1.2-1
pkg-config-0.29.1-1

Build requirements:
(besides corresponding -devel packages)
autoconf-13-1
automake-9-1
binutils-2.24.51-4
cygport-0.16.0-1
gcc-core-4.9.0-1
libtool-2.4.2-5
make-4.0-2
automake-10-1
binutils-2.29-1
cygport-0.31.0-1
gcc-core-6.4.0-5
libtool-2.4.6-5
make-4.2.1-2

Canonical website:
https://github.com/divVerent/d0_blind_id
Expand All @@ -30,11 +31,11 @@ Canonical download:
-------------------------------------------

Build instructions:
unpack d0_blind_id-1.0-X-src.tar.xz
if you use setup to install this src package, it will be
unpacked under /usr/src automatically
cd /usr/src
cygport ./d0_blind_id-1.0-X.cygport all
1. unpack d0_blind_id-1.0-X-src.tar.xz
2. if you use setup to install this src package,
it will be unpacked under /usr/src automatically
% cd /usr/src
% cygport ./d0_blind_id-1.0-X.cygport all

This will create:
/usr/src/d0_blind_id-1.0-X-src.tar.xz
Expand Down Expand Up @@ -75,9 +76,11 @@ Files included in the binary package:

Port Notes:

----- version 1.0-1bl2 -----
Rebuild with gcc-6.4.0

----- version 1.0-1bl1 -----
Version bump.

----- version 0.5-1bl1 -----
Initial release for Cygwin-1.7 by fd0 <http://d.hatena.ne.jp/fd0>

28 changes: 0 additions & 28 deletions d0_blind_id/d0_blind_id-1.0-1bl1.src.patch

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ libd0_rijndael_devel_CONTENTS="
usr/lib/libd0_rijndael*
usr/lib/pkgconfig/d0_rijndael.pc
"

d0_blind_id_SUMMARY="${SUMMARY} (utilities)"
libd0_blind_id0_SUMMARY="${SUMMARY} (runtime)"
libd0_blind_id_devel_SUMMARY="${SUMMARY} (development)"
Expand Down
30 changes: 30 additions & 0 deletions d0_blind_id/d0_blind_id-1.0-1bl2.src.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
diff -buprN -x CYGWIN-PATCHES -x aclocal.m4~ -x aclocal.m4t -x autom4te.cache -x config.cache -x config.guess -x config.log -x config.status -x config.sub -x '*SlackBuild*' -x '*.egg-info' -x '*.dll' -x '*.exe' -x '*.o' -x '*.gch' -x '*.gem' -x .gitignore -x '*.jpg' -x '*.png' -x '*.qm' -x '*.svgz' -x '*.tif' -x '*.class' -x '*.jlc' -x '*.pyc' -x '*.pyo' -x '*.mo' -x '*.gmo' -x '*.orig' -x '*.rej' -x '*.spec' -x '*.temp' -x '*~' -x '*.stackdump' -x x86_64-pc-cygwin -x aclocal.m4 -x configure -x COPYING -x INSTALL -x ansi2knr.c -x ar-lib -x config-ml.in -x elisp-comp -x mdate-sh -x mkinstalldirs -x py-compile -x symlink-tree -x test-driver -x texinfo.tex -x ylwrap -x Makefile.in -x GNUmakefile.in -x makefile.in -x libtool.m4 -x ltoptions.m4 -x ltsugar.m4 -x ltversion.m4 -x lt~obsolete.m4 -x ltmain.sh -x compile -x depcomp -x install-sh -x missing -x omf.make -x xmldocs.make -x gnome-doc-utils.make -x gnome-doc-utils.m4 -x mate-doc-utils.make -x mate-doc-utils.m4 origsrc/d0_blind_id-1.0/Makefile.am src/d0_blind_id-1.0/Makefile.am
--- origsrc/d0_blind_id-1.0/Makefile.am 2014-03-19 20:10:53.000000000 +0900
+++ src/d0_blind_id-1.0/Makefile.am 2018-05-26 22:00:09.932860700 +0900
@@ -29,7 +29,7 @@ libd0_blind_id_la_SOURCES += d0_bignum-g
endif
endif
endif
-libd0_blind_id_la_LDFLAGS = -versioninfo 7:1:7
+libd0_blind_id_la_LDFLAGS = -no-undefined -version-info 7:1:7
libd0_blind_id_la_CFLAGS = -fvisibility=hidden -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement
library_includedir = $(includedir)/d0_blind_id
library_include_HEADERS = d0_blind_id.h d0.h
@@ -40,7 +40,7 @@ if ENABLE_RIJNDAEL
lib_LTLIBRARIES += libd0_rijndael.la
libd0_rijndael_la_SOURCES = d0_rijndael.c \
d0_rijndael.h
-libd0_rijndael_la_LDFLAGS = -versioninfo 0:0:0
+libd0_rijndael_la_LDFLAGS = -no-undefined -version-info 0:0:0
libd0_rijndael_la_CFLAGS = -fvisibility=hidden -Wold-style-definition -Wstrict-prototypes -Wsign-compare -Wdeclaration-after-statement
library_include_HEADERS += d0_rijndael.h
pkgconfig_HEADERS += d0_rijndael.pc
diff -buprN -x CYGWIN-PATCHES -x aclocal.m4~ -x aclocal.m4t -x autom4te.cache -x config.cache -x config.guess -x config.log -x config.status -x config.sub -x '*SlackBuild*' -x '*.egg-info' -x '*.dll' -x '*.exe' -x '*.o' -x '*.gch' -x '*.gem' -x .gitignore -x '*.jpg' -x '*.png' -x '*.qm' -x '*.svgz' -x '*.tif' -x '*.class' -x '*.jlc' -x '*.pyc' -x '*.pyo' -x '*.mo' -x '*.gmo' -x '*.orig' -x '*.rej' -x '*.spec' -x '*.temp' -x '*~' -x '*.stackdump' -x x86_64-pc-cygwin -x aclocal.m4 -x configure -x COPYING -x INSTALL -x ansi2knr.c -x ar-lib -x config-ml.in -x elisp-comp -x mdate-sh -x mkinstalldirs -x py-compile -x symlink-tree -x test-driver -x texinfo.tex -x ylwrap -x Makefile.in -x GNUmakefile.in -x makefile.in -x libtool.m4 -x ltoptions.m4 -x ltsugar.m4 -x ltversion.m4 -x lt~obsolete.m4 -x ltmain.sh -x compile -x depcomp -x install-sh -x missing -x omf.make -x xmldocs.make -x gnome-doc-utils.make -x gnome-doc-utils.m4 -x mate-doc-utils.make -x mate-doc-utils.m4 origsrc/d0_blind_id-1.0/configure.ac src/d0_blind_id-1.0/configure.ac
--- origsrc/d0_blind_id-1.0/configure.ac 2014-03-19 20:10:53.000000000 +0900
+++ src/d0_blind_id-1.0/configure.ac 2018-05-26 22:00:09.932860700 +0900
@@ -1,4 +1,4 @@
-AC_INIT([d0_blind_id],[0.5],[divVerent@xonotic.org])
+AC_INIT([d0_blind_id],[1.0],[divVerent@xonotic.org])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall foreign])
AC_PROG_CC

0 comments on commit 5fd7f49

Please sign in to comment.