pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gnutls 3.1.10 (and security/nettle)



I'm trying to update gnutls 3.0.28 to 3.1.10
(on NetBSD/amd64 6.0.1)

  I have following lines in config.log while doing so if
security/nettle stays as it is.
---------
conftest.c: In function 'main':
conftest.c:34:1: warning: implicit declaration of function 'rsa_decrypt_tr'
/var/tmp//ccJ3CSNm.o: In function `main':
conftest.c:(.text+0x1c): undefined reference to `rsa_decrypt_tr'
---------
So I have dropped --disable-share from security/nettle.
Then both security/{nettle,gnutls} package fine.

Am I doing correct ?
(The original trial with 3.1.9.1 which WRKSRC was on 3.1.9, 
so some redundent lines are in Makefile with this patch)

cd /tmp
wget http://www.ki.nu/~makoto/pkgsrc/security/gnutls-3.0.28
wc gnutls-3.0.28
     535     843   20266 gnutls-3.0.28
cd /usr/pkgsrc
patch -s -p0 < /tmp/gnutls-3.0.28
sudo pkg_delete nettle
(cd security/gnutls; make package)

(commit message may be):
--------------
* Version 3.1.10 (released 2013-03-22)
* Version 3.1.9 (released 2013-02-27)
* Version 3.1.8 (released 2013-02-10)
* Version 3.1.7 (released 2013-02-04)
* Version 3.1.6 (released 2013-01-02)
* Version 3.1.5 (released 2012-11-24)
* Version 3.1.4 (released 2012-11-10)
* Version 3.1.3 (released 2012-10-12)
* Version 3.1.2 (released 2012-09-26)
* Version 3.1.1 (released 2012-09-02)
* Version 3.1.0 (released 2012-08-15)

Changes after 3.0.28 is described in following file
modena@makoto 11:55:40/130409(..security/gnutls)% \
sed -n '1,/3.0.22/p'  work/gnutls-3.1.10/NEWS| wc 
     547    2225   19064
--------------

I will update those in a few days unless objection is here,

One thing:
.. nettle/PLIST now includes explicit .so files. These are
not portable to Darwin etc ? (then needs to use libtool ?)

Thanks a lot,
---
Makoto Fujiwara
mef%NetBSD.org@localhost
Chiba, Japan, Narita Airport and Disneyland prefecture.


Home | Main Index | Thread Index | Old Index