git: Remove libcipher.
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Wed Apr 24 10:17:46 PDT 2019
commit b501c63d986c75ef3ff0cd82dfc291d0fa9f1759
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Wed Apr 17 03:19:47 2019 +0300
Remove libcipher.
It has been moved out to dports security/libcipher3.
Summary of changes:
Makefile_upgrade.inc | 7 +
lib/Makefile | 1 -
lib/libcipher/Makefile | 18 --
lib/libcipher/README | 99 -------
lib/libcipher/README.FreeBSD | 7 -
lib/libcipher/cipher.3 | 152 ----------
lib/libcipher/crypt.c | 617 ----------------------------------------
lib/libcipher/test/Makefile | 57 ----
lib/libcipher/test/README | 10 -
lib/libcipher/test/cert.c | 345 ----------------------
lib/libcipher/test/cert.input | 180 ------------
lib/libcipher/test/speedcrypt.c | 76 -----
lib/libcipher/test/speeddes.c | 61 ----
share/mk/bsd.libnames.mk | 5 +-
14 files changed, 9 insertions(+), 1626 deletions(-)
delete mode 100644 lib/libcipher/Makefile
delete mode 100644 lib/libcipher/README
delete mode 100644 lib/libcipher/README.FreeBSD
delete mode 100644 lib/libcipher/cipher.3
delete mode 100644 lib/libcipher/crypt.c
delete mode 100644 lib/libcipher/test/Makefile
delete mode 100644 lib/libcipher/test/README
delete mode 100644 lib/libcipher/test/cert.c
delete mode 100644 lib/libcipher/test/cert.input
delete mode 100644 lib/libcipher/test/speedcrypt.c
delete mode 100644 lib/libcipher/test/speeddes.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b501c63d986c75ef3ff0cd82dfc291d0fa9f1759
--
DragonFly BSD source repository
More information about the Commits
mailing list