View | Details | Raw Unified | Return to bug 230831
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	htmldoc
4
PORTNAME=	htmldoc
5
PORTVERSION=	1.8.28
5
PORTVERSION=	1.8.28
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	textproc
7
CATEGORIES=	textproc
8
MASTER_SITES=	https://github.com/michaelrsweet/htmldoc/releases/download/release-${PORTVERSION}/
8
MASTER_SITES=	https://github.com/michaelrsweet/htmldoc/releases/download/release-${PORTVERSION}/
9
DISTNAME=	${PORTNAME}-${PORTVERSION}-source
9
DISTNAME=	${PORTNAME}-${PORTVERSION}-source
(-)files/patch-htmldoc__http.c (-1 / +1 lines)
Lines 5-11 Link Here
5
   * it is the best we can do (on others, this seed isn't even used...)
5
   * it is the best we can do (on others, this seed isn't even used...)
6
   */
6
   */
7
+#define CUPS_RAND() arc4random()
7
+#define CUPS_RAND() arc4random()
8
+#define CUPS_SRAND(v) arc4random_stir()
8
+#define CUPS_SRAND(v)
9
 
9
 
10
   CUPS_SRAND(time(NULL));
10
   CUPS_SRAND(time(NULL));
11
 
11
 

Return to bug 230831