summaryrefslogtreecommitdiff
path: root/alpine/osdep
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2018-02-26 01:38:18 -0700
committerEduardo Chappa <chappa@washington.edu>2018-02-26 01:38:18 -0700
commit349642a84039a4b026513c32a3b4f8594acd50df (patch)
tree9b9cbf9f46b1450811697c2487dd3320fe4830c6 /alpine/osdep
parenteefc696ec87ae287803aa68032649e5a7a9b89d0 (diff)
downloadalpine-349642a84039a4b026513c32a3b4f8594acd50df.tar.xz
* New version 2.21.999
* rewrite of some code in pith/ical.c to make sure function prototypes are correct. * Add a separator line to the calendar entry in case, the calendar is sent as the main body of the message.
Diffstat (limited to 'alpine/osdep')
-rw-r--r--alpine/osdep/Makefile36
-rw-r--r--alpine/osdep/alpine-splash.bmpbin532014 -> 532014 bytes
-rw-r--r--alpine/osdep/chnge_pw.c2
-rw-r--r--alpine/osdep/chnge_pw.h2
-rw-r--r--alpine/osdep/debuging.c2
-rw-r--r--alpine/osdep/execview.c2
-rw-r--r--alpine/osdep/fltrname.c2
-rw-r--r--alpine/osdep/mswin.rc10
-rw-r--r--alpine/osdep/mswinver.c2
-rw-r--r--alpine/osdep/print.c2
-rw-r--r--alpine/osdep/termin.gen.c2
-rw-r--r--alpine/osdep/termin.gen.h2
-rw-r--r--alpine/osdep/termin.unx.c2
-rw-r--r--alpine/osdep/termin.unx.h2
-rw-r--r--alpine/osdep/termin.wnt.c2
-rw-r--r--alpine/osdep/termin.wnt.h2
-rw-r--r--alpine/osdep/termout.gen.c2
-rw-r--r--alpine/osdep/termout.gen.h2
-rw-r--r--alpine/osdep/termout.unx.c2
-rw-r--r--alpine/osdep/termout.unx.h2
-rw-r--r--alpine/osdep/termout.wnt.c2
-rw-r--r--alpine/osdep/termout.wnt.h2
22 files changed, 42 insertions, 42 deletions
diff --git a/alpine/osdep/Makefile b/alpine/osdep/Makefile
index 14de0a7c..dee47064 100644
--- a/alpine/osdep/Makefile
+++ b/alpine/osdep/Makefile
@@ -187,17 +187,17 @@ am__define_uniq_tagged_files = \
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing aclocal-1.13
-ALPINE_DATESTAMP = Mon Dec 4 16:02:35 MST 2017
-ALPINE_HOSTSTAMP = jctgjb2
+ACLOCAL = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing aclocal-1.13
+ALPINE_DATESTAMP = Sun Feb 25 12:46:50 MST 2018
+ALPINE_HOSTSTAMP = linux.suse
AMTAR = $${TAR-tar}
AM_CFLAGS = -g -pthread
AM_DEFAULT_VERBOSITY = 1
AM_LDFLAGS =
AR = /usr/bin/ar
-AUTOCONF = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing autoconf
-AUTOHEADER = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing autoheader
-AUTOMAKE = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing automake-1.13
+AUTOCONF = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing autoconf
+AUTOHEADER = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing autoheader
+AUTOMAKE = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing automake-1.13
AWK = gawk
BUILD_EXEEXT =
BUILD_OBJEXT =
@@ -212,10 +212,10 @@ CPPFLAGS = -I/usr/include/openssl
CPPFLAGS_FOR_BUILD =
CPP_FOR_BUILD = gcc -E
CYGPATH_W = echo
-C_CLIENT_AUTHS = gss
+C_CLIENT_AUTHS = gss ntl
C_CLIENT_CFLAGS = EXTRACFLAGS=" -DTLSV1_2 -I/usr/include/openssl -g"
C_CLIENT_GCCOPTLEVEL = GCCOPTLEVEL="-O0"
-C_CLIENT_LDFLAGS = EXTRALDFLAGS=" -L/usr/lib -ltcl8.6 -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5"
+C_CLIENT_LDFLAGS = EXTRALDFLAGS=" -L/usr/lib -ltcl8.6 -lntlm -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5"
C_CLIENT_SPECIALS = SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib SSLDIR=/etc/ssl SSLCERTS=/etc/ssl/certs SSLKEYS=/etc/ssl/private
C_CLIENT_TARGET = lsu
C_CLIENT_WITH_IPV6 = touch imap/ip6
@@ -247,7 +247,7 @@ LDFLAGS_FOR_BUILD =
LIBICONV = -liconv
LIBINTL =
LIBOBJS =
-LIBS = -ltcl8.6 -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5
+LIBS = -ltcl8.6 -lntlm -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIBTOOL_DEPS = ./ltmain.sh
LIPO =
@@ -259,7 +259,7 @@ LTLIBINTL =
LTLIBOBJS =
MAINT = #
MAKE = /usr/bin/make
-MAKEINFO = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing makeinfo
+MAKEINFO = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing makeinfo
MANIFEST_TOOL = :
MKDIR_P = /usr/bin/mkdir -p
MSGFMT = /usr/bin/msgfmt
@@ -275,10 +275,10 @@ OTOOL64 =
PACKAGE = alpine
PACKAGE_BUGREPORT = chappa@washington.edu
PACKAGE_NAME = alpine
-PACKAGE_STRING = alpine 2.21.9
+PACKAGE_STRING = alpine 2.21.999
PACKAGE_TARNAME = alpine
PACKAGE_URL =
-PACKAGE_VERSION = 2.21.9
+PACKAGE_VERSION = 2.21.999
PATH_SEPARATOR = :
POSUB = po
PTHREAD_CC = gcc -std=gnu99
@@ -295,7 +295,7 @@ SHELL = /bin/sh
SPELLPROG = hunspell
STRIP = strip
USE_NLS = yes
-VERSION = 2.21.9
+VERSION = 2.21.999
WEB_BINDIR =
WEB_BUILD =
WEB_PUBCOOKIE_BUILD =
@@ -303,10 +303,10 @@ WEB_PUBCOOKIE_LIB =
WEB_PUBCOOKIE_LINK =
XGETTEXT = /usr/bin/xgettext
XGETTEXT_015 = /usr/bin/xgettext
-abs_builddir = /run/media/chappa/Work/alpine/alpinegit/alpine/osdep
-abs_srcdir = /run/media/chappa/Work/alpine/alpinegit/alpine/osdep
-abs_top_builddir = /run/media/chappa/Work/alpine/alpinegit
-abs_top_srcdir = /run/media/chappa/Work/alpine/alpinegit
+abs_builddir = /run/media/echappa/Alpine/alpine/alpinegit/alpine/osdep
+abs_srcdir = /run/media/echappa/Alpine/alpine/alpinegit/alpine/osdep
+abs_top_builddir = /run/media/echappa/Alpine/alpine/alpinegit
+abs_top_srcdir = /run/media/echappa/Alpine/alpine/alpinegit
ac_ct_AR = ar
ac_ct_CC = gcc
ac_ct_CC_FOR_BUILD = gcc
@@ -339,7 +339,7 @@ host_vendor = suse
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
-install_sh = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/install-sh
+install_sh = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/install-sh
libdir = ${exec_prefix}/lib64
libexecdir = ${exec_prefix}/lib
localedir = ${datadir}/locale
diff --git a/alpine/osdep/alpine-splash.bmp b/alpine/osdep/alpine-splash.bmp
index 87ab8a8a..c453b5c7 100644
--- a/alpine/osdep/alpine-splash.bmp
+++ b/alpine/osdep/alpine-splash.bmp
Binary files differ
diff --git a/alpine/osdep/chnge_pw.c b/alpine/osdep/chnge_pw.c
index 1c86684b..1e11b281 100644
--- a/alpine/osdep/chnge_pw.c
+++ b/alpine/osdep/chnge_pw.c
@@ -5,7 +5,7 @@ static char rcsid[] = "$Id: chnge_pw.c 769 2007-10-24 00:15:40Z hubert@u.washing
/*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/osdep/chnge_pw.h b/alpine/osdep/chnge_pw.h
index dbd34523..80374f69 100644
--- a/alpine/osdep/chnge_pw.h
+++ b/alpine/osdep/chnge_pw.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/osdep/debuging.c b/alpine/osdep/debuging.c
index 4863b3f3..f77f8d5d 100644
--- a/alpine/osdep/debuging.c
+++ b/alpine/osdep/debuging.c
@@ -5,7 +5,7 @@ static char rcsid[] = "$Id: debuging.c 900 2008-01-05 01:13:26Z hubert@u.washing
/*
* ========================================================================
* Copyright 2006-2008 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/osdep/execview.c b/alpine/osdep/execview.c
index 1751760d..d1e23baf 100644
--- a/alpine/osdep/execview.c
+++ b/alpine/osdep/execview.c
@@ -5,7 +5,7 @@ static char rcsid[] = "$Id: execview.c 942 2008-03-04 18:21:33Z hubert@u.washing
/*
* ========================================================================
* Copyright 2006-2008 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/osdep/fltrname.c b/alpine/osdep/fltrname.c
index 419f9792..5501c810 100644
--- a/alpine/osdep/fltrname.c
+++ b/alpine/osdep/fltrname.c
@@ -5,7 +5,7 @@ static char rcsid[] = "$Id: fltrname.c 769 2007-10-24 00:15:40Z hubert@u.washing
/*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/osdep/mswin.rc b/alpine/osdep/mswin.rc
index 36be007a..7ee7cdf5 100644
--- a/alpine/osdep/mswin.rc
+++ b/alpine/osdep/mswin.rc
@@ -244,8 +244,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,21,99,0
- PRODUCTVERSION 2,21,99,0
+ FILEVERSION 2,21,999,0
+ PRODUCTVERSION 2,21,999,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -267,12 +267,12 @@ BEGIN
#else
VALUE "FileDescription", "Alpine\0"
#endif
- VALUE "FileVersion", "2.21.99\0"
+ VALUE "FileVersion", "2.21.999\0"
VALUE "InternalName", "alpine\0"
VALUE "LegalCopyright", "Copyright 2006-2009 University of Washington, Copyright 2013-2014\0"
VALUE "OriginalFilename", "alpine.exe\0"
VALUE "ProductName", "alpine\0"
- VALUE "ProductVersion", "2.21.99\0"
+ VALUE "ProductVersion", "2.21.999\0"
END
END
BLOCK "VarFileInfo"
@@ -583,7 +583,7 @@ END
STRINGTABLE DISCARDABLE
BEGIN
- IDS_BYLINE "Copyright 2013-2017 Eduardo Chappa, Copyright 2006-2009 University of Washington"
+ IDS_BYLINE "Copyright 2013-2018 Eduardo Chappa, Copyright 2006-2009 University of Washington"
IDS_APPNAME "Alpine"
IDS_APPIDENT "alpine"
END
diff --git a/alpine/osdep/mswinver.c b/alpine/osdep/mswinver.c
index d8548f0c..e8fa083b 100644
--- a/alpine/osdep/mswinver.c
+++ b/alpine/osdep/mswinver.c
@@ -1,7 +1,7 @@
/*
* ========================================================================
* Copyright 2006-2009 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/osdep/print.c b/alpine/osdep/print.c
index 8e7838a8..94b0bb0d 100644
--- a/alpine/osdep/print.c
+++ b/alpine/osdep/print.c
@@ -5,7 +5,7 @@ static char rcsid[] = "$Id: print.c 942 2008-03-04 18:21:33Z hubert@u.washington
/*
* ========================================================================
* Copyright 2006-2008 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/osdep/termin.gen.c b/alpine/osdep/termin.gen.c
index 0103e364..fec3db20 100644
--- a/alpine/osdep/termin.gen.c
+++ b/alpine/osdep/termin.gen.c
@@ -5,7 +5,7 @@ static char rcsid[] = "$Id: termin.gen.c 1025 2008-04-08 22:59:38Z hubert@u.wash
/*
* ========================================================================
* Copyright 2006-2008 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/osdep/termin.gen.h b/alpine/osdep/termin.gen.h
index c59a9adb..8f87159b 100644
--- a/alpine/osdep/termin.gen.h
+++ b/alpine/osdep/termin.gen.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/osdep/termin.unx.c b/alpine/osdep/termin.unx.c
index 29035bbe..3c75b722 100644
--- a/alpine/osdep/termin.unx.c
+++ b/alpine/osdep/termin.unx.c
@@ -5,7 +5,7 @@ static char rcsid[] = "$Id: termin.unx.c 1025 2008-04-08 22:59:38Z hubert@u.wash
/*
* ========================================================================
* Copyright 2006-2008 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/osdep/termin.unx.h b/alpine/osdep/termin.unx.h
index 5a1ea7ad..ca4c2011 100644
--- a/alpine/osdep/termin.unx.h
+++ b/alpine/osdep/termin.unx.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/osdep/termin.wnt.c b/alpine/osdep/termin.wnt.c
index d48e6925..8ee2e259 100644
--- a/alpine/osdep/termin.wnt.c
+++ b/alpine/osdep/termin.wnt.c
@@ -5,7 +5,7 @@ static char rcsid[] = "$Id: termin.unx.c 193 2006-10-20 17:09:26Z mikes@u.washin
/*
* ========================================================================
* Copyright 2006-2008 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/osdep/termin.wnt.h b/alpine/osdep/termin.wnt.h
index 39c71f48..84b60801 100644
--- a/alpine/osdep/termin.wnt.h
+++ b/alpine/osdep/termin.wnt.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/osdep/termout.gen.c b/alpine/osdep/termout.gen.c
index cdd77aa7..fd97ca3b 100644
--- a/alpine/osdep/termout.gen.c
+++ b/alpine/osdep/termout.gen.c
@@ -5,7 +5,7 @@ static char rcsid[] = "$Id: termout.gen.c 1012 2008-03-26 00:44:22Z hubert@u.was
/*
* ========================================================================
* Copyright 2006-2008 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/osdep/termout.gen.h b/alpine/osdep/termout.gen.h
index 51dc7578..a811f800 100644
--- a/alpine/osdep/termout.gen.h
+++ b/alpine/osdep/termout.gen.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/osdep/termout.unx.c b/alpine/osdep/termout.unx.c
index 7c6bf78a..377de25a 100644
--- a/alpine/osdep/termout.unx.c
+++ b/alpine/osdep/termout.unx.c
@@ -5,7 +5,7 @@ static char rcsid[] = "$Id: termout.unx.c 955 2008-03-06 23:52:36Z hubert@u.wash
/*
* ========================================================================
* Copyright 2006-2008 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/osdep/termout.unx.h b/alpine/osdep/termout.unx.h
index cb4a0940..6a1f6708 100644
--- a/alpine/osdep/termout.unx.h
+++ b/alpine/osdep/termout.unx.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/osdep/termout.wnt.c b/alpine/osdep/termout.wnt.c
index 7c297cba..135483c1 100644
--- a/alpine/osdep/termout.wnt.c
+++ b/alpine/osdep/termout.wnt.c
@@ -5,7 +5,7 @@ static char rcsid[] = "$Id: termout.unx.c 159 2006-10-02 22:00:13Z hubert@u.wash
/*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/alpine/osdep/termout.wnt.h b/alpine/osdep/termout.wnt.h
index 1bf476eb..0cdf17e6 100644
--- a/alpine/osdep/termout.wnt.h
+++ b/alpine/osdep/termout.wnt.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.