abe stable 31/1831/1
authorWuKong <rebirthmonkey@gmail.com>
Mon, 21 Sep 2015 17:07:08 +0000 (19:07 +0200)
committerWuKong <rebirthmonkey@gmail.com>
Mon, 21 Sep 2015 17:07:08 +0000 (19:07 +0200)
Change-Id: I52379627346ce52264042110c133f544284a8f00
Signed-off-by: WuKong <rebirthmonkey@gmail.com>
27 files changed:
moon-abe/cpabe-0.11/Makefile
moon-abe/cpabe-0.11/config.status [changed mode: 0644->0755]
moon-abe/cpabe-0.11/configure [changed mode: 0644->0755]
moon-abe/cpabe-0.11/cpabe-attrList [changed mode: 0644->0755]
moon-abe/cpabe-0.11/cpabe-dec [changed mode: 0644->0755]
moon-abe/cpabe-0.11/cpabe-enc [changed mode: 0644->0755]
moon-abe/cpabe-0.11/cpabe-keygen [changed mode: 0644->0755]
moon-abe/cpabe-0.11/cpabe-policyList [changed mode: 0644->0755]
moon-abe/cpabe-0.11/cpabe-setup [changed mode: 0644->0755]
moon-abe/cpabe-0.11/install-sh [changed mode: 0644->0755]
moon-abe/cpabe-0.11/mkinstalldirs [changed mode: 0644->0755]
moon-abe/cpabe-0.11/peks-ind [changed mode: 0644->0755]
moon-abe/cpabe-0.11/peks-test [changed mode: 0644->0755]
moon-abe/cpabe-0.11/peks-trap [changed mode: 0644->0755]
moon-abe/cpabe-0.11/test-lang [changed mode: 0644->0755]
moon-abe/libbswabe-0.9/Makefile
moon-abe/libbswabe-0.9/config.status [changed mode: 0644->0755]
moon-abe/libbswabe-0.9/configure [changed mode: 0644->0755]
moon-abe/libbswabe-0.9/install-sh [changed mode: 0644->0755]
moon-abe/libbswabe-0.9/libbswabe.a
moon-abe/libbswabe-0.9/mkinstalldirs [changed mode: 0644->0755]
moon-abe/pbc-0.5.14/Makefile
moon-abe/pbc-0.5.14/config.status
moon-abe/pbc-0.5.14/configure [changed mode: 0644->0755]
moon-abe/pbc-0.5.14/example/Makefile
moon-abe/pbc-0.5.14/gen/Makefile
moon-abe/pbc-0.5.14/libtool

index d62f6df..5d3b3b5 100644 (file)
@@ -6,13 +6,13 @@ mandir = ${prefix}/share/man
 
 CC = gcc
 CFLAGS  = -O3 -Wall \
-       -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   \
+       -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   \
         \
        -I/usr/include/pbc -I/usr/local/include/pbc \
         \
        -DPACKAGE_NAME=\"cpabe\" -DPACKAGE_TARNAME=\"cpabe\" -DPACKAGE_VERSION=\"0.11\" -DPACKAGE_STRING=\"cpabe\ 0.11\" -DPACKAGE_BUGREPORT=\"bethenco@cs.berkeley.edu\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_VPRINTF=1 -DHAVE_LIBCRYPTO=1 -DHAVE_LIBCRYPTO=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_MEMSET=1 -DHAVE_GMP=1 -DHAVE_PBC=1 -DHAVE_BSWABE=1
 LDFLAGS = -O3 -Wall \
-       -L/usr/local/lib -lglib-2.0   \
+       -lglib-2.0   \
        -Wl,-rpath /usr/local/lib -lpbc \
        -lbswabe \
        -Wl,-rpath /usr/local/lib -lgmp \
old mode 100644 (file)
new mode 100755 (executable)
index bf9fa81..38f5b75
@@ -438,7 +438,7 @@ Copyright (C) 2010 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it."
 
-ac_pwd='/home/michel/Documents/Pro/POC/cpabe-0.11'
+ac_pwd='/home/wukong/workspace/opnfv-moon/moon-abe/cpabe-0.11'
 srcdir='.'
 test -n "$AWK" || AWK=awk
 # The default lists apply if the user does not specify any file.
