[arch-dev-public] [arch-commits] CVS update of core/base/openssl (PKGBUILD)

Jan de Groot jan at jgc.homeip.net
Sat Oct 20 16:06:13 EDT 2007


Be aware that OpenSSL 0.9.8g breaks ABI with 0.9.8f because it reverts
the ABI incompatibility that was introduced with 0.9.8f. This means that
anything that has been recompiled for 0.9.8f is broken again with
0.9.8g, the things that haven't been recompiled but that are broken at
this moment do not need fixing.

On Sat, 2007-10-20 at 16:02 -0400, Pierre Schmitz wrote:
> Date: Saturday, October 20, 2007 @ 16:02:19
>   Author: pierre
>     Path: /home/cvs-core/core/base/openssl
> 
> Modified: PKGBUILD (1.38 -> 1.39)
> 
> just commit to cvs; we can update this when rebuilding core etc.
> 
> 
> ----------+
>  PKGBUILD |    8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> 
> Index: core/base/openssl/PKGBUILD
> diff -u core/base/openssl/PKGBUILD:1.38 core/base/openssl/PKGBUILD:1.39
> --- core/base/openssl/PKGBUILD:1.38	Fri Oct 12 04:09:16 2007
> +++ core/base/openssl/PKGBUILD	Sat Oct 20 16:02:19 2007
> @@ -1,7 +1,7 @@
> -# $Id: PKGBUILD,v 1.38 2007/10/12 08:09:16 pierre Exp $
> +# $Id: PKGBUILD,v 1.39 2007/10/20 20:02:19 pierre Exp $
>  # Maintainer: Pierre Schmitz <pierre at archlinux.de>
>  pkgname=openssl
> -pkgver=0.9.8f
> +pkgver=0.9.8g
>  pkgrel=1
>  pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
>  arch=('i686' 'x86_64')
> @@ -12,7 +12,7 @@
>  options=('!makeflags')
>  source=("http://www.openssl.org/source/${pkgname}-${pkgver}.tar.gz" \
>          'http://www.linuxfromscratch.org/patches/blfs/svn/openssl-0.9.8e-fix_manpages-1.patch')
> -md5sums=('114bf908eb1b293d11d3e6b18a09269f' '04a6a88c2ee4badd4f8649792b73eaf3')
> +md5sums=('acf70a16359bf3658bdfb74bda1c4419' '04a6a88c2ee4badd4f8649792b73eaf3')
>  
>  build() {
>  	cd $startdir/src/$pkgname-$pkgver
> @@ -24,4 +24,4 @@
>  	make INSTALL_PREFIX=$startdir/pkg MANDIR=/usr/man install
>  
>  	install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
> -}
> \ No newline at end of file
> +}
> 
> _______________________________________________
> arch-commits mailing list
> arch-commits at archlinux.org
> http://archlinux.org/mailman/listinfo/arch-commits
> 





More information about the arch-dev-public mailing list