FreeBSD Bugzilla – Attachment 100802 Details for
Bug 140149
[PATCH] security/p5-Net-SAML: update to 0.38
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-Net-SAML-0.38.patch
p5-Net-SAML-0.38.patch (text/plain), 3.11 KB, created by
Denis Shaposhnikov
on 2009-10-31 19:40:01 UTC
(
hide
)
Description:
p5-Net-SAML-0.38.patch
Filename:
MIME Type:
Creator:
Denis Shaposhnikov
Created:
2009-10-31 19:40:01 UTC
Size:
3.11 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/security/p5-Net-SAML/Makefile /home/dsh/ports/security/p5-Net-SAML/Makefile >--- /usr/ports/security/p5-Net-SAML/Makefile 2009-01-23 18:43:08.000000000 +0300 >+++ /home/dsh/ports/security/p5-Net-SAML/Makefile 2009-10-30 00:29:43.000000000 +0300 >@@ -6,8 +6,7 @@ > # > > PORTNAME= Net-SAML >-PORTVERSION= 0.27 >-PORTREVISION= 1 >+PORTVERSION= 0.38 > CATEGORIES= security perl5 > MASTER_SITES= http://zxid.org/ > PKGNAMEPREFIX= p5- >@@ -29,14 +28,9 @@ > > post-install: > ${MKDIR} ${EXAMPLESDIR} >- ${INSTALL_SCRIPT} ${WRKSRC}/../zxid.pl ${EXAMPLESDIR} >+ ${INSTALL_SCRIPT} ${WRKSRC}/../zxid.pl ${EXAMPLESDIR} >+ ${INSTALL_SCRIPT} ${WRKSRC}/../zxidhlo.pl ${EXAMPLESDIR} > > MAN3= Net::SAML.3 > >-.include <bsd.port.pre.mk> >- >-.if ${OSVERSION} >= 800037 >-BROKEN= does not compile >-.endif >- >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >diff -ruN --exclude=CVS /usr/ports/security/p5-Net-SAML/distinfo /home/dsh/ports/security/p5-Net-SAML/distinfo >--- /usr/ports/security/p5-Net-SAML/distinfo 2008-10-29 04:20:24.000000000 +0300 >+++ /home/dsh/ports/security/p5-Net-SAML/distinfo 2009-10-30 00:29:48.000000000 +0300 >@@ -1,3 +1,3 @@ >-MD5 (zxid-0.27.tgz) = 21cd67e3301304a002f5997c2c588b68 >-SHA256 (zxid-0.27.tgz) = fc7e281d6bfd9364e19b23e0e7777a129d7d68194a95c6cd70ef6aa334200fcd >-SIZE (zxid-0.27.tgz) = 3008329 >+MD5 (zxid-0.38.tgz) = 986cb023e321d52d7522e24d27979830 >+SHA256 (zxid-0.38.tgz) = b6883fb5771b2d16591ab4e624fa78ceaceec45bc608b8c348947773bb2a6b91 >+SIZE (zxid-0.38.tgz) = 3091109 >diff -ruN --exclude=CVS /usr/ports/security/p5-Net-SAML/files/patch-errmac.h /home/dsh/ports/security/p5-Net-SAML/files/patch-errmac.h >--- /usr/ports/security/p5-Net-SAML/files/patch-errmac.h 1970-01-01 03:00:00.000000000 +0300 >+++ /home/dsh/ports/security/p5-Net-SAML/files/patch-errmac.h 2009-10-30 00:53:39.000000000 +0300 >@@ -0,0 +1,14 @@ >+--- ../errmac.h.orig 2009-10-16 19:37:47.000000000 +0400 >++++ ../errmac.h 2009-10-30 00:39:36.000000000 +0300 >+@@ -406,9 +406,9 @@ >+ #define DD(format,...) /* Documentative */ >+ >+ int hexdmp(char* msg, char* p, int len, int max); >+-int hexdump(char* msg, char* p, char* lim, int max); >++int myhexdump(char* msg, char* p, char* lim, int max); >+ >+-#define HEXDUMP(msg, p, lim, max) (zx_debug > 1 && hexdump((msg), (p), (lim), (max))) >++#define HEXDUMP(msg, p, lim, max) (zx_debug > 1 && myhexdump((msg), (p), (lim), (max))) >+ #define DHEXDUMP(msg, p, lim, max) /* Disabled hex dump */ >+ >+ #define ERR(format,...) (fprintf(stderr, "t %10s:%-3d %-16s %s E " format "\n", __FILE__, __LINE__, __FUNCTION__, ERRMAC_INSTANCE, __VA_ARGS__), fflush(stderr)) >diff -ruN --exclude=CVS /usr/ports/security/p5-Net-SAML/pkg-plist /home/dsh/ports/security/p5-Net-SAML/pkg-plist >--- /usr/ports/security/p5-Net-SAML/pkg-plist 2008-04-07 11:37:14.000000000 +0400 >+++ /home/dsh/ports/security/p5-Net-SAML/pkg-plist 2009-10-30 00:26:14.000000000 +0300 >@@ -1,5 +1,6 @@ > @comment $FreeBSD: ports/security/p5-Net-SAML/pkg-plist,v 1.1 2008/04/07 07:37:14 pav Exp $ > %%EXAMPLESDIR%%/zxid.pl >+%%EXAMPLESDIR%%/zxidhlo.pl > %%SITE_PERL%%/%%PERL_ARCH%%/Net/SAML.pm > %%SITE_PERL%%/%%PERL_ARCH%%/Net/SAML.pod > %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SAML/.packlist
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 140149
: 100802