This repository was archived by the owner on Dec 12, 2021. It is now read-only.
File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.0 (2015-06-11)
4
+
5
+ * Production release
6
+
3
7
## 0.4.1 (2015-05-20)
4
8
5
9
* Update picolisp-unit to v0.6.2
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ PIL_SYMLINK_DIR ?= .lib
6
6
# # Edit below
7
7
BUILD_REPO = https://github.com/rg3/bcrypt.git
8
8
BUILD_DIR = $(PIL_MODULE_DIR ) /bcrypt/HEAD
9
- BUILD_REF = 3abaecaadc
9
+ BUILD_REF = b1e3dea0a1
10
10
TARGET = libbcrypt.so
11
11
FILES = bcrypt.c crypt_blowfish/crypt_blowfish.c crypt_blowfish/crypt_gensalt.c crypt_blowfish/wrapper.c
12
12
INCLUDES = -I. -Icrypt_blowfish/
Original file line number Diff line number Diff line change 1
1
# bcrypt hashing for PicoLisp
2
2
3
- [ ![ GitHub release] ( https://img.shields.io/github/release/aw/picolisp-bcrypt.svg )] ( https://img.shields.io/github/release/aw/picolisp-bcrypt ) [ ![ Build Status] ( https://travis-ci.org/aw/picolisp-bcrypt.svg?branch=master )] ( https://travis-ci.org/aw/picolisp-bcrypt ) [ ![ Dependency] (https://img.shields.io/badge/[deps ] bcrypt-3abaecaadc -ff69b4.svg)] ( https://github.com/rg3/bcrypt.git ) [ ![ Dependency] (https://img.shields.io/badge/[deps ] picolisp--unit-v0.6.2 -ff69b4.svg)] ( https://github.com/aw/picolisp-unit.git )
3
+ [ ![ GitHub release] ( https://img.shields.io/github/release/aw/picolisp-bcrypt.svg )] ( https://img.shields.io/github/release/aw/picolisp-bcrypt ) [ ![ Build Status] ( https://travis-ci.org/aw/picolisp-bcrypt.svg?branch=master )] ( https://travis-ci.org/aw/picolisp-bcrypt ) [ ![ Dependency] (https://img.shields.io/badge/[deps ] bcrypt-b1e3dea0a1 -ff69b4.svg)] ( https://github.com/rg3/bcrypt.git ) [ ![ Dependency] (https://img.shields.io/badge/[deps ] picolisp--unit-v1.0.0 -ff69b4.svg)] ( https://github.com/aw/picolisp-unit.git )
4
4
5
5
This library can be used to hash strings (ex: passwords) using bcrypt in [ PicoLisp] ( http://picolisp.com/ ) .
6
6
Original file line number Diff line number Diff line change 1
1
[de MODULE_INFO
2
2
(" name" " bcrypt" )
3
- (" version" " 0.4.1 " )
3
+ (" version" " 1.0.0 " )
4
4
(" summary" " bcrypt hashing for PicoLisp" )
5
5
(" source" " https://github.com/aw/picolisp-bcrypt.git" )
6
6
(" author" " Alexander Williams" )
7
7
(" license" " MIT" )
8
8
(" copyright" " (c) 2015 Alexander Williams, Unscramble <license@unscramble.jp>" )
9
9
(" install" " make" )
10
10
(" requires"
11
- (" bcrypt" " 3abaecaadc " " https://github.com/rg3/bcrypt.git" )
12
- (" picolisp-unit" " v0.6.2 " " https://github.com/aw/picolisp-unit.git" ) ]
11
+ (" bcrypt" " b1e3dea0a1 " " https://github.com/rg3/bcrypt.git" )
12
+ (" picolisp-unit" " v1.0.0 " " https://github.com/aw/picolisp-unit.git" ) ]
You can’t perform that action at this time.
0 commit comments