ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] RFC: gnutls-1.6.1 и symbol versioning.
@ 2007-01-21 18:29 Pavlov Konstantin
  2007-01-21 18:58 ` Alexey Tourbin
  2007-01-23 10:51 ` Sergey V Turchin
  0 siblings, 2 replies; 5+ messages in thread
From: Pavlov Konstantin @ 2007-01-21 18:29 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1319 bytes --]

Всем привет.

Я собрал новую версию библиотеки gnutls - 1.6.1.
Там были следующие изменения по сравнению с нашей 1.4.4:

common sonames:
libgnutls.so.13 /usr/lib/libgnutls.so.13.0.9    /usr/lib/libgnutls.so.13.2.2

--- libgnutls-1.4.4-alt1/libgnutls.so.13        2006-09-28 14:42:39 +0400
+++ libgnutls-1.6.1-alt2/libgnutls.so.13        2007-01-21 20:27:57 +0300
@@ -72,3 +72,2 @@
 _gnutls_file_exists    T
-_gnutls_file_to_str    T
 _gnutls_finished       T
@@ -279,3 +278,2 @@
 _gnutls_strerror       T
-_gnutls_strfile_free   T
 _gnutls_string2datum   T
@@ -620,2 +618,4 @@
 gnutls_transport_get_ptr2      T
+gnutls_transport_set_errno     T
+gnutls_transport_set_global_errno      T
 gnutls_transport_set_lowat     T

      2 symbols removed
T _gnutls_file_to_str
T _gnutls_strfile_free

        2 symbols added
T gnutls_transport_set_errno
T gnutls_transport_set_global_errno

# template for libgnutls.so.13 version script
LIBGNUTLS_1.6.1 {
    global:
        gnutls_transport_set_errno;
        gnutls_transport_set_global_errno;
};


Соответственно version-скрипт апстрима выглядит:
GNUTLS_1_3
{
  global: _gnutls*; gnutls*; _E_*;
  local: *;
};

Я добавил туда предложенное rpmsodiff'ом.
Насколько это правильно и будет работать?

-- 
Pavlov Konstantin,
ALT Linux Team,
VideoLAN Team,
jid: thresh@altlinux.org

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-01-23 10:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-21 18:29 [devel] RFC: gnutls-1.6.1 и symbol versioning Pavlov Konstantin
2007-01-21 18:58 ` Alexey Tourbin
2007-01-21 19:40   ` Dmitry V. Levin
2007-01-21 20:01     ` Alexey Tourbin
2007-01-23 10:51 ` Sergey V Turchin

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git