View | Details | Raw Unified | Return to bug 160809 | Differences between
and this patch

Collapse All | Expand All

(-)xml-security/Makefile (-1 / +2 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	xml-security
8
PORTNAME=	xml-security
9
PORTVERSION=	1.4.4
9
PORTVERSION=	1.4.5
10
CATEGORIES=	security java
10
CATEGORIES=	security java
11
MASTER_SITES=	${MASTER_SITE_APACHE}
11
MASTER_SITES=	${MASTER_SITE_APACHE}
12
MASTER_SITE_SUBDIR=	santuario/java-library
12
MASTER_SITE_SUBDIR=	santuario/java-library
13
DISTNAME=	${PORTNAME}-src-${PORTVERSION:S/./_/g}
13
DISTNAME=	${PORTNAME}-src-${PORTVERSION:S/./_/g}
14
PKGNAMEPREFIX=	apache-
14
15
15
MAINTAINER=	ale@FreeBSD.org
16
MAINTAINER=	ale@FreeBSD.org
16
COMMENT=	A Java library for XML Signature and Encryption
17
COMMENT=	A Java library for XML Signature and Encryption
(-)xml-security/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xml-security-src-1_4_4.zip) = bde5ad7b2ed63df2237dd005126ff11d68168c02166ededbcf15d3e1e3928abb
1
SHA256 (xml-security-src-1_4_5.zip) = 4fa3c08b2098389803c9407315b6c4d064430f2b5358b12d3bd6d9c8cdb4fd8f
2
SIZE (xml-security-src-1_4_4.zip) = 2037548
2
SIZE (xml-security-src-1_4_5.zip) = 2044303
(-)xml-security/pkg-descr (-1 / +3 lines)
Lines 1-3 Link Here
1
Apache XML Security for Java
2
1
The Apache-XML-Security-J supports XML-Signature Syntax and Processing,
3
The Apache-XML-Security-J supports XML-Signature Syntax and Processing,
2
W3C Recommendation 12 February 2002 and XML Encryption Syntax and
4
W3C Recommendation 12 February 2002 and XML Encryption Syntax and
3
Processing, W3C Recommendation 10 December 2002.
5
Processing, W3C Recommendation 10 December 2002.
Lines 7-13 Link Here
7
Java API for XML Encryption JSR-106: XML Digital Encryption APIs is
9
Java API for XML Encryption JSR-106: XML Digital Encryption APIs is
8
in progress and is not final, so this API is not yet supported.
10
in progress and is not final, so this API is not yet supported.
9
11
10
WWW: http://santuario.apache.org/Java/
12
WWW: http://santuario.apache.org/javaindex.html
11
13
12
- Alex Dupre
14
- Alex Dupre
13
ale@FreeBSD.org
15
ale@FreeBSD.org

Return to bug 160809