Cook: bcrypt 1.1 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): zlib-dev-1.2.11-any Extracting source archive "bcrypt-1.1.tar.gz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed gcc -O2 -Wall -c main.c gcc -O2 -Wall -c blowfish.c gcc -O2 -Wall -c rwfile.c gcc -O2 -Wall -c keys.c gcc -O2 -Wall -c wrapbf.c gcc -O2 -Wall -c endian.c keys.c: In function 'mutateKey': keys.c:88:23: warning: pointer targets in passing argument 2 of 'Blowfish_Init' differ in signedness [-Wpointer-sign] Blowfish_Init(&ctx, *key, strlen(*key)); ^~~~ In file included from functions.h:11, from keys.c:12: blowfish.h:15:6: note: expected 'unsigned char *' but argument is of type 'char *' void Blowfish_Init(BLOWFISH_CTX *ctx, unsigned char *key, int keyLen); ^~~~~~~~~~~~~ keys.c: In function 'getkey': keys.c:32:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(key, MAXKEYBYTES + 1, stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ keys.c:39:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(key, MAXKEYBYTES + 1, stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ keys.c:55:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(key2, MAXKEYBYTES + 1, stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ wrapbf.c: In function 'BFEncrypt': wrapbf.c:31:24: warning: pointer targets in passing argument 2 of 'Blowfish_Init' differ in signedness [-Wpointer-sign] Blowfish_Init (&ctx, key, MAXKEYBYTES); ^~~ In file included from functions.h:11, from wrapbf.c:12: blowfish.h:15:6: note: expected 'unsigned char *' but argument is of type 'char *' void Blowfish_Init(BLOWFISH_CTX *ctx, unsigned char *key, int keyLen); ^~~~~~~~~~~~~ wrapbf.c: In function 'BFDecrypt': wrapbf.c:84:24: warning: pointer targets in passing argument 2 of 'Blowfish_Init' differ in signedness [-Wpointer-sign] Blowfish_Init (&ctx, mykey, MAXKEYBYTES); ^~~~~ In file included from functions.h:11, from wrapbf.c:12: blowfish.h:15:6: note: expected 'unsigned char *' but argument is of type 'char *' void Blowfish_Init(BLOWFISH_CTX *ctx, unsigned char *key, int keyLen); ^~~~~~~~~~~~~ gcc -O2 -Wall -c wrapzl.c gcc -O2 -Wall -o bcrypt main.o blowfish.o rwfile.o keys.o wrapbf.o endian.o wrapzl.o -L/usr/local/lib -lz Copying man pages... Done ================================================================================ Executing strip on all files... Done Time: 0.16s. Size: 27180 B -> 21764 B. Save: 5 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.42s. Size: 2473 B -> 1193 B. Save: 1 KB. Cache hit: 1/1. ================================================================================ Build dependencies to remove: 2 Removing: advancecomp-static zlib-dev Pack: bcrypt 1.1 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done Removing old package "bcrypt-1.1-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "bcrypt-1.1-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/bcrypt-1.1... Done Checking site script in source/bcrypt-1.1... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: bcrypt 1.1 ================================================================================ Src file : bcrypt-1.1.tar.gz Src size : 36.0K Source dir : 296.0K Produced : 52.0K Cook time : 10s Cook date : 2020-07-08 06:40 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 52.0K : 12.3K : 1 : bcrypt-1.1-i486.tazpkg ================================================================================