FreeBSD Bugzilla – Attachment 178568 Details for
Bug 215817
games/tinymux: Fix MASTER_SITES, update to PATCHLEVEL 13 and remove BROKEN
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for /usr/ports/games/tinymux
tinymux.diff (text/plain), 1.99 KB, created by
Stephen Dennis
on 2017-01-06 06:33:17 UTC
(
hide
)
Description:
Patch for /usr/ports/games/tinymux
Filename:
MIME Type:
Creator:
Stephen Dennis
Created:
2017-01-06 06:33:17 UTC
Size:
1.99 KB
patch
obsolete
>diff -ruN tinymux.orig/Makefile tinymux/Makefile >--- tinymux.orig/Makefile 2016-09-14 09:59:34.000000000 -0600 >+++ tinymux/Makefile 2017-01-06 00:09:51.388227000 -0700 >@@ -5,7 +5,7 @@ > PORTVERSION= 2.10.1.${PATCHLEVEL} > PORTREVISION= 1 > CATEGORIES= games net >-MASTER_SITES= GOOGLE_CODE >+MASTER_SITES= ftp://ftp.tinymux.org/tinymux-2.10/${PATCHLEVEL}/ > DISTNAME= mux-${PORTVERSION}.unix > > MAINTAINER= ports@FreeBSD.org >@@ -14,15 +14,13 @@ > LICENSE= ART10 > LICENSE_FILE= ${WRKSRC}/copyright.h > >-BROKEN= Unfetchable (google code has gone away) >- > WRKSRC= ${WRKDIR}/mux2.10/src > > USES= gmake > GNU_CONFIGURE= yes > USE_LDCONFIG= yes > >-PATCHLEVEL= 12 >+PATCHLEVEL= 13 > > PORTDOCS= * > >diff -ruN tinymux.orig/distinfo tinymux/distinfo >--- tinymux.orig/distinfo 2014-03-29 09:30:52.000000000 -0600 >+++ tinymux/distinfo 2017-01-06 00:09:51.388812000 -0700 >@@ -1,2 +1,3 @@ >-SHA256 (mux-2.10.1.12.unix.tar.gz) = fe7d7b25723a7fc618a3ff6c15d274a107839d5e9797911d142cbc9d25ce51e8 >-SIZE (mux-2.10.1.12.unix.tar.gz) = 1303734 >+TIMESTAMP = 1483685355 >+SHA256 (mux-2.10.1.13.unix.tar.gz) = 33bd24048b5590f47a7dd4b6f027f169dfe60bd7eeaadc65e2d8fedf9ad96bff >+SIZE (mux-2.10.1.13.unix.tar.gz) = 1305491 >diff -ruN tinymux.orig/files/patch-player.cpp tinymux/files/patch-player.cpp >--- tinymux.orig/files/patch-player.cpp 2016-09-11 20:01:38.000000000 -0600 >+++ tinymux/files/patch-player.cpp 1969-12-31 17:00:00.000000000 -0700 >@@ -1,20 +0,0 @@ >---- player.cpp.orig 2012-07-12 05:25:51 UTC >-+++ player.cpp >-@@ -422,7 +422,7 @@ void ChangePassword(dbref player, const >- s_Pass(player, pEncodedPassword); >- } >- >--#ifdef UNIX_DIGEST >-+#if defined(UNIX_DIGEST) && !defined(OPENSSL_NO_SHA0) >- const UTF8 *p6h_xx_crypt(const UTF8 *szPassword) >- { >- // Calculate SHA-0 Hash. >-@@ -598,7 +598,7 @@ const UTF8 *mux_crypt(const UTF8 *szPass >- case CRYPT_CLEARTEXT: >- return szPassword; >- >--#ifdef UNIX_DIGEST >-+#if defined(UNIX_DIGEST) && !defined(OPENSSL_NO_SHA0) >- case CRYPT_P6H_XX: >- return p6h_xx_crypt(szPassword); >- #endif
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 215817
: 178568