HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: patching sendmail 8.12.6
Operating System - HP-UX
1833883
Members
1739
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 10:29 AM
03-04-2003 10:29 AM
patching sendmail 8.12.6
Hello all
I am working on patching up my open source version of sendmail 8.12.6 on 11.0 according to the following instuctions.
Instructions to extract and apply patch for sendmail 8.12:
The data below is a uuencoded, gzip'ed tar file. Store the data
between "========= begin patch ========" and "========= end patch
==========" into a file called "patch.sm" and apply the following
command:
uudecode -p < patch.sm | gunzip -c | tar -xf -
This will give you two files:
sendmail.8.12.security.cr.patch
sendmail.8.12.security.cr.patch.sig
Check the integrity of the patch file using PGP or GPG, e.g.,
gpg --verify sendmail.8.12.security.cr.patch.sig
sendmail.8.12.security.cr.patch
Then apply the patch to the sendmail source code:
cd sendmail-8.12.7
patch -p0 < sendmail.8.12.security.cr.patch
recompile sendmail, and install the new binary.
========= begin patch =======
I am working on patching up my open source version of sendmail 8.12.6 on 11.0 according to the following instuctions.
Instructions to extract and apply patch for sendmail 8.12:
The data below is a uuencoded, gzip'ed tar file. Store the data
between "========= begin patch ========" and "========= end patch
==========" into a file called "patch.sm" and apply the following
command:
uudecode -p < patch.sm | gunzip -c | tar -xf -
This will give you two files:
sendmail.8.12.security.cr.patch
sendmail.8.12.security.cr.patch.sig
Check the integrity of the patch file using PGP or GPG, e.g.,
gpg --verify sendmail.8.12.security.cr.patch.sig
sendmail.8.12.security.cr.patch
Then apply the patch to the sendmail source code:
cd sendmail-8.12.7
patch -p0 < sendmail.8.12.security.cr.patch
recompile sendmail, and install the new binary.
========= begin patch =======
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 10:33 AM
03-04-2003 10:33 AM
Re: patching sendmail 8.12.6
opps
the problem i am having is when I do
/tmp# uudecode -p < patch.sm | gunzip -c | tar -xf -
-p: No such file or directory
gunzip: stdin: unexpected end of file
Tar: blocksize = 0; broken pipe?
/tmp#
Thanks
the problem i am having is when I do
-p: No such file or directory
gunzip: stdin: unexpected end of file
Tar: blocksize = 0; broken pipe?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2003 11:10 AM
03-04-2003 11:10 AM
Re: patching sendmail 8.12.6
Try uudecode without -p:
# uudecode patch.sm | gunzip .....
# uudecode patch.sm | gunzip .....
Life is a promise, fulfill it!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP