1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Upgrade to new upstream release 3.12.

Annoncement: <http://lists.roaringpenguin.com/pipermail/rp-pppoe/2015q4/000505.html>
This commit is contained in:
Matthias Andree 2016-01-11 21:20:50 +00:00
parent dfbb1e2fe2
commit 54f91682fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405808
3 changed files with 3 additions and 14 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= rp-pppoe
PORTVERSION= 3.11
PORTVERSION= 3.12
CATEGORIES= net
MASTER_SITES= http://www.roaringpenguin.com/files/download/

View File

@ -1,2 +1,2 @@
SHA256 (rp-pppoe-3.11.tar.gz) = 86a1a4d92fcea74fa6dd45516c5975933fa978b36fafe71f76ea70b4b4747720
SIZE (rp-pppoe-3.11.tar.gz) = 223234
SHA256 (rp-pppoe-3.12.tar.gz) = 00794e04031546b0e9b8cf286f2a6d1ccfc4a621b2a3abb2d7ef2a7ab7cc86c2
SIZE (rp-pppoe-3.12.tar.gz) = 224125

View File

@ -1,11 +0,0 @@
--- ./md5.c.orig 2012-08-17 20:31:25.000000000 +0200
+++ ./md5.c 2012-09-23 17:27:55.000000000 +0200
@@ -141,7 +141,7 @@
MD5Transform(ctx->buf, (uint32 *) ctx->in);
byteReverse((unsigned char *) ctx->buf, 4);
memcpy(digest, ctx->buf, 16);
- memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */
+ memset(ctx, 0, sizeof(*ctx)); /* In case it's sensitive */
}
#ifndef ASM_MD5