@@ -600,8 +600,8 @@ S["GMP_CFLAGS"]=""
 S["GLIB_MKENUMS"]="glib-mkenums"
 S["GOBJECT_QUERY"]="gobject-query"
 S["GLIB_GENMARSHAL"]="glib-genmarshal"
-S["GLIB_LIBS"]="-L/usr/local/lib -lglib-2.0  "
-S["GLIB_CFLAGS"]="-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  "
+S["GLIB_LIBS"]="-lglib-2.0  "
+S["GLIB_CFLAGS"]="-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  "
 S["PKG_CONFIG"]="/usr/bin/pkg-config"
 S["LIBOBJS"]=""
 S["EGREP"]="/bin/grep -E"
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index f7b2de6..41b1ef6
Binary files a/moon-abe/cpabe-0.11/cpabe-attrList and b/moon-abe/cpabe-0.11/cpabe-attrList differ
old mode 100644 (file)
new mode 100755 (executable)
index 6c09dd6..e8fb8bb
Binary files a/moon-abe/cpabe-0.11/cpabe-dec and b/moon-abe/cpabe-0.11/cpabe-dec differ
old mode 100644 (file)
new mode 100755 (executable)
index 12d6fbe..0aefe0c
Binary files a/moon-abe/cpabe-0.11/cpabe-enc and b/moon-abe/cpabe-0.11/cpabe-enc differ
old mode 100644 (file)
new mode 100755 (executable)
index 95e8dff..672deb2
Binary files a/moon-abe/cpabe-0.11/cpabe-keygen and b/moon-abe/cpabe-0.11/cpabe-keygen differ
old mode 100644 (file)
new mode 100755 (executable)
index d3ec6c6..9e05c67
Binary files a/moon-abe/cpabe-0.11/cpabe-policyList and b/moon-abe/cpabe-0.11/cpabe-policyList differ
old mode 100644 (file)
new mode 100755 (executable)
index 8fd7bc7..27d34c2
Binary files a/moon-abe/cpabe-0.11/cpabe-setup and b/moon-abe/cpabe-0.11/cpabe-setup differ
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index 9ffac67..9b49274
Binary files a/moon-abe/cpabe-0.11/peks-ind and b/moon-abe/cpabe-0.11/peks-ind differ
old mode 100644 (file)
new mode 100755 (executable)
index 2cc28f5..03ca468
Binary files a/moon-abe/cpabe-0.11/peks-test and b/moon-abe/cpabe-0.11/peks-test differ
old mode 100644 (file)
new mode 100755 (executable)
index 377bcc1..a7717cc
Binary files a/moon-abe/cpabe-0.11/peks-trap and b/moon-abe/cpabe-0.11/peks-trap differ
old mode 100644 (file)
new mode 100755 (executable)
index 72a452d..89e8578
Binary files a/moon-abe/cpabe-0.11/test-lang and b/moon-abe/cpabe-0.11/test-lang differ
index b81959c..e476e03 100644 (file)
@@ -6,12 +6,12 @@ includedir = ${prefix}/include
 
 CC = gcc
 CFLAGS  = -O3 -Wall \
-       -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   \
+       -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   \
         \
        -I/usr/include/pbc -I/usr/local/include/pbc \
        -DPACKAGE_NAME=\"libbswabe\" -DPACKAGE_TARNAME=\"libbswabe\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"libbswabe\ 0.9\" -DPACKAGE_BUGREPORT=\"bethenco@cs.berkeley.edu\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_VPRINTF=1 -DHAVE_LIBCRYPTO=1 -DHAVE_STRDUP=1 -DHAVE_GMP=1 -DHAVE_PBC=1
 LDFLAGS = -O3 -Wall \
-       -L/usr/local/lib -lglib-2.0   \
+       -lglib-2.0   \
        -lgmp \
        -lpbc \
        -lcrypto 
old mode 100644 (file)
new mode 100755 (executable)
index 87b4e24..5211c65
@@ -438,7 +438,7 @@ Copyright (C) 2010 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it."
 
-ac_pwd='/home/michel/Documents/Pro/POC/libbswabe-0.9'
+ac_pwd='/home/wukong/workspace/opnfv-moon/moon-abe/libbswabe-0.9'
 srcdir='.'
 test -n "$AWK" || AWK=awk
 # The default lists apply if the user does not specify any file.
