ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Pavlov Konstantin <thresh@altlinux.ru>
To: devel@lists.altlinux.org
Subject: [devel] RFC: gnutls-1.6.1 и symbol versioning.
Date: Sun, 21 Jan 2007 21:29:45 +0300
Message-ID: <200701212129.50656.thresh@altlinux.ru> (raw)

[-- 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 --]

             reply	other threads:[~2007-01-21 18:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-21 18:29 Pavlov Konstantin [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200701212129.50656.thresh@altlinux.ru \
    --to=thresh@altlinux.ru \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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