Update to libgpg-error-1.16.

This commit is contained in:
ajacoutot 2014-09-20 05:40:03 +00:00
parent c0d02750eb
commit 65de135c87
3 changed files with 4 additions and 25 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.22 2014/09/18 06:25:19 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.23 2014/09/20 05:40:03 ajacoutot Exp $
COMMENT= error codes for GnuPG related software
DISTNAME= libgpg-error-1.15
DISTNAME= libgpg-error-1.16
CATEGORIES= security devel
SHARED_LIBS += gpg-error 3.4 # 12.1

View File

@ -1,2 +1,2 @@
SHA256 (libgpg-error-1.15.tar.gz) = WR7MfmaN/deKK1drVFRrRzyG34ti2TM7hpjjEaD19VI=
SIZE (libgpg-error-1.15.tar.gz) = 718728
SHA256 (libgpg-error-1.16.tar.gz) = 3PLAO1k7k4oPUYpgfN4ccbI+3A85x98Kuk2bXO5ugHQ=
SIZE (libgpg-error-1.16.tar.gz) = 719118

View File

@ -1,21 +0,0 @@
$OpenBSD: patch-src_gpgrt-int_h,v 1.1 2014/09/18 06:25:19 ajacoutot Exp $
From e1882ee8c541020ec590bf096508ca5b6d2ab944 Mon Sep 17 00:00:00 2001
From: Werner Koch <wk@gnupg.org>
Date: Fri, 12 Sep 2014 10:33:16 +0200
Subject: [PATCH] Fix a prototype
--- src/gpgrt-int.h.orig Thu Sep 11 11:39:04 2014
+++ src/gpgrt-int.h Thu Sep 18 08:19:39 2014
@@ -105,9 +105,9 @@ void _gpgrt_clearerr_unlocked (gpgrt_stream_t stream);
int _gpgrt_fflush (gpgrt_stream_t stream);
int _gpgrt_fseek (gpgrt_stream_t stream, long int offset, int whence);
-int _gpgrt_fseeko (gpgrt_stream_t stream, off_t offset, int whence);
+int _gpgrt_fseeko (gpgrt_stream_t stream, gpgrt_off_t offset, int whence);
long int _gpgrt_ftell (gpgrt_stream_t stream);
-off_t _gpgrt_ftello (gpgrt_stream_t stream);
+gpgrt_off_t _gpgrt_ftello (gpgrt_stream_t stream);
void _gpgrt_rewind (gpgrt_stream_t stream);
int _gpgrt_fgetc (gpgrt_stream_t stream);