From 77d9e73d5c8345e0bc14c35fc1e711db3bf6fe9e Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 23 Oct 2019 22:36:30 -0400 Subject: initial commit --- libpsl/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 libpsl/README.md (limited to 'libpsl/README.md') diff --git a/libpsl/README.md b/libpsl/README.md new file mode 100644 index 0000000..ecf18f0 --- /dev/null +++ b/libpsl/README.md @@ -0,0 +1,16 @@ +# libpsl upstream +On a CentOS 8 system run + + dnf download libpsl --source + +# Reason for being in ffs-dependencies: +FreeFileSync follows libcurl, and to build libcurl you need libpsl-devel. +CentOS 8 provides libpsl, but does not provide libpsl-devel as of 2019-10-10. + +# Reverse dependency matrix +Distro | FreeFileSync version | libpsl version +---------- | -------------------- | --------------- +CentOS 8 | 10.16 | same as distro + +# Differences from upstream +No changes. -- cgit