Summary: | [Security Update]: www/mambo | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Francisco Alves Cabrita <include> |
Component: | Individual Port(s) | Assignee: | Marcus Alves Grando <mnag> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Francisco Alves Cabrita
2005-11-28 11:00:16 UTC
Maintainer of www/mambo, Please note that PR ports/89665 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/89665 -- Edwin Groothuis edwin@FreeBSD.org State Changed From-To: open->feedback Awaiting maintainers feedback I think i have a problem with my copy-past... The last PR is wrong. This one it correct. --- Makefile_old Mon Nov 28 10:52:56 2005 +++ Makefile Mon Nov 28 10:31:56 2005 @@ -6,9 +6,11 @@ PORTNAME= mambo PORTVERSION= 4.5.2.3 +PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://mamboforge.net/frs/download.php/4004/:source1 \ - http://mamboforge.net/frs/download.php/6159/:source2 +MASTER_SITES= http://mamboforge.net/frs/download.php/6151/:source1 \ + http://mamboforge.net/frs/download.php/7636/:source2 + DISTFILES= ${MAMBO_SRC}:source1 \ ${MAMBO_PATCH1}:source2 @@ -29,8 +31,8 @@ MAMBO_DIR?= www/${PORTNAME} DIST_SUBDIR= ${PORTNAME} -MAMBO_SRC= MamboV4.5.2-Stable.tar.gz -MAMBO_PATCH1= Patch_4.5.2_to_4.5.2.3.zip +MAMBO_SRC= MamboV4.5.3-stable.tar.gz +MAMBO_PATCH1= Mambo4523.security_fix.zip do-extract: @${MKDIR} ${WRKSRC} --- distinfo_old Mon Nov 28 10:52:56 2005 +++ distinfo Mon Nov 28 10:31:13 2005 @@ -1,4 +1,6 @@ -MD5 (mambo/MamboV4.5.2-Stable.tar.gz) = 6f4f934bc26ceed05137a23a1dcf8a54 -SIZE (mambo/MamboV4.5.2-Stable.tar.gz) = 1561319 -MD5 (mambo/Patch_4.5.2_to_4.5.2.3.zip) = 3202877a1f03b2ff723bf5a2c1f07869 -SIZE (mambo/Patch_4.5.2_to_4.5.2.3.zip) = 88505 +MD5 (mambo/MamboV4.5.3-stable.tar.gz) = 8b72f304d6347935ebad42e0daa37b1a +SHA256 (mambo/MamboV4.5.3-stable.tar.gz) = ef3fe42f5e65f27bdeb3becb673964aa237896f03d0959c06863c4d80b565e93 +SIZE (mambo/MamboV4.5.3-stable.tar.gz) = 1523660 +MD5 (mambo/Mambo4523.security_fix.zip) = 488d72591808f2116f1422733ad8f514 +SHA256 (mambo/Mambo4523.security_fix.zip) = 07bfe5d3f74e4645e99d4e97041f4fb93cfcc5f6160e0a0f46a2ea7f773ec7d6 +SIZE (mambo/Mambo4523.security_fix.zip) = 10415 --- pkg-plist_old Mon Nov 28 10:52:56 2005 +++ pkg-plist Mon Nov 28 10:45:50 2005 @@ -1,5 +1,5 @@ @exec mkdir -p %D/%%MAMBO_DIR%%/cache/com_banners -%%MAMBO_DIR%%/CHANGELOG +%%MAMBO_DIR%%/read_me.txt %%MAMBO_DIR%%/INSTALL %%MAMBO_DIR%%/LICENSE %%MAMBO_DIR%%/administrator/backups/index.html @@ -1247,7 +1247,6 @@ @dirrm %%MAMBO_DIR%%/components/com_contact @dirrm %%MAMBO_DIR%%/components/com_banners @dirrm %%MAMBO_DIR%%/components -@dirrm %%MAMBO_DIR%%/cache/com_banners @dirrm %%MAMBO_DIR%%/cache @dirrm %%MAMBO_DIR%%/administrator/templates/mambo_admin_blue/images @dirrm %%MAMBO_DIR%%/administrator/templates/mambo_admin_blue/css sorry, monday morning problems :) Francisco -- Nucleo Portugues de FreeBSD - Core Member http://npf.pt.freebsd.org http://npf.pt.freebsd.org/~include/ Yes -- Nucleo Portugues de FreeBSD - Core Member http://npf.pt.freebsd.org http://npf.pt.freebsd.org/~include/ On Mon, 28 Nov 2005, Edwin Groothuis wrote: > Synopsis: [Security Update]: www/mambo > > State-Changed-From-To: open->feedback > State-Changed-By: edwin > State-Changed-When: Mon Nov 28 11:03:18 GMT 2005 > State-Changed-Why: > Awaiting maintainers feedback > > http://www.freebsd.org/cgi/query-pr.cgi?pr=89665 > Responsible Changed From-To: freebsd-ports-bugs->mnag I'll take it. State Changed From-To: feedback->closed Committed, with minor changes. Thanks! |