This commit is contained in:
parent
82a6d37421
commit
75a7baf64a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a63e7ee0fd371c728c1a1cf769276be3913a12b0d6fe2f30d7a826604ac6533c
|
|
||||||
size 4957096
|
|
3
alpine-1.00.tar.bz2
Normal file
3
alpine-1.00.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a832aacb7a6c005ea51e09bb9a4ea33b2afc029f9b65d34a83a2eef4d3c842d
|
||||||
|
size 4792104
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 11 17:04:18 CET 2008 - bk@suse.de
|
||||||
|
|
||||||
|
- Update to alpine-1.00 and apply fixes suggested for this version
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 25 13:05:20 CEST 2007 - bk@suse.de
|
Tue Sep 25 13:05:20 CEST 2007 - bk@suse.de
|
||||||
|
|
||||||
|
38
alpine.spec
38
alpine.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package alpine (Version 0.9999)
|
# spec file for package alpine (Version 1.00)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -13,9 +13,15 @@ Name: alpine
|
|||||||
#
|
#
|
||||||
# Package configuration:
|
# Package configuration:
|
||||||
#
|
#
|
||||||
|
%if %{suse_version} > 1030
|
||||||
|
%define obsolete_pine 1
|
||||||
|
%define provide_pico_and_pilot 1
|
||||||
|
%else
|
||||||
%define obsolete_pine 0
|
%define obsolete_pine 0
|
||||||
%define provide_pico_and_pilot 0
|
%define provide_pico_and_pilot 0
|
||||||
|
%endif
|
||||||
%define build_alpined 0
|
%define build_alpined 0
|
||||||
|
#
|
||||||
# For debugging only:
|
# For debugging only:
|
||||||
%define use_mudflap 0
|
%define use_mudflap 0
|
||||||
%define build_vanilla 0
|
%define build_vanilla 0
|
||||||
@ -39,8 +45,8 @@ Provides: pine4
|
|||||||
Conflicts: pine4
|
Conflicts: pine4
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 0.9999
|
Version: 1.00
|
||||||
Release: 10
|
Release: 1
|
||||||
License: The Apache Software License
|
License: The Apache Software License
|
||||||
Group: Productivity/Networking/Email/Clients
|
Group: Productivity/Networking/Email/Clients
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -58,7 +64,7 @@ Source: ftp://ftp.cac.washington.edu/alpine/%{name}-%{version}.tar.bz2
|
|||||||
cd %{_sourcedir};cp %{name}-%{version}{,-build}.tar.bz2
|
cd %{_sourcedir};cp %{name}-%{version}{,-build}.tar.bz2
|
||||||
bunzip2 %{name}-%{version}-build.tar.bz2
|
bunzip2 %{name}-%{version}-build.tar.bz2
|
||||||
tar --delete --file=%{name}-%{version}-build.tar \
|
tar --delete --file=%{name}-%{version}-build.tar \
|
||||||
./%{name}-%{version}/pico/msmem.c ./alpine-0.9999/imap/docs
|
./%{name}-%{version}/pico/msmem.c ./%{name}-%{version}/imap/docs
|
||||||
echo >%{name}-%{version}.README.SUSE <<END
|
echo >%{name}-%{version}.README.SUSE <<END
|
||||||
Some files which are not needed for compilation have been removed from
|
Some files which are not needed for compilation have been removed from
|
||||||
this tarball. You can get the full tarball from %{URL}.
|
this tarball. You can get the full tarball from %{URL}.
|
||||||
@ -86,7 +92,6 @@ Patch60: signal-and-panic-improvements.diff
|
|||||||
#
|
#
|
||||||
# Patches for the compilation system and versioning:
|
# Patches for the compilation system and versioning:
|
||||||
#
|
#
|
||||||
Patch90: configure-gssapi-detection.diff
|
|
||||||
Patch103: support-long-version.diff
|
Patch103: support-long-version.diff
|
||||||
#
|
#
|
||||||
# Eduardo Chappa's patches. Currently, We only use the 'all_in_one' version:
|
# Eduardo Chappa's patches. Currently, We only use the 'all_in_one' version:
|
||||||
@ -161,7 +166,6 @@ echo %{version}-openSUSE-%{release} >VERSION
|
|||||||
%else
|
%else
|
||||||
sh %{SOURCE600} --apply %{SOURCE601}
|
sh %{SOURCE600} --apply %{SOURCE601}
|
||||||
%endif
|
%endif
|
||||||
#patch501 -p1
|
|
||||||
#
|
#
|
||||||
# SuSE patches - warning fixes, etc:
|
# SuSE patches - warning fixes, etc:
|
||||||
#
|
#
|
||||||
@ -172,7 +176,6 @@ sh %{SOURCE600} --apply %{SOURCE601}
|
|||||||
%patch20 -p1
|
%patch20 -p1
|
||||||
%patch40 -p1
|
%patch40 -p1
|
||||||
%patch60 -p1
|
%patch60 -p1
|
||||||
%patch90 -p1
|
|
||||||
%endif # End of "if !{build_vanilla}"
|
%endif # End of "if !{build_vanilla}"
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -181,19 +184,15 @@ sh %{SOURCE600} --apply %{SOURCE601}
|
|||||||
%define _host_os %{_os}%{?_gnu}
|
%define _host_os %{_os}%{?_gnu}
|
||||||
%define _host %{_host_cpu}-%{_host_vendor}-%{_host_os}
|
%define _host %{_host_cpu}-%{_host_vendor}-%{_host_os}
|
||||||
%endif
|
%endif
|
||||||
autoreconf -fi
|
|
||||||
#
|
#
|
||||||
# Comments on disabled warnings: The disabled warnings are rather harmless
|
# Comment on disabled warnings: The disabled warnings are rather harmless
|
||||||
# (If they were not, alpine would not work at all, they are trigged in mass,
|
# and disabling them allows to focus on the really serious warnings:
|
||||||
# because until recently developers did use gcc-3.x exclusivley)
|
|
||||||
# and disabling them allows one to focus on the warnings which could indicate
|
|
||||||
# real bugs. By alpine-0.9999, several warnings have been eliminated however:
|
|
||||||
#
|
#
|
||||||
export CFLAGS="${RPM_OPT_FLAGS/-O2/-Os} \
|
export CFLAGS="${RPM_OPT_FLAGS/-O2/-Os} \
|
||||||
%if %{suse_version} >= 1010
|
%if %{suse_version} >= 1010
|
||||||
-Wno-strict-aliasing -Wno-pointer-sign -Wno-unused \
|
-Wno-unused-value -Wno-strict-aliasing -Wno-pointer-sign -Wno-unused \
|
||||||
%endif
|
%endif
|
||||||
%if %{suse_version} == 1030
|
%if %{suse_version} >= 1030
|
||||||
-Wno-address \
|
-Wno-address \
|
||||||
%endif
|
%endif
|
||||||
%if %{use_mudflap}
|
%if %{use_mudflap}
|
||||||
@ -342,6 +341,8 @@ fi
|
|||||||
: 'Expect those rpmlint warnings: The resulting binaries are not packaged:'
|
: 'Expect those rpmlint warnings: The resulting binaries are not packaged:'
|
||||||
: 'W: alpine uninitialized-variable dmail.c: 435'
|
: 'W: alpine uninitialized-variable dmail.c: 435'
|
||||||
: 'W: alpine uninitialized-variable tmail.c: 531'
|
: 'W: alpine uninitialized-variable tmail.c: 531'
|
||||||
|
: 'This warning is invalid, gcc is wrong here:'
|
||||||
|
: 'W: alpine uninitialized-variable string.c: 421'
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -351,7 +352,7 @@ fi
|
|||||||
%doc %{_mandir}/man1/mailutil.1.gz
|
%doc %{_mandir}/man1/mailutil.1.gz
|
||||||
%doc README NOTICE LICENSE
|
%doc README NOTICE LICENSE
|
||||||
%doc doc/mailcap.unx doc/mime.types doc/tech-notes.txt doc/tech-notes/*.html
|
%doc doc/mailcap.unx doc/mime.types doc/tech-notes.txt doc/tech-notes/*.html
|
||||||
%{_bindir}/alpine
|
%{_bindir}/*pine
|
||||||
%{_bindir}/alpinef
|
%{_bindir}/alpinef
|
||||||
%{_bindir}/rp*
|
%{_bindir}/rp*
|
||||||
%{_bindir}/mailutil
|
%{_bindir}/mailutil
|
||||||
@ -369,7 +370,10 @@ fi
|
|||||||
%{_bindir}/pilot
|
%{_bindir}/pilot
|
||||||
%doc %{_mandir}/man1/pilot.1.gz
|
%doc %{_mandir}/man1/pilot.1.gz
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 11 2008 - bk@suse.de
|
||||||
|
- Update to alpine-1.00 and apply fixes suggested for this version
|
||||||
* Tue Sep 25 2007 - bk@suse.de
|
* Tue Sep 25 2007 - bk@suse.de
|
||||||
- Use only select patches from Eduardo (fixes crash in mail reader)
|
- Use only select patches from Eduardo (fixes crash in mail reader)
|
||||||
* Wed Sep 19 2007 - bk@suse.de
|
* Wed Sep 19 2007 - bk@suse.de
|
||||||
|
@ -7,17 +7,7 @@ echo_others() {
|
|||||||
# very sensitive to change, the part below must stay as it is or
|
# very sensitive to change, the part below must stay as it is or
|
||||||
# you will loose this script in the update process if you say "y":
|
# you will loose this script in the update process if you say "y":
|
||||||
cat<<OTHERS
|
cat<<OTHERS
|
||||||
alt_addresses_domain Add support for the syntax *@mydomain.com to the alt-addresses configuration option.
|
<LI><A NAME= which makes Alpine warn if no fcc folder has been defined before sending the message. See also: <A HREF="http://homepage.ntlworld.com/phil.brooke/alpine/patch-alpine-1.00-warn_about_fcc-20071223a">author's patch web page</A>.
|
||||||
stevepicobug Fix a bug that makes pico miss the alignment of text in the editor.
|
|
||||||
jasonbsdbug Fix a bug that makes Alpine crash in Freebsd, when it is built with thread support.
|
|
||||||
steveencodingbug Fix a bug that makes Alpine corrupt an array used to save known encodings (like 7BIT, 8BIT, etc.)
|
|
||||||
stevemacosbug Fix a bug that makes Alpine be very slow on a Mac.
|
|
||||||
pawelthreadchar Change the default last reply in a thread from '|' to '\'.
|
|
||||||
pawelclocksize Change the default index format to include size in Kilobytes and date in 24 hours format.
|
|
||||||
stevepostponedcharset Fix a bug that makes Alpine change the charset of a message from the default to UTF-8 when you postpone a message.
|
|
||||||
stevecountbug Fix a bug that makes Alpine give the incorrect information about the number of messages in a folder.
|
|
||||||
stevecolorbug Fix a bug that makes Alpine fail to color an index line when a flag has changed in a message.
|
|
||||||
steveeditingbug Fix a bug that makes editing long configuration lines confusing.
|
|
||||||
OTHERS
|
OTHERS
|
||||||
}
|
}
|
||||||
echo_patch_help() {
|
echo_patch_help() {
|
||||||
@ -31,6 +21,10 @@ WrtAcc Write accents like á, é, ñ etc.
|
|||||||
circtab Tab check folders on cycles. <A HREF="h_config_circular_tab">(more...)</A>
|
circtab Tab check folders on cycles. <A HREF="h_config_circular_tab">(more...)</A>
|
||||||
count Get the number of new messages when opening a folder.
|
count Get the number of new messages when opening a folder.
|
||||||
insertpat Reinsert the pattern you searched for last.
|
insertpat Reinsert the pattern you searched for last.
|
||||||
|
patchlevel Shows the patchlevel of alpine
|
||||||
|
picoreplacecrash Fix a bug that makes Pico crash in the replace command
|
||||||
|
replacebug Fix a bug in Pico which makes it not update the screen
|
||||||
|
stuffingbug Fix a bug that makes Alpine add spaces to flowed text messages
|
||||||
reply New Reply command menu.<A HREF="h_config_alt_reply_menu">(more...)</A>
|
reply New Reply command menu.<A HREF="h_config_alt_reply_menu">(more...)</A>
|
||||||
fromheader Change your From header without any effort!
|
fromheader Change your From header without any effort!
|
||||||
composeurl Choose a role when composing a message from a mailto: link.
|
composeurl Choose a role when composing a message from a mailto: link.
|
||||||
@ -55,12 +49,13 @@ END
|
|||||||
# If it encounters a new patch, it is printed on stderror
|
# If it encounters a new patch, it is printed on stderror
|
||||||
#
|
#
|
||||||
print_which_shall_be_packaged() {
|
print_which_shall_be_packaged() {
|
||||||
grep '"info/' index.html | sed 's/.LI.\(.*\)<.*NAME="\([^"]*\)".*/\2 \1/'|
|
#grep '"info/' index.html | sed 's/.LI.\(.*\)<.*NAME="\([^"]*\)".*/\2 \1/'|
|
||||||
|
wget -m http://staff.washington.edu/chappa/alpine/readme/README.upgrade >&2
|
||||||
while read name text
|
while read name text
|
||||||
do
|
do
|
||||||
case "$name" in
|
case "$name" in
|
||||||
cygwin|all|windows) : 'always ignored';;
|
cygwin|all|windows) : 'always ignored';;
|
||||||
WrtAcc|fancy|maildir|colortext|insertpat)
|
WrtAcc|fancy|maildir|colortext|insertpat|[ors]*bug|*crash)
|
||||||
: 'really wanted'
|
: 'really wanted'
|
||||||
echo "$name";;
|
echo "$name";;
|
||||||
utf8bug|ignoresize|searchheader)
|
utf8bug|ignoresize|searchheader)
|
||||||
@ -69,20 +64,35 @@ print_which_shall_be_packaged() {
|
|||||||
unverified)
|
unverified)
|
||||||
: 'also wanted'
|
: 'also wanted'
|
||||||
echo "$name";;
|
echo "$name";;
|
||||||
rules) : 'conflicts with others and would need extra work';;
|
rules) : 'conflicts with others and would need extra work'
|
||||||
|
#echo "$name"
|
||||||
|
;;
|
||||||
help|status|reply|DelText|outgoing|count)
|
help|status|reply|DelText|outgoing|count)
|
||||||
: 'not important enough';;
|
: 'not important enough';;
|
||||||
quota|composeurl|fromheader|circtab)
|
quota|composeurl|fromheader|circtab)
|
||||||
: 'rather not';;
|
: 'rather not';;
|
||||||
|
patchlevel)
|
||||||
|
: 'lets see';;
|
||||||
|
marksmtpbug)
|
||||||
|
: 'not found';;
|
||||||
fillpara)
|
fillpara)
|
||||||
: 'rather dangerous';;
|
: 'rather dangerous';;
|
||||||
*) echo NEW: $name >&2;exit;;
|
password|'#')
|
||||||
|
: 'internal';;
|
||||||
|
|
||||||
|
*) error_out=1;echo NEW $name;;
|
||||||
esac
|
esac
|
||||||
done
|
done <staff.washington.edu/chappa/alpine/readme/README.upgrade
|
||||||
echo_others
|
if [ "$error_out" ]; then
|
||||||
|
echo "Unhandled patches found!"
|
||||||
|
return 5
|
||||||
|
fi
|
||||||
|
# echo_others
|
||||||
}
|
}
|
||||||
|
#print_which_shall_be_packaged
|
||||||
|
#exit
|
||||||
get_patch_path() {
|
get_patch_path() {
|
||||||
echo staff.washington.edu/chappa/alpine/patches/alpine-0.9999/$1.patch.gz
|
echo staff.washington.edu/chappa/alpine/patches/alpine-1.00/$1.patch.gz
|
||||||
}
|
}
|
||||||
list_packaged_patches_urls() {
|
list_packaged_patches_urls() {
|
||||||
print_which_shall_be_packaged | while read name rest; do
|
print_which_shall_be_packaged | while read name rest; do
|
||||||
@ -90,9 +100,10 @@ list_packaged_patches_urls() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
update_OTHERS_section() {
|
update_OTHERS_section() {
|
||||||
|
return
|
||||||
wget --timestamping http://staff.washington.edu/chappa/alpine/patches/others.html
|
wget --timestamping http://staff.washington.edu/chappa/alpine/patches/others.html
|
||||||
grep alpine-0.9999 others.html |
|
grep alpine-$version others.html |
|
||||||
sed 's/.*alpine-0.9999\///;s/.patch.gz//;s/".*A>,//;s/ Posted.*//;s/which fixes/Fix/;s/which changes/Change/;s/which adds/Add/' \
|
sed 's/.*alpine-$version\///;s/.patch.gz//;s/".*A>,//;s/ Posted.*//;s/which fixes/Fix/;s/which changes/Change/;s/which adds/Add/' \
|
||||||
>others
|
>others
|
||||||
sed '/^cat..OTHERS$/,/^OTHERS$/{/^cat..OTHERS$/b ins;/^OTHERS/p;d};p;d;:ins;r others' ../$0 >change
|
sed '/^cat..OTHERS$/,/^OTHERS$/{/^cat..OTHERS$/b ins;/^OTHERS/p;d};p;d;:ins;r others' ../$0 >change
|
||||||
diff ../$0 change || {
|
diff ../$0 change || {
|
||||||
@ -131,6 +142,7 @@ check_patch_list() {
|
|||||||
update_packaged_patches() {
|
update_packaged_patches() {
|
||||||
mkdir -p test;cd test
|
mkdir -p test;cd test
|
||||||
do_update=true
|
do_update=true
|
||||||
|
print_which_shall_be_packaged || exit
|
||||||
#do_update=false
|
#do_update=false
|
||||||
if $do_update;then
|
if $do_update;then
|
||||||
update_OTHERS_section
|
update_OTHERS_section
|
||||||
@ -145,6 +157,9 @@ update_packaged_patches() {
|
|||||||
rm -rf $chappa_patchdir
|
rm -rf $chappa_patchdir
|
||||||
mkdir $chappa_patchdir
|
mkdir $chappa_patchdir
|
||||||
print_which_shall_be_packaged | while read name rest; do
|
print_which_shall_be_packaged | while read name rest; do
|
||||||
|
if [ "$name" = NEW: ]; then
|
||||||
|
exit
|
||||||
|
fi
|
||||||
zcat `get_patch_path $name` >$chappa_patchdir/$name
|
zcat `get_patch_path $name` >$chappa_patchdir/$name
|
||||||
touch -r `get_patch_path $name` $chappa_patchdir/$name
|
touch -r `get_patch_path $name` $chappa_patchdir/$name
|
||||||
done
|
done
|
||||||
@ -301,8 +316,8 @@ END
|
|||||||
}
|
}
|
||||||
generate_help_patch() {
|
generate_help_patch() {
|
||||||
cat <<END
|
cat <<END
|
||||||
--- alpine-0.9999/pith/pine.hlp
|
--- alpine-$version/pith/pine.hlp
|
||||||
+++ alpine-0.9999/pith/pine.hlp
|
+++ alpine-$version/pith/pine.hlp
|
||||||
@@ -163,6 +163,9 @@
|
@@ -163,6 +163,9 @@
|
||||||
is available as is a world wide web based version designed to run under the
|
is available as is a world wide web based version designed to run under the
|
||||||
Apache web server.
|
Apache web server.
|
||||||
@ -313,14 +328,6 @@ generate_help_patch() {
|
|||||||
<H2>New in Alpine <!--#echo var="ALPINE_VERSION"--></H2>
|
<H2>New in Alpine <!--#echo var="ALPINE_VERSION"--></H2>
|
||||||
|
|
||||||
Version <!--#echo var="ALPINE_VERSION"-->
|
Version <!--#echo var="ALPINE_VERSION"-->
|
||||||
@@ -652,6 +652,7 @@
|
|
||||||
<P>
|
|
||||||
Some topics of current interest include:
|
|
||||||
<UL>
|
|
||||||
+<P><LI> Information on <A HREF="h_opensuse_patches">patches for this release</A>
|
|
||||||
<P><LI> <A HREF="h_maildrop">Mail Drops</A>
|
|
||||||
<P><LI> Information on <A HREF="h_info_on_locking">Folder Locking</A>
|
|
||||||
<P><LI> Information on <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A>
|
|
||||||
END
|
END
|
||||||
lines=$(generate_patch_help |wc -l)
|
lines=$(generate_patch_help |wc -l)
|
||||||
start=1171
|
start=1171
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:44910703913be3094f2af243b9916f23e82c66bf1bb50d0c26202dd5f2a72178
|
oid sha256:6bd03b73c8547a9151d7b513acfccd4616202bb6c7955cc2bae05d6d27a9b0cd
|
||||||
size 70794
|
size 62808
|
||||||
|
@ -1,83 +0,0 @@
|
|||||||
Fix Lerberos detection on different Solaris versions and Linux,
|
|
||||||
examle update from pgsql see here:
|
|
||||||
https://projects.commandprompt.com/public/pgsql/changeset/28598#file1
|
|
||||||
|
|
||||||
This does not mean that kerneros support would build in the
|
|
||||||
imap toolkit because it seems to have -lgssapi_krb5 hard-coded.
|
|
||||||
Anyway the configure is improvied with this patch.
|
|
||||||
|
|
||||||
Also SSL detection is adapted, there is no need to have LIBS="$LIBS -lssl"
|
|
||||||
there because when reading the documentation of AC_SEARCH_LIBS, one
|
|
||||||
knows that that is done by AC_SEARCH_LIBS automatically. If SSL
|
|
||||||
is not found, it should also be turned off, possibly, or
|
|
||||||
maybe an AC_MSG_ERROR might be better instead. YMMV - that
|
|
||||||
part is not in need to be touched but looks better that way.
|
|
||||||
|
|
||||||
--- alpine-0.999/configure.ac 2007-06-28 00:48:15.000000000 +0000
|
|
||||||
+++ alpine-0.999/configure.ac 2007-08-01 17:24:13.000000000 +0000
|
|
||||||
@@ -588,6 +588,8 @@
|
|
||||||
[
|
|
||||||
if test "x$withval" != "xno" ; then
|
|
||||||
alpine_GSSDIR=$withval
|
|
||||||
+ CPPFLAGS="$CPPFLAGS -I${withval}/include"
|
|
||||||
+ AM_LDFLAGS="$AM_LDFLAGS -L${withval}/lib"
|
|
||||||
fi
|
|
||||||
])
|
|
||||||
|
|
||||||
@@ -596,6 +598,7 @@
|
|
||||||
[
|
|
||||||
if test "x$withval" != "xno" ; then
|
|
||||||
alpine_GSSINCLUDE=$withval
|
|
||||||
+ CPPFLAGS="$CPPFLAGS -I${withval}/include"
|
|
||||||
fi
|
|
||||||
])
|
|
||||||
|
|
||||||
@@ -604,6 +607,7 @@
|
|
||||||
[
|
|
||||||
if test "x$withval" != "xno" ; then
|
|
||||||
alpine_GSSLIB=$withval
|
|
||||||
+ AM_LDFLAGS="$AM_LDFLAGS -L${withval}/lib"
|
|
||||||
fi
|
|
||||||
])
|
|
||||||
fi
|
|
||||||
@@ -797,31 +801,21 @@
|
|
||||||
if test "x$alpine_SSLTYPE" != "xnone" ; then
|
|
||||||
AC_SEARCH_LIBS(SSL_library_init,ssl,
|
|
||||||
[
|
|
||||||
- LIBS="$LIBS -lssl"
|
|
||||||
+ AC_MSG_NOTICE([OpenSSL libraries FOUND])
|
|
||||||
+ ],
|
|
||||||
+ [
|
|
||||||
+ AC_MSG_NOTICE([OpenSSL libraries NOT found])
|
|
||||||
+ alpine_SSLTYPE=none
|
|
||||||
])
|
|
||||||
- if test "x$alpine_SSLTYPE" = "xnone" ; then
|
|
||||||
- AC_MSG_NOTICE([OpenSSL libraries NOT found])
|
|
||||||
- else
|
|
||||||
- AC_MSG_NOTICE([OpenSSL libraries FOUND])
|
|
||||||
- fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
dnl provide KRB5 support?
|
|
||||||
if test "x$alpine_GSSTYPE" != "xnone" ; then
|
|
||||||
- case x$alpine_GSSLIB in
|
|
||||||
- x)
|
|
||||||
- AC_SEARCH_LIBS(gss_init_sec_context,$alpine_GSSLIB,,
|
|
||||||
- [
|
|
||||||
- alpine_GSSTYPE="none"
|
|
||||||
- ])
|
|
||||||
- ;;
|
|
||||||
- *)
|
|
||||||
- AC_CHECK_FUNC(gss_init_sec_context,,
|
|
||||||
- [
|
|
||||||
+ AC_SEARCH_LIBS(gss_init_sec_context, [gssapi_krb5 gss 'gssapi -lkrb5 -lcrypto'], [],
|
|
||||||
+ [
|
|
||||||
+ AC_MSG_NOTICE([Kerberos5 libraries NOT found!!!])
|
|
||||||
alpine_GSSTYPE="none"
|
|
||||||
- ])
|
|
||||||
- ;;
|
|
||||||
- esac
|
|
||||||
+ ])
|
|
||||||
fi
|
|
||||||
|
|
||||||
dnl check for tcl libraries for Web Alpine
|
|
@ -8,23 +8,6 @@
|
|||||||
#
|
#
|
||||||
http://www.gnu.org/software/libc/manual/html_node/Backtraces.html
|
http://www.gnu.org/software/libc/manual/html_node/Backtraces.html
|
||||||
|
|
||||||
--- signal.c
|
|
||||||
+++ alpine-0.999/alpine/signal.c
|
|
||||||
@@ -181,13 +181,7 @@ auger_in_signal(int sig)
|
|
||||||
end_signals(1); /* don't catch any more signals */
|
|
||||||
imap_flush_passwd_cache(FALSE);
|
|
||||||
|
|
||||||
-#if defined(SIGNALHASARG)
|
|
||||||
- s = comatose(sig);
|
|
||||||
-#else
|
|
||||||
- s = "?";
|
|
||||||
-#endif
|
|
||||||
-
|
|
||||||
- snprintf(buf, sizeof(buf), "Received abort signal(sig=%s)", s);
|
|
||||||
+ snprintf(buf, sizeof(buf), "Received abort signal(sig=%d)", sig);
|
|
||||||
buf[sizeof(buf)-1] = '\0';
|
|
||||||
|
|
||||||
panic(buf); /* clean up and get out */
|
|
||||||
--- alpine-0.999/alpine/alpine.c
|
--- alpine-0.999/alpine/alpine.c
|
||||||
+++ alpine-0.999/alpine/alpine.c
|
+++ alpine-0.999/alpine/alpine.c
|
||||||
@@ -15,6 +15,7 @@ static char rcsid[] = "$Id: alpine.c 615
|
@@ -15,6 +15,7 @@ static char rcsid[] = "$Id: alpine.c 615
|
||||||
|
Loading…
Reference in New Issue
Block a user