Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#4832 closed task (fixed)

acl-2.3.1

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: low Milestone: 11.0
Component: Book Version: SVN
Severity: minor Keywords:
Cc:

Description

New point version.

Change History (7)

comment:1 by Douglas R. Reno, 3 years ago

In the cases of both ACL and ATTR, this release seems to be related to incorrect library versioning.

comment:2 by Bruce Dubbs, 3 years ago

Priority: normallow
Severity: normalminor

I did a diff and the only change is in configure:

dnl Automatically increment the revision for every release.
set -- $(IFS=.; echo ${PACKAGE_VERSION})
if test $# -ne 3 -o ${#1} -gt 1 -o ${#2} -gt 1 -o ${#3} -gt 2; then
   echo "This PACKAGE_VERSION breaks LT_REVISION" >&2
   exit 1
fi

Does not affect us.

comment:3 by Bruce Dubbs, 3 years ago

The new library is:

libacl.so.1.1.2301

the old one was:

libacl.so.1.1.230

I'll fix in the April update.

comment:4 by Douglas R. Reno, 3 years ago

Owner: changed from lfs-book to Douglas R. Reno
Status: newassigned

Going to do an update due to OpenSSL-1.1.1k.

comment:5 by Douglas R. Reno, 3 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r12170

comment:6 by ken@…, 3 years ago

Book still points to 2.3.0, and there is a .xz for 2.3.1.

Fixed at r12171.

comment:7 by Bruce Dubbs, 3 years ago

Milestone: 10.211.0

Milestone renamed

Note: See TracTickets for help on using tickets.