[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#941853: crypt(3) should be provided by libxcrypt



On Oct 09, Aurelien Jarno <aurelien@aurel32.net> wrote:

> I have implemented the first option in the libxcrypt branch:
> 
> https://salsa.debian.org/glibc-team/glibc/tree/libxcrypt
And here you can see a tentative libxcrypt package: does it look right 
to you?

https://salsa.debian.org/md/libxcrypt/blob/master/debian/control

├── libcrypt1
│   ├── DEBIAN
│   │   ├── control
│   │   ├── md5sums
│   │   ├── shlibs
│   │   ├── symbols
│   │   └── triggers
│   └── usr
│       ├── lib
│       │   └── x86_64-linux-gnu
│       │       ├── libcrypt.so.1 -> libcrypt.so.1.1.0
│       │       └── libcrypt.so.1.1.0
│       └── share
│           └── doc
│               └── libcrypt1
│                   ├── changelog.Debian.gz
│                   ├── changelog.gz
│                   └── copyright

├── libcrypt1-dev
│   ├── DEBIAN
│   │   ├── control
│   │   └── md5sums
│   └── usr
│       ├── include
│       │   └── crypt.h
│       ├── lib
│       │   └── x86_64-linux-gnu
│       │       ├── libcrypt.a
│       │       ├── libcrypt.so -> libcrypt.so.1.1.0
│       │       └── pkgconfig
│       │           ├── libcrypt.pc -> libxcrypt.pc
│       │           └── libxcrypt.pc
│       └── share
│           ├── doc
│           │   ├── libcrypt1
│           │   │   ├── README.md.gz
│           │   │   └── TODO.md.gz
│           │   └── libcrypt1-dev -> libcrypt1
│           └── man
│               ├── man3
│               │   ├── crypt.3.gz
│               │   ├── crypt_checksalt.3.gz
│               │   ├── crypt_gensalt.3.gz
│               │   ├── crypt_gensalt_ra.3.gz -> crypt_gensalt.3.gz
│               │   ├── crypt_gensalt_rn.3.gz -> crypt_gensalt.3.gz
│               │   ├── crypt_preferred_method.3.gz
│               │   ├── crypt_r.3.gz -> crypt.3.gz
│               │   ├── crypt_ra.3.gz -> crypt.3.gz
│               │   └── crypt_rn.3.gz -> crypt.3.gz
│               └── man5
│                   └── crypt.5.gz

├── libcrypt1-udeb
│   ├── DEBIAN
│   │   └── control
│   └── usr
│       └── lib
│           ├── libcrypt.so.1 -> libcrypt.so.1.1.0
│           └── libcrypt.so.1.1.0

-- 
ciao,
Marco

Attachment: signature.asc
Description: PGP signature


Reply to: