From owner-freebsd-python@FreeBSD.ORG Tue Oct 17 13:04:57 2006 Return-Path: X-Original-To: python@FreeBSD.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C984C16A412 for ; Tue, 17 Oct 2006 13:04:57 +0000 (UTC) (envelope-from Sascha.Gresk@Opensource-Consult.Com) Received: from mail.opensource-consult.com (oc.opensource-consult.com [193.28.225.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74C8943DF8 for ; Tue, 17 Oct 2006 13:03:09 +0000 (GMT) (envelope-from Sascha.Gresk@Opensource-Consult.Com) Received: (qmail 63593 invoked from network); 17 Oct 2006 13:03:36 -0000 Received: from u18-81.dsl.vianetworks.de (HELO [192.168.0.36]) (sascha.gresk@[194.231.39.81]) (envelope-sender ) by mail.opensource-consult.com (qmail-ldap-1.03) with AES128-SHA encrypted SMTP for ; 17 Oct 2006 13:03:36 -0000 Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Sascha Gresk Date: Tue, 17 Oct 2006 15:03:05 +0200 To: python@FreeBSD.org X-Mailer: Apple Mail (2.752.2) Cc: FREE! voicebox Subject: patching /usr/ports/lang/python23 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Oct 2006 13:04:57 -0000 cd /usr/ports/lang/python23 cd files/ fetch http://python.org/files/news/security/PSF-2006-001/patch-2.3.txt mv patch-2.3.txt PSF-2006-001_patch-2.3.txt vi Makefile PORTNAME= python23-PSF-2006-001 make PATCH_DEBUG=yes ------ seems to look okay: ===> Applying FreeBSD patch /usr/ports/lang/python23/files/patch- PSF-2006-001_patch-2.3.txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Objects/unicodeobject.c |=================================================================== |--- Objects/unicodeobject.c (Revision 52281) |+++ Objects/unicodeobject.c (Arbeitskopie) -------------------------- Patching file Objects/unicodeobject.c using Plan A... Hunk #1 succeeded at 1888. Hunk #2 succeeded at 1934. Hunk #3 succeeded at 1946. Hunk #4 succeeded at 1972. done