Package: foxeye / 0.12.1-5.1

Metadata

Package Version Patches format
foxeye 0.12.1-5.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix crypt.patch | (download)

configure.ac | 18 9 + 9 - 0 !
1 file changed, 9 insertions(+), 9 deletions(-)

 fix build with new glibc
 New glibc requires #include <unistd.h> to use function crypt().
 This patch should be added into next upstream version.
fix gettext.patch | (download)

Makefile.am | 2 1 + 1 - 0 !
configure.ac | 6 4 + 2 - 0 !
core/socket.c | 2 1 + 1 - 0 !
3 files changed, 6 insertions(+), 4 deletions(-)

 fix build with new gettext
 Since 0.20 version of gettext usage of AM_GNU_GETTEXT([external]) is only
 recommended form.
 This patch should be added into next upstream version.
fix ssl3.patch | (download)

modules/ssl/openssl.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix build with openssl 3.0
 Since 3.0 version the processing of old features like FIPS was changed.
 This patch should be added into next upstream version.