components/libarchive/patches/libarchive-archive_entry_perms.3.patch
author Ivo Raisr <ivo.raisr@oracle.com>
Sat, 26 Nov 2016 14:44:47 -0800
branchs11u3-sru
changeset 7455 cefc5b17cc4b
parent 6164 66436ccdbe51
permissions -rw-r--r--
24766235 Change to build PAM_PKCS11 with the pcsclite=yes option for 32 bit 24897765 err_display_time and quiet options are placed incorrectly in pam_pkcs11.conf 24790022 Fix spelling and grammar errors in pam_pkcs11.c messages
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6164
66436ccdbe51 23300035 problem in LIBRARY/LIBARCHIVE
Rich Burridge <rich.burridge@oracle.com>
parents: 2651
diff changeset
     1
This patch is needed to remove references to functions that don't exist on 
66436ccdbe51 23300035 problem in LIBRARY/LIBARCHIVE
Rich Burridge <rich.burridge@oracle.com>
parents: 2651
diff changeset
     2
Solaris. It has not been fed back to the upstream community. It may need to be 
66436ccdbe51 23300035 problem in LIBRARY/LIBARCHIVE
Rich Burridge <rich.burridge@oracle.com>
parents: 2651
diff changeset
     3
tweaked slightly for future releases.  
2651
9b563675339e PSARC 2012/356 libarchive
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     4
9b563675339e PSARC 2012/356 libarchive
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
--- libarchive/libarchive/archive_entry_perms.3.orig	Mon Mar 26 19:49:00 2012
9b563675339e PSARC 2012/356 libarchive
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     6
+++ libarchive/libarchive/archive_entry_perms.3	Fri Nov  9 12:37:14 2012
9b563675339e PSARC 2012/356 libarchive
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
@@ -170,9 +170,6 @@
9b563675339e PSARC 2012/356 libarchive
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     8
 In unusual circumstances, you can force a fully-specified set
9b563675339e PSARC 2012/356 libarchive
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
 of file flags by setting the bitmap of flags to clear to the complement
9b563675339e PSARC 2012/356 libarchive
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
 of the bitmap of flags to set.
9b563675339e PSARC 2012/356 libarchive
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
-(This differs from
9b563675339e PSARC 2012/356 libarchive
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
-.Xr fflagstostr 3 ,
9b563675339e PSARC 2012/356 libarchive
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
-which only includes names for set bits.)
9b563675339e PSARC 2012/356 libarchive
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    14
 Converting a bitmap to a textual string is a platform-specific
9b563675339e PSARC 2012/356 libarchive
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    15
 operation; bits that are not meaningful on the current platform
9b563675339e PSARC 2012/356 libarchive
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    16
 will be ignored.
6164
66436ccdbe51 23300035 problem in LIBRARY/LIBARCHIVE
Rich Burridge <rich.burridge@oracle.com>
parents: 2651
diff changeset
    17
@@ -190,7 +187,4 @@
2651
9b563675339e PSARC 2012/356 libarchive
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    18
 Note that every name \(em including names that follow an unrecognized
9b563675339e PSARC 2012/356 libarchive
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    19
 name \(em will be evaluated, and the bitmaps will be set to reflect
9b563675339e PSARC 2012/356 libarchive
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    20
 every name that is recognized.
9b563675339e PSARC 2012/356 libarchive
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    21
-(In particular, this differs from
9b563675339e PSARC 2012/356 libarchive
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    22
-.Xr strtofflags 3 ,
9b563675339e PSARC 2012/356 libarchive
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    23
-which stops parsing at the first unrecognized name.)
9b563675339e PSARC 2012/356 libarchive
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    24
 .Sh SEE ALSO