Opened 10 years ago

Closed 10 years ago

#5572 closed enhancement (fixed)

sudo-1.8.11

Reported by: Fernando de Oliveira Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.7
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Change History (3)

comment:1 by Fernando de Oliveira, 10 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:2 by Fernando de Oliveira, 10 years ago

There is a new library. I am commenting here, but think there is only need to be listed.

 * Sudo and its associated programs now link against a shared version
   of libsudo_util.  The --disable-shared-libutil configure option
   may be used to force static linking if the --enable-static-sudoers
   option is also specified.

When reinstalled, it keeps older versions. I find this odd. Is there any comment to add about this?:

$ ls -l /usr/lib/sudo/
total 1708
-rw-r--r-- 1 root root    954 Set 24 09:22 group_file.la
-rw-r--r-- 1 root root  21316 Set 24 09:22 group_file.so
-rw-r--r-- 1 root root  21316 Set 24 09:17 group_file.so~
-rw-rw-r-- 1 root root    945 Set 24 09:22 libsudo_util.la
lrwxrwxrwx 1 root root     21 Set 24 09:22 libsudo_util.so -> libsudo_util.so.0.0.0
lrwxrwxrwx 1 root root     22 Set 24 09:22 libsudo_util.so.0 -> libsudo_util.so.0.0.0~
-rwxrwxr-x 1 root root 211422 Set 24 09:22 libsudo_util.so.0.0.0
-rwxrwxr-x 1 root root 211422 Set 24 09:17 libsudo_util.so.0.0.0~
-rw-r--r-- 1 root root    959 Set 24 09:22 sudoers.la
-rw-r--r-- 1 root root 598851 Set 24 09:22 sudoers.so
-rw-r--r-- 1 root root 598851 Set 24 09:17 sudoers.so~
-rw-r--r-- 1 root root    925 Set 24 09:22 sudo_noexec.la
-rw-r--r-- 1 root root  10829 Set 24 09:22 sudo_noexec.so
-rw-r--r-- 1 root root  10829 Set 24 09:17 sudo_noexec.so~
-rw-r--r-- 1 root root    966 Set 24 09:22 system_group.la
-rw-r--r-- 1 root root  11981 Set 24 09:22 system_group.so
-rw-r--r-- 1 root root  11981 Set 24 09:17 system_group.so~

comment:3 by Fernando de Oliveira, 10 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r14386.

Note: See TracTickets for help on using tickets.