https://github.com/nning/libgcrypt
https://github.com/nning/libgcrypt
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nning/libgcrypt
- Owner: nning
- Created: 2021-10-01T22:06:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T11:00:16.000Z (almost 4 years ago)
- Last Synced: 2025-04-02T14:10:25.777Z (over 1 year ago)
- Language: Shell
- Size: 1.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libgcrypt
Allow Brainpool curves in Fedora >=35.
Fedora disabled Brainpool curves in libgcrypt for legal reasons. They patch
libgcrypt before building the RPM package, so it is not a solution to allow
Brainpool curves in the system-wide crypto policy.
See https://lists.fedoraproject.org/archives/list/legal@lists.fedoraproject.org/thread/WUQNAB4EPWSJMMVECL2TZGKB5KIDESII/
## Build
./build.sh
After build, install latest RPM from `~/rpmbuild/RPMS/x86_64`.
## Upstream
https://src.fedoraproject.org/rpms/libgcrypt.git
## Old Build Documentation for i686
sudo dnf install mock
sudo usermod -aG mock $USER
newgrp -
mock -r fedora-36-i386 ~/rpmbuild/SRPMS/libgcrypt-1.10.1-2.fc36.src.rpm
sudo dnf install /var/lib/mock/fedora-36-i686/result/libgcrypt-1.10.1-2.fc36.i686.rpm ~/rpmbuild/RPMS/x86_64/libgcrypt-1.10.1-2.fc36.x86_64.rpm