Hello community, here is the log from the commit of package inn for openSUSE:Factory checked in at 2014-07-17 06:58:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/inn (Old) and /work/SRC/openSUSE:Factory/.inn.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "inn" Changes: -------- --- /work/SRC/openSUSE:Factory/inn/inn.changes 2013-09-09 13:06:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.inn.new/inn.changes 2014-07-17 06:58:28.000000000 +0200 @@ -1,0 +2,13 @@ +Wed Jul 16 14:25:29 CEST 2014 - [email protected] + +- update to inn-2.5.4 + * updated control.ctl file + * improved signature checking in pgpverify + * new "htmlstatus" config option + * many bugs fixed + * removed patches: inn-linereset.diff + * renamed patches: inn-2.5.2.diff -> inn-2.5.4.diff +- fix innbind file mode +- fix empty history database on 64bit [bnc#876287] + +------------------------------------------------------------------- Old: ---- inn-2.5.2.diff inn-2.5.2.tar.gz inn-2.5.2.tar.gz.asc inn-linereset.diff New: ---- inn-2.5.4.diff inn-2.5.4.tar.gz inn-2.5.4.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ inn.spec ++++++ --- /var/tmp/diff_new_pack.b1dBmy/_old 2014-07-17 06:58:30.000000000 +0200 +++ /var/tmp/diff_new_pack.b1dBmy/_new 2014-07-17 06:58:30.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package inn # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,7 +32,7 @@ PreReq: perl %fillup_prereq %insserv_prereq permissions Requires: perl-MIME-tools %{?libperl_requires} -Version: 2.5.2 +Version: 2.5.4 Release: 0 %define PatchVersion -%{version} Source: inn%{PatchVersion}.tar.gz @@ -41,10 +41,8 @@ Source3: inn-emptydb.tar.gz Source4: inn.reg Source5: inn%{PatchVersion}.tar.gz.asc -# Version 2.5.3 and above is signed with a new stronger key. Use "gpg-offline --package=inn --delete 0AFC7476" then. Source6: %{name}.keyring Patch0: inn-%{version}.diff -Patch1: inn-linereset.diff # BuildRoot: %{_tmppath}/%{name}-%{version}-build # @@ -73,12 +71,11 @@ Rich Salz's InterNetNews news transport system. %prep -%gpg_verify %{S:5} +%{?gpg_verify:%gpg_verify %{S:5}} %setup -n inn%{PatchVersion} %setup -n inn%{PatchVersion} -D -T -a 1 %setup -n inn%{PatchVersion} -D -T -a 3 %patch0 -%patch1 cp -a $RPM_SOURCE_DIR/pubring.pgp . %build @@ -104,6 +101,12 @@ --with-spool-dir=/var/spool/news \ --with-tmp-dir=/var/spool/news/tmp make +cp site/inn.conf inn.conf.tmp +echo 'domain: test.com' >> inn.conf.tmp +echo "runasuser: $(id -n -u)" >> inn.conf.tmp +echo "runasgroup: $(id -n -g)" >> inn.conf.tmp +INNCONF=inn.conf.tmp expire/makedbz -f `pwd`/inn-emptydb/history -s 666666 +rm -f inn.conf.tmp %install mkdir -p %{buildroot}/etc @@ -115,9 +118,15 @@ mkdir -p %{buildroot}%{_mandir} # make DESTDIR=%{buildroot} OWNER= ROWNER= install -rm %{buildroot}/usr/share/man/man8/actsyncd.8 -gzip -nf9 %{buildroot}%{_mandir}/*/* -ln -s actsync.8.gz %{buildroot}/usr/share/man/man8/actsyncd.8.gz +for i in %{buildroot}%{_mandir}/*/* ; do + if test -L "$i" ; then + il=$(readlink "$i") + ln -s "$il.gz" "$i.gz" + rm -f "$i" + else + gzip -nf9 "$i" + fi +done chmod 444 %{buildroot}/usr/lib/news/lib/*.a # those just die("BerkeleyDB support not compiled"); rm %{buildroot}/usr/lib/news/bin/ovdb_server @@ -196,6 +205,7 @@ $0 == "/var/lib/news" { next } $0 == "/usr/lib/news/include" { next } $0 == "/usr/lib/news/include/inn" { next } +$0 == "/var/run/news" { next } { pfx="" } $0 == "/usr/lib/news/bin" { pfx = "%%attr(755,root,root) " } $0 == "/var/spool/news" { pfx = "%%attr(775,news,news) " } @@ -212,7 +222,7 @@ $0 == "/etc/init.d/inn" { pfx="%attr(750,root,news) %config " } $0 == "/usr/lib/news/bin/inews" { pfx="%attr(2555,news,news) " } $0 == "/usr/lib/news/bin/rnews" { pfx="%attr(4550,news,uucp) " } -$0 == "/usr/lib/news/bin/innbind" { pfx="%verify(not mode) %attr(4554,root,news) " } +$0 == "/usr/lib/news/bin/innbind" { pfx="%verify(not mode) %attr(4550,root,news) " } /^\/(etc\/news|usr\/lib\/news\/bin\/filter|var\/lib\/news)\// { pfx="%config(noreplace) "pfx } ++++++ inn-2.5.2.diff -> inn-2.5.4.diff ++++++ --- /work/SRC/openSUSE:Factory/inn/inn-2.5.2.diff 2011-09-23 02:03:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.inn.new/inn-2.5.4.diff 2014-07-17 06:58:28.000000000 +0200 @@ -1,5 +1,5 @@ ---- ./README.linux.orig 2010-04-07 09:09:29.000000000 +0000 -+++ ./README.linux 2010-04-07 09:58:17.000000000 +0000 +--- ./README.linux.orig 2014-07-16 12:26:26.871925643 +0000 ++++ ./README.linux 2014-07-16 12:26:26.871925643 +0000 @@ -0,0 +1,95 @@ +Installing a news system: Florian La Roche +========================= @@ -96,8 +96,8 @@ +(recomended if you have lots of articles and little time), use +the "--fresh" option to just create a new history database. + ---- ./backends/ninpaths.c.orig 2010-04-07 09:06:40.000000000 +0000 -+++ ./backends/ninpaths.c 2010-04-07 09:06:51.000000000 +0000 +--- ./backends/ninpaths.c.orig 2014-05-17 08:24:49.000000000 +0000 ++++ ./backends/ninpaths.c 2014-07-16 12:26:26.871925643 +0000 @@ -204,6 +204,7 @@ writedumpfile(const char *n) if (d) { if (writedump(d)<0) @@ -106,8 +106,8 @@ } else { perror("writedumpfile: fopen"); } ---- ./convertspool.orig 2010-04-07 09:16:01.000000000 +0000 -+++ ./convertspool 2010-04-07 09:15:55.000000000 +0000 +--- ./convertspool.orig 2014-07-16 12:26:26.872925643 +0000 ++++ ./convertspool 2014-07-16 12:26:26.872925643 +0000 @@ -0,0 +1,141 @@ +#!/bin/sh +. /usr/lib/news/lib/innshellvars @@ -250,8 +250,8 @@ +cd $PATHSPOOL +rmdir --ignore-fail-on-non-empty oldspool +echo "done." ---- ./crontab.sample.orig 2010-04-07 09:16:23.000000000 +0000 -+++ ./crontab.sample 2010-04-07 09:17:01.000000000 +0000 +--- ./crontab.sample.orig 2014-07-16 12:26:26.872925643 +0000 ++++ ./crontab.sample 2014-07-16 12:26:26.872925643 +0000 @@ -0,0 +1,38 @@ +# Here are sample entries that could be added to /etc/crontab for +# your INN News-System. @@ -291,15 +291,15 @@ +# generate a uucp transmission statistic +#0 6 10 * * nobody /usr/bin/tua -U + ---- ./distributions.orig 2010-04-07 09:17:56.000000000 +0000 -+++ ./distributions 2010-04-07 09:17:49.000000000 +0000 +--- ./distributions.orig 2014-07-16 12:26:26.872925643 +0000 ++++ ./distributions 2014-07-16 12:26:26.872925643 +0000 @@ -0,0 +1,4 @@ +world Use no distribution rather than world +na North America +usa United States +local This site only ---- ./include/inn/options.h.orig 2010-04-07 09:19:56.000000000 +0000 -+++ ./include/inn/options.h 2010-04-07 09:20:45.000000000 +0000 +--- ./include/inn/options.h.orig 2014-05-17 08:24:49.000000000 +0000 ++++ ./include/inn/options.h 2014-07-16 12:26:26.873925639 +0000 @@ -41,7 +41,7 @@ #define DEFAULT_TIMEOUT 300 @@ -309,19 +309,8 @@ /* Define if inews should munge the GECOS entry of the passwd file when attempting to determine a poster's real name. Use this if your GECOS ---- ./innd/status.c.orig 2010-04-07 09:20:57.000000000 +0000 -+++ ./innd/status.c 2010-04-07 09:21:08.000000000 +0000 -@@ -13,7 +13,7 @@ - #include "innperl.h" - - #define MIN_REFRESH 60 /* 1 min */ --#define HTML_STATUS -+#undef HTML_STATUS - #if defined(HTML_STATUS) - #define STATUS_FILE "inn_status.html" /* will be in pathhttp */ - #else ---- ./newsgroups.orig 2010-04-07 09:22:31.000000000 +0000 -+++ ./newsgroups 2010-04-07 09:22:26.000000000 +0000 +--- ./newsgroups.orig 2014-07-16 12:26:26.874925633 +0000 ++++ ./newsgroups 2014-07-16 12:26:26.874925633 +0000 @@ -0,0 +1,6 @@ +control Various control messages (no posting). +control.cancel Cancel messages (no posting). @@ -329,9 +318,9 @@ +control.newgroup Newsgroup creation control messages (no posting). +control.rmgroup Newsgroup removal control messages (no posting). +junk Unfiled articles (no posting). ---- ./nnrpd/nnrpd.c.orig 2010-04-07 09:25:39.000000000 +0000 -+++ ./nnrpd/nnrpd.c 2010-04-07 09:26:25.000000000 +0000 -@@ -540,6 +540,7 @@ StartConnection(unsigned short port) +--- ./nnrpd/nnrpd.c.orig 2014-05-17 08:24:49.000000000 +0000 ++++ ./nnrpd/nnrpd.c 2014-07-16 12:26:26.874925633 +0000 +@@ -541,6 +541,7 @@ StartConnection(unsigned short port) socklen_t length; size_t size; int nodelay = 1; @@ -339,7 +328,7 @@ memset(&Client, 0, sizeof(Client)); strlcpy(Client.host, "?", sizeof(Client.host)); -@@ -612,6 +613,8 @@ StartConnection(unsigned short port) +@@ -615,6 +616,8 @@ StartConnection(unsigned short port) * of overviews and slow answers on some architectures (like BSD/OS). */ setsockopt(STDIN_FILENO, IPPROTO_TCP, TCP_NODELAY, &nodelay, sizeof(nodelay)); @@ -348,14 +337,14 @@ notice("%s (%s) connect - port %u", Client.host, Client.ip, port); PERMgetaccess(NNRPACCESS); ---- ./profile.orig 2010-04-07 09:26:36.000000000 +0000 -+++ ./profile 2010-04-07 09:26:48.000000000 +0000 +--- ./profile.orig 2014-07-16 12:26:26.875925625 +0000 ++++ ./profile 2014-07-16 12:26:26.875925625 +0000 @@ -0,0 +1,3 @@ +PATH=/usr/lib/news/bin:/usr/lib/news/bin/control:$PATH +PATH=/usr/lib/news/lib:/usr/sbin:$PATH +export PATH ---- ./rc.orig 2010-04-07 09:28:08.000000000 +0000 -+++ ./rc 2010-04-07 09:27:54.000000000 +0000 +--- ./rc.orig 2014-07-16 12:26:26.875925625 +0000 ++++ ./rc 2014-07-16 12:26:26.875925625 +0000 @@ -0,0 +1,68 @@ +#! /bin/sh +# @@ -425,8 +414,8 @@ + exit 1 +esac +rc_exit ---- ./samples/cycbuff.conf.orig 2010-04-07 09:28:30.000000000 +0000 -+++ ./samples/cycbuff.conf 2010-04-07 09:28:56.000000000 +0000 +--- ./samples/cycbuff.conf.orig 2014-05-17 08:24:49.000000000 +0000 ++++ ./samples/cycbuff.conf 2014-07-16 12:26:26.875925625 +0000 @@ -28,9 +28,9 @@ refreshinterval:30 ## ## If you're trying to stay under 2 GB, keep your sizes below 2097152. @@ -440,96 +429,100 @@ ## 2. Meta-cyclic buffers ## Format: ---- ./samples/inn.conf.in.orig 2010-04-07 09:29:03.000000000 +0000 -+++ ./samples/inn.conf.in 2010-04-07 09:46:06.000000000 +0000 -@@ -21,7 +21,7 @@ mta: "@SENDMAIL@ -oi - organization: "A poorly-installed InterNetNews site" - ovmethod: tradindexed - hismethod: hisv6 --pathhost: @HOSTNAME@ -+#pathhost: localhost - pathnews: @prefix@ +--- ./samples/inn.conf.in.orig 2014-07-16 12:26:26.876925617 +0000 ++++ ./samples/inn.conf.in 2014-07-16 12:32:17.780226951 +0000 +@@ -21,7 +21,7 @@ mta: "@SENDMAIL@ + organization: "A poorly-installed InterNetNews site" + ovmethod: tradindexed + hismethod: hisv6 +-pathhost: @HOSTNAME@ ++#pathhost: localhost + pathnews: @prefix@ #runasuser: -@@ -40,15 +40,15 @@ artcutoff: 10 +@@ -40,15 +40,15 @@ artcutoff: 10 #bindaddress: #bindaddress6: - dontrejectfiltered: false --hiscachesize: 256 -+hiscachesize: 512 - ignorenewsgroups: false - immediatecancel: false - linecountfuzz: 0 --maxartsize: 1000000 -+maxartsize: 5000000 - maxconnections: 50 + dontrejectfiltered: false +-hiscachesize: 256 ++hiscachesize: 512 + ignorenewsgroups: false + immediatecancel: false + linecountfuzz: 0 +-maxartsize: 1000000 ++maxartsize: 5000000 + maxconnections: 50 #pathalias: #pathcluster: --pgpverify: @DO_PGPVERIFY@ -+pgpverify: true - port: 119 - refusecybercancels: false - remembertrash: true -@@ -78,7 +78,7 @@ xrefslave: false +-pgpverify: @DO_PGPVERIFY@ ++pgpverify: true + port: 119 + refusecybercancels: false + remembertrash: true +@@ -78,7 +78,7 @@ xrefslave: false # Reading --allownewnews: true -+allownewnews: false - articlemmap: true - clienttimeout: 1800 - initialtimeout: 10 -@@ -111,7 +111,7 @@ addnntppostinghost: true - checkincludedtext: false +-allownewnews: true ++allownewnews: false + articlemmap: true + clienttimeout: 1800 + initialtimeout: 10 +@@ -111,7 +111,7 @@ addnntppostinghost: true + checkincludedtext: false #complaints: #fromhost: --localmaxartsize: 1000000 -+localmaxartsize: 5000000 +-localmaxartsize: 1000000 ++localmaxartsize: 5000000 #moderatormailer: - nnrpdauthsender: false + nnrpdauthsender: false #nnrpdposthost: -@@ -140,7 +140,7 @@ backofftrigger: 10000 +@@ -140,7 +140,7 @@ backofftrigger: 10000 # Monitoring --doinnwatch: true -+doinnwatch: false - innwatchbatchspace: 4000 - innwatchlibspace: 25000 - innwatchloload: 1000 -@@ -155,8 +155,8 @@ innwatchspoolspace: 25000 - docnfsstat: false - incominglogfrequency: 200 - logartsize: true --logcancelcomm: false --logcycles: 3 -+logcancelcomm: true -+logcycles: 7 - logipaddr: true - logsitename: true - logstatus: false -@@ -164,8 +164,8 @@ logtrash: true - nnrpdoverstats: false - nntplinklog: false +-doinnwatch: true ++doinnwatch: false + innwatchbatchspace: 4000 + innwatchlibspace: 25000 + innwatchloload: 1000 +@@ -153,11 +153,11 @@ innwatchspoolspace: 25000 + # Logging + + docnfsstat: false +-htmlstatus: true ++htmlstatus: false + incominglogfrequency: 200 + logartsize: true +-logcancelcomm: false +-logcycles: 3 ++logcancelcomm: true ++logcycles: 7 + logipaddr: true + logsitename: true + logstatus: false +@@ -165,8 +165,8 @@ logtrash: true + nnrpdoverstats: false + nntplinklog: false #stathist: --status: 0 --timer: 0 -+status: 300 -+timer: 300 +-status: 0 +-timer: 0 ++status: 300 ++timer: 300 # System Tuning -@@ -182,7 +182,7 @@ nicekids: 4 - nicenewnews: 0 - nicennrpd: 0 - pauseretrytime: 300 --peertimeout: 3600 -+peertimeout: 1200 - rlimitnofile: -1 +@@ -183,7 +183,7 @@ nicekids: 4 + nicenewnews: 0 + nicennrpd: 0 + pauseretrytime: 300 +-peertimeout: 3600 ++peertimeout: 1200 + rlimitnofile: -1 # Paths ---- ./samples/moderators.orig 2010-04-07 09:49:59.000000000 +0000 -+++ ./samples/moderators 2010-04-07 09:51:07.000000000 +0000 +--- ./samples/moderators.orig 2014-05-17 08:24:49.000000000 +0000 ++++ ./samples/moderators 2014-07-16 12:26:26.876925617 +0000 @@ -22,14 +22,29 @@ ## Public hierarchies with exceptions. @@ -560,8 +553,8 @@ ukr.*:%[email protected] ## Direct all other public hierarchies to the master moderator database. ---- ./samples/storage.conf.orig 2010-04-07 09:51:35.000000000 +0000 -+++ ./samples/storage.conf 2010-04-07 09:51:42.000000000 +0000 +--- ./samples/storage.conf.orig 2014-05-17 08:24:49.000000000 +0000 ++++ ./samples/storage.conf 2014-07-16 12:26:26.877925610 +0000 @@ -25,7 +25,7 @@ method tradspool { @@ -571,8 +564,8 @@ } ## Here are some samples for a CNFS configuration. This assumes that you ---- ./scripts/rc.news.in.orig 2010-04-07 09:52:06.000000000 +0000 -+++ ./scripts/rc.news.in 2010-04-07 09:55:25.000000000 +0000 +--- ./scripts/rc.news.in.orig 2014-05-17 08:24:49.000000000 +0000 ++++ ./scripts/rc.news.in 2014-07-16 12:26:26.877925610 +0000 @@ -14,11 +14,11 @@ waitforpid() while [ $i -gt 0 ]; do @@ -671,9 +664,9 @@ } RMFILE=${MOST_LOGS}/expire.rm ---- ./site/Makefile.orig 2010-04-07 09:55:54.000000000 +0000 -+++ ./site/Makefile 2010-04-07 10:40:26.000000000 +0000 -@@ -140,15 +140,15 @@ $D$(PATH_ACTIVE): ; $(CP_DATA) active.m +--- ./site/Makefile.orig 2014-05-17 08:24:49.000000000 +0000 ++++ ./site/Makefile 2014-07-16 12:26:26.877925610 +0000 +@@ -145,15 +145,15 @@ $D$(PATH_ACTIVE): ; $(CP_DATA) active.m $D$(PATH_NEWSGROUPS): ; $(CP_DATA) newsgroups.minimal $@ $D$(PATH_ACTIVE_TIMES): touch $@ @@ -694,7 +687,7 @@ bootstrap: ---- ./subscriptions.orig 2010-04-07 09:56:39.000000000 +0000 -+++ ./subscriptions 2010-04-07 09:56:48.000000000 +0000 +--- ./subscriptions.orig 2014-07-16 12:26:26.878925605 +0000 ++++ ./subscriptions 2014-07-16 12:26:26.878925605 +0000 @@ -0,0 +1 @@ +news.announce.newusers ++++++ inn-2.5.2.tar.gz -> inn-2.5.4.tar.gz ++++++ ++++ 67819 lines of diff (skipped) ++++++ inn.keyring ++++++ --- /var/tmp/diff_new_pack.b1dBmy/_old 2014-07-17 06:58:30.000000000 +0200 +++ /var/tmp/diff_new_pack.b1dBmy/_new 2014-07-17 06:58:30.000000000 +0200 @@ -6,13 +6,6 @@ sub 2048R/5736DE75 2010-09-17 [expires: 2013-09-16] sub 4096R/E9769486 2009-05-29 [expires: 2015-09-16] -pub 1024D/0AFC7476 1999-02-10 -uid Russ Allbery <[email protected]> -uid Eagle <[email protected]> -uid Russ Allbery <[email protected]> -uid Russ Allbery <[email protected]> -sub 1024g/A4001A65 1999-02-10 - -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v2.0.19 (GNU/Linux) @@ -123,33 +116,6 @@ z/qA7fmDa4uN4FiM/rw809cRtFmoFw2HoO+ZuMO1Lof23Gh54mkYvu2XHbFleM9d XvUYzLj9qtUAyNdkeU286/vfrPGzCyJ2oK9wfTx6IUJdaPleT3I1fctyOjFxy7IV nF8se03YMnGTT7Gw5EGYupsGH3R4R5XlXUDHyGpCoEQEhGbhwYsLp7Lmcgvq0vIo -4opXhLuwdE0k9RPpHWrVa3CoFgRugJegZkLx4Rw0mQGiBDbA+TURBACvLVKbROK3 -w+QAIYRsskgjCbUnR2l5diPXcire29njt9I9fy2CogSLcFfjgthG/6m2b6tIDEug -+xfHngSzfYU9pXZY+1MpapSwcDXZ8spNYvL4LvvamhO7KLGl6IfH7FsLVWdsTEBV -HNS7qZxg/+0pwkvGV/TZ+EDVmtA0eOS93wCg3RT1ZwW30WDmVJMQ9XB8prQI1IcE -AI46yi8kCchhTATSXCVg0bTT3P/tVBGzeKxJUCU0SlV0wfM/6gSbAi//lwZ7AMYB -xLOoR/G3kdUxWy6156M4kwOIb52aha+c3VHU+pfsn2Y/T3dCj7fl1tbj/XbZ+uE7 -8JtlXS1snsO+r0jA0uA9YIDC6d5MOl1p0juT4rdgckOEA/0Rn35ZIedTbWN0E09v -XwggJWXWqr+kqLWYAjXfaDm7S9DhYMTvRWG/8ftwQso8lrIFVUF3Xp+Rll4txXiG -t7Si8tvQbVIQNZzgUuu9iyoPfGc8OlHcsPfynBEJIxKcZSwTxhfLhpkS+YOjcrJj -W7WeHFAPPNQO8hojJw2CJpRkDrQXRWFnbGUgPGVhZ2xlQGV5cmllLm9yZz6IYwQT -EQIAGwIXgAUCQr3tOAYLCQgHAwIDFQIDAxYCAQIeAQASB2VHUEcAAQEJEPmF40AK -/HR2H50AnRxWNE2MEaDi2iVkXBwNBfjkP+AKAJ9Tq1ETO75v8USY8/SzW8BOGjfo -MbQdUnVzcyBBbGxiZXJ5IDxycmFAZGViaWFuLm9yZz6IXgQTEQIAHgUCQ3qoBwIb -IwYLCQgHAwIDFQIDAxYCAQIeAQIXgAAKCRD5heNACvx0dsDGAKCbEMB7Oz6Zk8Ql -jEQAi7VkElQ0KQCcDRPzxo0xhqVFmQpre/BJqKJbLfi0H1J1c3MgQWxsYmVyeSA8 -cnJhQHN0YW5mb3JkLmVkdT6IZgQTEQIAHgIXgAIZAQUCQr3tIwYLCQgHAwIDFQID -AxYCAQIeAQASB2VHUEcAAQEJEPmF40AK/HR2yzsAoLvPq/rGoHul91cvb4Xe7V62 -68KmAJ479BRhYDoK83NJlz6CKzT4cfN4irQqUnVzcyBBbGxiZXJ5IDxlYWdsZUB3 -aW5kbG9yZC5zdGFuZm9yZC5lZHU+iGMEExECABsCF4AFAkK97TgGCwkIBwMCAxUC -AwMWAgECHgEAEgdlR1BHAAEBCRD5heNACvx0dh7JAKDS0fxOXFV5jmxu9NvqyWN/ -++ymUgCfefe7KWI6Dmybxln0kzwT3W/dIUK5AQ0ENsD5aRAEAKpIc1c7nvjU1aAa -qFuUSioBGmph/sUtn22MvUGZtaj9MMkKfCtakscSogGogyME4Vm+xsf8Ss33UpU8 -KDUCFYBh/XW+yCYDcYgmUqz9m2HS06rEm/cz4VOTRXxRH7eiq+OsJmZ4hSXfjyys -5NYxeDcaSmf8LjJx9oH1Me09exLvAAMFA/9jk3aDZpCIF/B5/jow6xIEUSiBwCqh -s+ZcNhEabrQ+Ca68hfUHePHKQ3+a9xAHYlmyItsVqg0FkMIWWHwcR1GDO0B9dveE -6uAMhKLsPPcPzNGv6pc15SdFAo+hoX3nVvi4WRQ+OT9dAjoi22bkeveTPNcexSJG -TLZYh/vGxo/iw4hOBBgRAgAGBQI2wPlpABIJEPmF40AK/HR2B2VHUEcAAQGwFwCd -EhuTt1BuW2mqzI+BCjXONWKnfDMAoM/p1NOIepzSVsJHm17wvLsA5c5A -=PLH+ +4opXhLuwdE0k9RPpHWrVa3CoFgRugJegZkLx4Rw0 +=jTDs -----END PGP PUBLIC KEY BLOCK----- -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