@@ -598,8 +598,8 @@ S["GMP_CFLAGS"]=""
 S["GLIB_MKENUMS"]="glib-mkenums"
 S["GOBJECT_QUERY"]="gobject-query"
 S["GLIB_GENMARSHAL"]="glib-genmarshal"
-S["GLIB_LIBS"]="-L/usr/local/lib -lglib-2.0  "
-S["GLIB_CFLAGS"]="-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  "
+S["GLIB_LIBS"]="-lglib-2.0  "
+S["GLIB_CFLAGS"]="-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  "
 S["PKG_CONFIG"]="/usr/bin/pkg-config"
 S["ALLOCA"]=""
 S["LIBOBJS"]=""
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index ee51111..7a10168 100644 (file)
Binary files a/moon-abe/libbswabe-0.9/libbswabe.a and b/moon-abe/libbswabe-0.9/libbswabe.a differ
old mode 100644 (file)
new mode 100755 (executable)
index 9cce66f..3c8a39f 100644 (file)
@@ -333,7 +333,7 @@ PBC_LDFLAGS =
 RANLIB = ranlib
 SED = /bin/sed
 SET_MAKE = 
-SHELL = /bin/sh
+SHELL = /bin/bash
 STRIP = strip
 VERSION = 0.5.14
 YACC = bison -y
index 9574ddc..d88df53 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 # Generated by configure.
 # Run this file to recreate the current configuration.
 # Compiler output produced by configure, useful for debugging
@@ -8,7 +8,7 @@ debug=false
 ac_cs_recheck=false
 ac_cs_silent=false
 
-SHELL=${CONFIG_SHELL-/bin/sh}
+SHELL=${CONFIG_SHELL-/bin/bash}
 export SHELL
 ## -------------------- ##
 ## M4sh Initialization. ##
@@ -531,10 +531,10 @@ if $ac_cs_silent; then
 fi
 
 if $ac_cs_recheck; then
-  set X '/bin/sh' './configure'  $ac_configure_extra_args --no-create --no-recursion
+  set X '/bin/bash' './configure'  $ac_configure_extra_args --no-create --no-recursion
   shift
-  $as_echo "running CONFIG_SHELL=/bin/sh $*" >&6
-  CONFIG_SHELL='/bin/sh'
+  $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6
+  CONFIG_SHELL='/bin/bash'
   export CONFIG_SHELL
   exec "$@"
 fi
@@ -567,7 +567,7 @@ enable_shared='yes'
 enable_static='yes'
 pic_mode='default'
 enable_fast_install='yes'
-SHELL='/bin/sh'
+SHELL='/bin/bash'
 ECHO='printf %s\n'
 PATH_SEPARATOR=':'
 host_alias=''
@@ -950,7 +950,7 @@ S["PACKAGE_VERSION"]="0.5.14"
 S["PACKAGE_TARNAME"]="pbc"
 S["PACKAGE_NAME"]="pbc"
 S["PATH_SEPARATOR"]=":"
-S["SHELL"]="/bin/sh"
+S["SHELL"]="/bin/bash"
 _ACAWK
 cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
   for (key in S) S_is_set[key] = 1
old mode 100644 (file)
new mode 100755 (executable)
index 9228178..cff2c30 100644 (file)
@@ -164,7 +164,7 @@ PBC_LDFLAGS =
 RANLIB = ranlib
 SED = /bin/sed
 SET_MAKE = 
-SHELL = /bin/sh
+SHELL = /bin/bash
 STRIP = strip
 VERSION = 0.5.14
 YACC = bison -y
index 74b288f..a780fec 100644 (file)
@@ -175,7 +175,7 @@ PBC_LDFLAGS =
 RANLIB = ranlib
 SED = /bin/sed
 SET_MAKE = 
-SHELL = /bin/sh
+SHELL = /bin/bash
 STRIP = strip
 VERSION = 0.5.14
 YACC = bison -y
index 0e4d39e..4aa901d 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 # libtool - Provide generalized library-building support services.
 # Generated automatically by config.status (pbc) 0.5.14
@@ -56,7 +56,7 @@ pic_mode=default
 fast_install=yes
 
 # Shell to use when invoking shell scripts.
-SHELL="/bin/sh"
+SHELL="/bin/bash"
 
 # An echo program that protects backslashes.
 ECHO="printf %s\\n"