SSL (combined patches 1-4)

Started by Bear Gilesabout 24 years ago4 messagespatches
Jump to latest
#1Bear Giles
bgiles@coyotesong.com

Combined SSL patches 1-4. This is sent primarily for the clean
image of be-secure.c and fe-secure.c at this point.

Bear

Attachments:

patch4alltext/plain; charset=US-ASCIIDownload+1054-242
#2Bruce Momjian
bruce@momjian.us
In reply to: Bear Giles (#1)
Re: SSL (combined patches 1-4)

Your patch has been added to the PostgreSQL unapplied patches list at:

http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------

Bear Giles wrote:

Combined SSL patches 1-4. This is sent primarily for the clean
image of be-secure.c and fe-secure.c at this point.

Bear

Content-Description: /tmp/patch4all

[ Attachment, skipping... ]

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#3Bruce Momjian
bruce@momjian.us
In reply to: Bear Giles (#1)
Re: SSL (combined patches 1-4)

Patch applied. Text of patch attached. Tools.tar.gz added to CVS under
interfaces.

Thanks.

---------------------------------------------------------------------------

Bear Giles wrote:

Combined SSL patches 1-4. This is sent primarily for the clean
image of be-secure.c and fe-secure.c at this point.

Bear

Content-Description: /tmp/patch4all

[ Attachment, skipping... ]

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Attachments:

/bjm/5text/plainDownload
#4Bruce Momjian
bruce@momjian.us
In reply to: Bruce Momjian (#3)
Re: SSL (combined patches 1-4)

I had to apply the following patch to get SSL to compile. I changed:

sin6->sin6_addr.in6_u.u6_addr8

to
sin6->sin6_addr.s6_addr8

to match KAME's accessor macros. I hope others have a matching macros
in their OS's. This is with BSD/OS.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Attachments:

/bjm/difftext/plainDownload+2-2