Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
06369c11
Commit
06369c11
authored
May 22, 2008
by
Jean-Baptiste Kempf
Committed by
Felix Paul Kühne
May 23, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GnuTLS and libgcrypt bump from 2.2.2 to 2.2.5 and 1.4.0 to 1.4.1
parent
5a4484f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
69 additions
and
22 deletions
+69
-22
extras/contrib/src/Patches/gnutls-win32.patch
extras/contrib/src/Patches/gnutls-win32.patch
+62
-15
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+7
-7
No files found.
extras/contrib/src/Patches/gnutls-win32.patch
View file @
06369c11
--- gnutls-1.6.1/configure.in 2006-11-26 11:19:05.000000000 +0100
+++ gnutls/configure.in 2007-01-20 01:52:24.000000000 +0100
@@ -187,9 +187,6 @@
--- gnutls-2.2.5/gl/gai_strerror.c 2008-02-21 08:58:18.000000000 +0100
+++ gnutls/gl/gai_strerror.c 2008-05-22 08:20:56.000000000 +0200
@@ -62,7 +62,7 @@
{ EAI_IDN_ENCODE, N_("Parameter string not correctly encoded") }
#endif
};
-
+#ifndef _WIN32
const char *
gai_strerror (int code)
{
@@ -73,6 +73,7 @@
return _("Unknown error");
}
+#endif
#ifdef _LIBC
libc_hidden_def (gai_strerror)
#endif
--- gnutls-2.2.5/configure.in 2008-05-19 21:45:47.000000000 +0200
+++ gnutls/configure.in 2008-05-22 08:19:02.000000000 +0200
@@ -200,8 +200,6 @@
fi
fi
-# Needs to be called outside of 'if' clause.
-AM_CONDITIONAL(HAVE_LD_OUTPUT_DEF, test "$output_def" = "yes")
-
AC_MSG_RESULT([***
*** Detecting C library capabilities...
])
@@ -583,6 +572,11 @@
LIBGNUTLS_EXTRA_CFLAGS="$LIBOPENCDK_CFLAGS -I${includedir}"
AC_SUBST(LIBGNUTLS_EXTRA_LIBS)
AC_SUBST(LIBGNUTLS_EXTRA_CFLAGS)
+
AM_CONDITIONAL([HAVE_GCC_GNU89_INLINE_OPTION],
[test "$_gcc_gnu89_inline" = "yes"])
@@ -715,6 +713,10 @@
AC_SUBST(LIBGNUTLS_LIBS)
AC_SUBST(LIBGNUTLS_CFLAGS)
+
+# Needs to be called outside of 'if' clause.
+AM_CONDITIONAL(HAVE_LD_OUTPUT_DEF, test "$output_def" = "yes"
-a "${enable_shared}" != "no"
)
+AM_CONDITIONAL(HAVE_LD_OUTPUT_DEF, test "$output_def" = "yes")
+
export ac_full
LIBGNUTLS_EXTRA_LIBS="-L${libdir} -lgnutls-extra $LTLIBOPENCDK $LZO_LIBS $LIBGNUTLS_LIBS"
LIBGNUTLS_EXTRA_CFLAGS="$INCOPENCDK -I${includedir}"
AC_SUBST(LIBGNUTLS_EXTRA_LIBS)
--- gnutls-2.2.5/lib/Makefile.in 2008-05-19 21:48:35.000000000 +0200
+++ gnutls/lib/Makefile.in 2008-05-22 08:30:01.000000000 +0200
@@ -643,7 +643,6 @@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = x509 $(am__append_1)
@@ -712,7 +711,7 @@
libgnutls_la_LIBADD = ../lgl/liblgnu.la x509/libgnutls_x509.la \
@LTLIBZ@ $(LIBGCRYPT_LIBS) @LTLIBINTL@ $(am__append_6)
@HAVE_LD_OUTPUT_DEF_TRUE@defexecdir = $(bindir)
-@HAVE_LD_OUTPUT_DEF_TRUE@defexec_DATA = libgnutls-$(SOVERSION).def
+@HAVE_LD_OUTPUT_DEF_TRUE@defexec_DATA =
# C++ library
@ENABLE_CXX_TRUE@CPP_OBJECTS = gnutlsxx.cpp
--- gnutls-2.2.5/lib/Makefile.am 2008-05-19 21:45:13.000000000 +0200
+++ gnutls/lib/Makefile.am 2008-05-22 08:44:16.000000000 +0200
@@ -123,7 +123,7 @@
if HAVE_LD_OUTPUT_DEF
libgnutls_la_LDFLAGS += -Wl,--output-def,libgnutls-$(SOVERSION).def
defexecdir = $(bindir)
-defexec_DATA = libgnutls-$(SOVERSION).def
+defexec_DATA =
DISTCLEANFILES += $(defexec_DATA)
endif
CFLAGS="${CFLAGS} ${LIBGCRYPT_CFLAGS}"
extras/contrib/src/packages.mak
View file @
06369c11
...
...
@@ -124,13 +124,13 @@ PNG_URL=$(SF)/libpng/libpng-$(PNG_VERSION).tar.bz2
GPGERROR_VERSION
=
1.3
#GPGERROR_URL=http://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-$(GPGERROR_VERSION).tar.gz
GPGERROR_URL
=
$(VIDEOLAN)
/testing/contrib/libgpg-error-
$(GPGERROR_VERSION)
.tar.gz
GCRYPT_VERSION
=
1.
2.3
#GCRYPT_URL=
http://ftp.gnupg.org/gcrypt/libgcrypt
/libgcrypt-$(GCRYPT_VERSION).tar.bz2
GCRYPT_URL
=
$(VIDEOLAN)
/testing/contrib
/libgcrypt-
$(GCRYPT_VERSION)
.tar.bz2
GNUTLS_VERSION
=
1.6.1
#GNUTLS_URL=http://ftp.gnupg.org/gcrypt/gnutl
s/gnutls-$(GNUTLS_VERSION).tar.bz2
GNUTLS_URL
=
$(VIDEOLAN)
/testing/contrib/gnutls-
$(GNUTLS_VERSION)
.tar.bz2
DAAP_VERSION
=
0.4.0
GCRYPT_VERSION
=
1.
4.1
#GCRYPT_URL=
$(VIDEOLAN)/testing/contrib
/libgcrypt-$(GCRYPT_VERSION).tar.bz2
GCRYPT_URL
=
ftp://ftp.gnupg.org/gcrypt/libgcrypt
/libgcrypt-
$(GCRYPT_VERSION)
.tar.bz2
GNUTLS_VERSION
=
2.2.5
GNUTLS_URL
=
http://www.gnu.org/software/gnutls/release
s/gnutls-
$(GNUTLS_VERSION)
.tar.bz2
OPENCDK_VERSION
=
0.6.6
OPENCDK_URL
=
http://www.gnu.org/software/gnutls/releases/opencdk/opencdk-
$(OPENCDK_VERSION)
.tar.bz2
DAAP_VERSION
=
0.4.0
DAAP_URL
=
http://craz.net/programs/itunes/files/libopendaap-
$(DAAP_VERSION)
.tar.bz2
GLIB_VERSION
=
1.2.10
GLIB_URL
=
ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment