FreeBSD Bugzilla – Attachment 168292 Details for
Bug 201060
security/clamav-unofficial-sigs: update to eXtremeSHOK fork
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
PORT Upgrade clamav-unofficial-sigs 3.7.2 to 4.9.2
clamav-unofficial-sigs-372-492.diff (text/plain), 3.66 KB, created by
Talal Al Dik
on 2016-03-16 11:35:11 UTC
(
hide
)
Description:
PORT Upgrade clamav-unofficial-sigs 3.7.2 to 4.9.2
Filename:
MIME Type:
Creator:
Talal Al Dik
Created:
2016-03-16 11:35:11 UTC
Size:
3.66 KB
patch
obsolete
>diff -u clamav-unofficial-sigs.orig/Makefile clamav-unofficial-sigs/Makefile >--- clamav-unofficial-sigs.orig/Makefile 2014-12-20 08:00:59.000000000 -0500 >+++ clamav-unofficial-sigs/Makefile 2016-03-16 06:44:08.348172000 -0400 >@@ -2,18 +2,23 @@ > # $FreeBSD: head/security/clamav-unofficial-sigs/Makefile 375001 2014-12-20 13:00:59Z riggs $ > > PORTNAME= clamav-unofficial-sigs >-PORTVERSION= 3.7.2 >-PORTREVISION= 2 >+PORTVERSION= 4.9.2 > CATEGORIES= security >-MASTER_SITES= SF/unofficial-sigs/ > > MAINTAINER= sf@maxempire.com > COMMENT= Update script for third-party ClamAV databases > >+LICENSE= BSD3CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ > RUN_DEPENDS= clamscan:${PORTSDIR}/security/clamav \ > rsync:${PORTSDIR}/net/rsync \ > curl:${PORTSDIR}/ftp/curl \ >- gpg:${PORTSDIR}/security/gnupg >+ gpg:${PORTSDIR}/security/gnupg \ >+ bash:${PORTSDIR}/shells/bash >+ >+USE_GITHUB= yes >+GH_ACCOUNT= extremeshok > > USES= perl5 > USE_PERL5= run >@@ -25,6 +30,8 @@ > -e 's|%%CLAMD_PID%%|/var/run/clamav/clamd.pid|g' \ > -e 's|%%CLAMD_SOCKET%%|/var/run/clamav/clamd.sock|g' \ > -e 's|%%START_CLAMD%%|${PREFIX}/etc/rc.d/clamav-clamd start|g' \ >+ -e 's|%%STOP_CLAMD%%|${PREFIX}/etc/rc.d/clamav-clamd stop|g' \ >+ -e 's|%%RESTART_CLAMD%%|${PREFIX}/etc/rc.d/clamav-clamd restart|g' \ > -e 's|%%WORK_DIR%%|/var/db/clamav-unofficial-sigs|g' > > OPTIONS_DEFINE= DOCS EXAMPLES >@@ -32,7 +39,6 @@ > post-patch: > @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/clamav-unofficial-sigs.sh > @${REINPLACE_CMD} ${SED_CONF} ${WRKSRC}/clamav-unofficial-sigs.conf >- @${REINPLACE_CMD} ${SED_CONF} ${WRKSRC}/clamd-status.sh > > do-install: > ${INSTALL_SCRIPT} ${WRKSRC}/clamav-unofficial-sigs.sh ${STAGEDIR}${PREFIX}/bin >@@ -40,11 +46,10 @@ > ${INSTALL_DATA} ${WRKSRC}/clamav-unofficial-sigs.conf ${STAGEDIR}${PREFIX}/etc/clamav-unofficial-sigs.conf.sample > > @${MKDIR} ${STAGEDIR}${DOCSDIR} >- (cd ${WRKSRC} && ${INSTALL_DATA} CHANGELOG INSTALL LICENSE README ${STAGEDIR}${DOCSDIR}) >+ (cd ${WRKSRC} && ${INSTALL_DATA} INSTALL LICENSE README.md ${STAGEDIR}${DOCSDIR}) > > @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} > ${INSTALL_DATA} ${WRKSRC}/clamav-unofficial-sigs-cron ${STAGEDIR}${EXAMPLESDIR} > ${INSTALL_DATA} ${WRKSRC}/clamav-unofficial-sigs-logrotate ${STAGEDIR}${EXAMPLESDIR} >- ${INSTALL_SCRIPT} ${WRKSRC}/clamd-status.sh ${STAGEDIR}${EXAMPLESDIR} > > .include <bsd.port.mk> >diff -u clamav-unofficial-sigs.orig/distinfo clamav-unofficial-sigs/distinfo >--- clamav-unofficial-sigs.orig/distinfo 2014-01-22 10:30:13.000000000 -0500 >+++ clamav-unofficial-sigs/distinfo 2016-03-16 06:34:59.315725000 -0400 >@@ -1,2 +1,2 @@ >-SHA256 (clamav-unofficial-sigs-3.7.2.tar.gz) = 96e98e6e4434c5950fa9831c6a43236fed7eabae44beded16171305cf3f9bdb9 >-SIZE (clamav-unofficial-sigs-3.7.2.tar.gz) = 38549 >+SHA256 (extremeshok-clamav-unofficial-sigs-4.9.2_GH0.tar.gz) = 70e05f63add7e03d5af2dba6bcd31fda98646577798d99e6902e5f264c302e93 >+SIZE (extremeshok-clamav-unofficial-sigs-4.9.2_GH0.tar.gz) = 40301 >Common subdirectories: clamav-unofficial-sigs.orig/files and clamav-unofficial-sigs/files >diff -u clamav-unofficial-sigs.orig/pkg-plist clamav-unofficial-sigs/pkg-plist >--- clamav-unofficial-sigs.orig/pkg-plist 2014-12-20 08:00:59.000000000 -0500 >+++ clamav-unofficial-sigs/pkg-plist 2016-03-16 02:17:16.000000000 -0400 >@@ -1,10 +1,8 @@ > bin/clamav-unofficial-sigs.sh > etc/clamav-unofficial-sigs.conf.sample > man/man8/clamav-unofficial-sigs.8.gz >-%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG > %%PORTDOCS%%%%DOCSDIR%%/INSTALL > %%PORTDOCS%%%%DOCSDIR%%/LICENSE >-%%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTDOCS%%%%DOCSDIR%%/README.md > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/clamav-unofficial-sigs-cron > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/clamav-unofficial-sigs-logrotate >-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clamd-status.sh
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
Flags:
tad
:
maintainer-approval?
(
tad
)
Actions:
View
|
Diff
Attachments on
bug 201060
: 168292