Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Please unblock package publicsuffix

the publicsuffix package contains up-to-date descriptions of the
network environment.  in addition to capturing the most recent state
of the DNS's public cutpoints, the version in unstable closes three
non-controversial bugs (#855699, #855909, #840088) in a simple
fashion.

unblock publicsuffix/20170424.0717-1

-- System Information:
Debian Release: 9.0
  APT prefers testing-debug
  APT policy: (500, 'testing-debug'), (500, 'testing'), (200, 
'unstable-debug'), (200, 'unstable'), (1, 'experimental-debug'), (1, 
'experimental')
Architecture: amd64
 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru publicsuffix-20170117/debian/changelog 
publicsuffix-20170424.0717/debian/changelog
--- publicsuffix-20170117/debian/changelog      2017-01-23 23:45:46.000000000 
-0500
+++ publicsuffix-20170424.0717/debian/changelog 2017-05-16 23:47:27.000000000 
-0400
@@ -1,3 +1,41 @@
+publicsuffix (20170424.0717-1) unstable; urgency=medium
+
+  * new upstream version
+
+ -- Daniel Kahn Gillmor <d...@fifthhorseman.net>  Tue, 16 May 2017 23:47:27 
-0400
+
+publicsuffix (20170303.1601-1) unstable; urgency=medium
+
+  * new upstream version
+
+ -- Daniel Kahn Gillmor <d...@fifthhorseman.net>  Tue, 21 Mar 2017 13:04:44 
-0400
+
+publicsuffix (20170223.0049-1) unstable; urgency=medium
+
+  * new upstream version
+
+ -- Daniel Kahn Gillmor <d...@fifthhorseman.net>  Thu, 23 Feb 2017 09:44:06 
-0500
+
+publicsuffix (20170206.1059-2) unstable; urgency=medium
+
+  * keep the build reproducible (Closes: #855909)
+
+ -- Daniel Kahn Gillmor <d...@fifthhorseman.net>  Thu, 23 Feb 2017 09:28:52 
-0500
+
+publicsuffix (20170206.1059-1) unstable; urgency=medium
+
+  * new upstream version
+  * .dafsa now always post-dates .dat (Closes: #855699)
+  * mark publicsuffix Multi-Arch: foreign (Closes: #840088)
+
+ -- Daniel Kahn Gillmor <d...@fifthhorseman.net>  Tue, 21 Feb 2017 21:37:34 
-0500
+
+publicsuffix (20170202-1) unstable; urgency=medium
+
+  * new upstream version
+
+ -- Daniel Kahn Gillmor <d...@fifthhorseman.net>  Sat, 04 Feb 2017 12:06:14 
-0500
+
 publicsuffix (20170117-1) unstable; urgency=medium
 
   * new upstream version
diff -Nru publicsuffix-20170117/debian/control 
publicsuffix-20170424.0717/debian/control
--- publicsuffix-20170117/debian/control        2016-08-08 19:12:02.000000000 
-0400
+++ publicsuffix-20170424.0717/debian/control   2017-02-21 13:08:18.000000000 
-0500
@@ -12,6 +12,7 @@
 Provides: publicsuffix-dafsa
 Architecture: all
 Depends: ${misc:Depends}
+Multi-Arch: foreign
 Description: accurate, machine-readable list of domain name suffixes
  A machine-readable list of domain name suffixes that accept public
  registration.  Each suffix represents the part of a domain name which
diff -Nru publicsuffix-20170117/debian/new-upstream-version 
publicsuffix-20170424.0717/debian/new-upstream-version
--- publicsuffix-20170117/debian/new-upstream-version   2016-11-01 
17:16:06.000000000 -0400
+++ publicsuffix-20170424.0717/debian/new-upstream-version      2017-02-23 
09:41:16.000000000 -0500
@@ -4,7 +4,11 @@
 
 git remote update upstream
 git diff upstream..upstream/master
-date=$(git log -1 --date=short --pretty=format:%cd upstream/master | sed 
s/-//g)
+read -p "changes ok to continue? [y/N] " REPLY
+[ ${REPLY,,} = y ]
+date=$(date -u -d $(git log -1 --date=short --pretty=format:%cI 
upstream/master) +%Y%m%d.%H%M)
+git branch -D upstream
+git branch upstream upstream/master
 git tag "publicsuffix/${date}" upstream/master
 git merge -m "merge upstream changes to ${date}" "publicsuffix/${date}"
 git log -n30 upstream/master > debian/upstream-changes.txt
@@ -12,11 +16,7 @@
 dch --distribution unstable -v "${date}-1" 'new upstream version'
 git add debian/changelog
 git commit -m "new upstream version ${date}"
-gbp buildpackage -uc -us
-git branch -D upstream
-git branch upstream upstream/master
+gbp buildpackage --git-tag --changes-option=-S
 debian/rules clean
-gbp buildpackage --git-tag -S
-dupload ../publicsuffix_${date}-1_source.changes
+dupload "../publicsuffix_${date}-1_$(dpkg-architecture -q 
DEB_HOST_ARCH).changes"
 git push gdo --follow-tags master --follow-tags upstream
-
diff -Nru publicsuffix-20170117/debian/rules 
publicsuffix-20170424.0717/debian/rules
--- publicsuffix-20170117/debian/rules  2016-08-08 19:09:43.000000000 -0400
+++ publicsuffix-20170424.0717/debian/rules     2017-02-23 09:28:26.000000000 
-0500
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
+include /usr/share/dpkg/default.mk
+
 %:
        dh $@
 
@@ -10,4 +12,6 @@
 
 override_dh_auto_build:
        dh_auto_build
+       TZ=UTC touch -t $(subst .,,$(DEB_VERSION_UPSTREAM)) 
public_suffix_list.dat
        psl-make-dafsa --input-format=psl --output-format=binary 
public_suffix_list.dat public_suffix_list.dafsa
+       TZ=UTC touch -t $(subst .,,$(DEB_VERSION_UPSTREAM)).59 
public_suffix_list.dafsa
diff -Nru publicsuffix-20170117/debian/upstream-changes.txt 
publicsuffix-20170424.0717/debian/upstream-changes.txt
--- publicsuffix-20170117/debian/upstream-changes.txt   2017-01-23 
23:45:45.000000000 -0500
+++ publicsuffix-20170424.0717/debian/upstream-changes.txt      2017-05-16 
23:47:27.000000000 -0400
@@ -1,246 +1,200 @@
-commit 45a2bf8ef3e22000fbe4bfa5f9252db41d777001
-Author: sleevi <ryan.sle...@gmail.com>
-Date:   Tue Jan 17 20:04:06 2017 -0500
+commit cabeda8651aa3ca353cecca9c6bc8ad77cd04751
+Author: Simone Carletti <wep...@weppos.net>
+Date:   Mon Apr 24 09:17:11 2017 +0200
 
-    Add onion (#386)
-    
-    While "onion" does not appear within the root zone database, per RFC 7686, 
it is set aside as a special-use domain name, and explicitly called out as 
suitable for inclusion by IANA within the root zone database. Unlike other 
special-use domain names at this time, onion names that comply with RFC 7686 
meet the definition of ICP-3 for both community process and a globally unique 
namespace (through being bound to keys in a process that ensures two clients 
end up with the same resolution).
-    
-    Closes #374
+    Formatting
 
-commit 9ca0885df6b6867494927377d3c92509626ca0e9
-Author: Zack Allen <zma4...@gmail.com>
-Date:   Mon Jan 16 21:44:45 2017 -0500
+commit cae8dc77f5a6545dc6b43345ea6d6fcd517b29b9
+Author: Nikola Kotur <kotn...@gmail.com>
+Date:   Wed Apr 12 17:24:57 2017 +0200
 
-    Add additional private Fastly domains (#371)
+    Update Platform.sh / Commerce Guys SAS domains (#417)
 
-commit 4dc16db295da02a51f67be88529ab4cdaa2945cb
-Author: JungSJin <jungseok....@wdc.com>
-Date:   Fri Jan 6 07:18:56 2017 +0900
+commit dad263e4482aa3b0312d2d05b5e9ec554f395dea
+Author: Vladimir <originalbl...@mail.ru>
+Date:   Wed Apr 12 18:22:45 2017 +0300
 
-    Add remotewd.com for Western Digital
+    Add Mail.ru Group domains (#421)
 
-commit 7914f5961b3977f8dbc8ec90f02e26241be55c3e
-Author: Simone Carletti <wep...@weppos.net>
-Date:   Fri Dec 30 11:28:08 2016 +0100
+commit 9c1f8545b21c2775b6c84310741247aa9ddb65b4
+Author: bplaced <secur...@bplaced.net>
+Date:   Tue Apr 11 19:39:19 2017 +0200
 
-    Update list of .RU reserved domains (#359)
-    
-    See https://cctld.ru/en/domains/domens_ru/reserved/
-    
-    Before September 2009, .RU had a list of reserved domains and
-    geographical domains.
-    https://cctld.ru/ru/docs/archive/detail.php?ELEMENT_ID=3446
-    
-    At its meeting on 30 September 2009, the Council of the Coordination
-    Center for TLD .RU ruled to abolish special types of second-level domain
-    names in domain .RU.
-    
-    As a result, several suffixes become open for registration. The issue
-    was originally tracked in publicsuffix/list#206 but since then we had
-    several different tickets, some of them requesting single removals:
-    
-    - publicsuffix/list#206
-    - publicsuffix/list#344
-    - publicsuffix/list#345
-    - publicsuffix/list#340
-    - publicsuffix/list#338
-    - publicsuffix/list#206
-    - publicsuffix/list#43
-    - publicsuffix/list#44
+    Add bplaced network domains (#433)
 
-commit ccf94627f3bd7a685098539b295aa9ba5d7612e3
-Author: Jonathan shanks <jon.sha...@digital.homeoffice.gov.uk>
-Date:   Tue Dec 27 21:33:37 2016 +0000
+commit 3e1a690748eb65e7bcfa7254d7b3d646ceff6865
+Author: cschang2 <csch...@corp.url.com.tw>
+Date:   Wed Apr 12 01:36:41 2017 +0800
 
-    Add homeoffice.gov.uk (#342)
+    Add eDirect Corp domains (#398)
 
-commit 7d83f02a7b31f97982e74cd8b522ab56aa29cf07
-Author: 1GB LLC <n...@1gb.com.ua>
-Date:   Tue Dec 27 23:31:22 2016 +0200
+commit 689b85f8632d917827b5dc32997b37b004df4879
+Author: Patrick Linehan <pline...@plinehan.com>
+Date:   Tue Apr 11 10:25:26 2017 -0700
 
-    Add 1gb.ua domains (#353)
-    
-    * Add inf.ua, ltd.ua and cc.ua to PRIVATE section for 1gb.ua
+    Adding Quip domains (#427)
 
-commit 6911a4ab68fb5fe47f24c6e7690b67a03a54c1bf
-Author: SHEN SHENG <toma...@gmail.com>
-Date:   Thu Dec 22 20:18:42 2016 +0800
+commit cdc497d7551d3d1e669f48fb2287e6e3a79070e1
+Author: Jonas Schwartz <jonash...@gmail.com>
+Date:   Mon Apr 10 22:20:33 2017 +0200
 
-    Remove ro.com from Public Suffix List (#346)
+    Add Qutheory, LLC domains (#407)
 
-commit ffb052a26672745790ec8a3f78c50c03e4dc935d
-Author: TwoDNS Support Team <twodns-supp...@users.noreply.github.com>
-Date:   Fri Dec 16 12:29:11 2016 +0100
+commit c579355aca02c69d5367135a419c2829485c35fe
+Author: Sarun Intaralawan <sarun.intarala...@gmail.com>
+Date:   Tue Apr 11 02:05:32 2017 +0700
 
-    Adding TwoDNS TLD's to public_suffix_list.dat (#328)
-    
-    In general we have the same needs like other Dynamic DNS Providers. Like 
others we also have the problem that the owner, for example, of xyz.dd-dns.de 
is not able to set a cookie for dd-dns.de, which gets transmitted to all users 
of the specific dynamic 2nd level domain.
+    Update .ไทย domains (#408)
     
-    In Addition Firefox pulls in a lot of stuff to enhance the user experience 
for visitors of those sub domains - by using the PSL. So we would like to keep 
our request up and hope we soon could be added to the list.
+    Refer to item 5.10.1 of 
https://www.thnic.co.th/doc/dotthai_policy_pp20110107[draft][en].pdf
 
-commit 3c5bae7c0a06e186e3f4a800e2484fea5cf6bc3d
-Author: mpk <g...@mindprotectionkit.com>
-Date:   Fri Dec 16 10:59:02 2016 +0100
+commit 7ebf9399140dcf2fd77c46ce1d5defb01b1fe1d4
+Author: Matias Villanueva <matias.villanu...@openmailbox.org>
+Date:   Mon Apr 10 16:00:11 2017 -0300
 
-    Add Amune.org to Public Suffix List (#357)
-    
-    We offer Browser VMs inside a web browser and need an entry in Public 
Suffix List to improve integration into client browsers (history, security).
+    Update .ar ccTLD (#406)
     
-    We are hosting VMs containing web browsing engines on behalf of our 
customers to make it more clear.
+    Add musica.ar SLD per https://nic.ar/nic-argentina/normativa-vigente
 
-commit 4b50ee2463c4e79f3b7a33ed3495acb8a4eab37e
-Author: Simone Carletti <wep...@weppos.net>
-Date:   Sun Dec 11 16:43:23 2016 +0000
+commit 0cadf40d335da64b56d73ce0b31675d8753fc392
+Author: Fabien Potencier <fab...@potencier.org>
+Date:   Mon Apr 10 11:57:49 2017 -0700
 
-    Sort .NI
+    Add SensioLabs, SAS domains (#423)
 
-commit 66dfa5b1ff84180e40a0171398a3538002d50ec1
-Author: tparkercbn <tpar...@cbnco.com>
-Date:   Sun Dec 11 04:06:48 2016 -0500
+commit 387c30de530e765666ee7af4fd03d2fec17b5c74
+Author: wernermo <m...@mwerner.eu>
+Date:   Fri Apr 7 21:15:31 2017 +0200
 
-    Added .ni as a valid user registerable domain. (#336)
-    
-    These domains have now been made available to Nicaraguan corporations.
-    
-    Examples of this are:
-    - loto.ni
-    - nic.ni
+    Add Uberspace domains (#432)
 
-commit 114609d1547f407fe358b4a18cad13ee356860b3
-Author: Frédéric VANNIÈRE <f.vanni...@planet-work.com>
-Date:   Fri Dec 9 23:55:32 2016 +0100
+commit c10064fbd3e3c2d0fe8fa3d483767873a8b42809
+Author: mhardeman <mharde...@users.noreply.github.com>
+Date:   Fri Apr 7 14:12:40 2017 -0500
 
-    Added on-web.fr (Planet-Work shared hosting) (#349)
+    Adding IPiFony Systems, Inc. domains (#429)
 
-commit bb0be1b211e3620360d3ed91bcf13fda8d1378de
-Author: lawells <lawe...@amazon.com>
-Date:   Fri Dec 9 17:51:55 2016 -0500
+commit e1b659ac5a1a3a25016130866a5769942b022ced
+Author: sleevi <ryan.sle...@gmail.com>
+Date:   Fri Apr 7 15:05:29 2017 -0400
 
-    Adding wildcard for *.s3.amazonaws.com, ca-central-1 AWS region and 
changing Amazon contact info (#351)
+    Correct Fedora domain sorting
+    
+    Correct the improper sorting from Issue #414
 
-commit a3f3ae4271c54ce470a5f580d8dd6ec445c20c21
-Author: marcan-euskal <mar...@euskalencounter.org>
-Date:   Thu Dec 8 09:38:21 2016 +0900
+commit 17904ad8c87726393df1148c8b2bd7f4597e3ea8
+Author: sh1r0 <sh...@users.noreply.github.com>
+Date:   Sat Apr 8 03:01:01 2017 +0800
 
-    Add user.party.eus to PRIVATE section (#348)
+    Add Synology, Inc. domains (#415)
 
-commit ce298f35d329b7765c73843efca3b46b7dd4ad34
-Author: VolgogradAdministrator <ad...@volganet.ru>
-Date:   Sun Dec 4 14:40:02 2016 +0300
+commit 18054b7c2154f1aeb352942396321e76adaa22a5
+Author: Patrick Uiterwijk <patr...@puiterwijk.org>
+Date:   Fri Apr 7 21:00:08 2017 +0200
 
-    Remove volgograd.ru from Public Suffix List (#340)
+    Add Fedora domains (#414)
 
-commit b48ff55eab9b82ebc88762eed45277448d1f4f79
-Author: sleevi <ryan.sle...@gmail.com>
-Date:   Mon Nov 28 17:15:18 2016 -0800
+commit 64c2e94d5f19950768884093b1dba813a0a1383c
+Author: James Kennedy <jken...@users.noreply.github.com>
+Date:   Fri Apr 7 11:57:41 2017 -0700
 
-    Merge new gTLDs up through 2016-11-29 (#341)
+    Add A.W. AdvisorWebsites.com Software Inc domains (#413)
 
-commit 7484355b7842c471e17f5c257a4833d1d50e2bf4
-Author: lawells <lawe...@amazon.com>
-Date:   Mon Nov 28 19:08:08 2016 -0500
+commit b904b40b839ef5afbd65c8d16b0862bc9a07eda5
+Author: Khash Sajadi <kh...@users.noreply.github.com>
+Date:   Fri Apr 7 19:55:54 2017 +0100
 
-    Update Amazon AWS domains (#259)
-    
-    * Added ap-south-1 and us-east-2 website and dualstack S3 domains
-    * Simplifying ELB, EC2 and Elastic Beanstalk domains using wildcard syntax
+    Add Cloud66 domains (#409)
 
-commit 429a3098a6142d8492927f67bb6795c1cc3e9c80
-Author: Mitch Schwenk <yo...@sillyme.com>
-Date:   Tue Nov 22 17:15:41 2016 -0800
+commit 01a564dc1d6bef0d292f0aa1d330d780187a802f
+Author: Andrew Sampson <and...@codeusa523.org>
+Date:   Fri Apr 7 14:50:28 2017 -0400
 
-    Added dynamic domains for Yombo (#331)
+    Add Octopodal Solutions, LLC domains (#404)
 
-commit 6f8ce33da2a871c6c403993a0551c1a2f91b04f7
-Author: Erik Kaareng-Sunde <e...@enonic.com>
-Date:   Tue Nov 22 12:13:39 2016 +0100
+commit de2480fb6414366af4e203d8451a6caf75683fa1
+Author: Eihrister <dan...@mostertman.org>
+Date:   Fri Apr 7 20:44:07 2017 +0200
 
-    Added Enonic Cloud domains to list (#330)
+    Add XS4ALL Internet bv domains (#397)
 
-commit 64b2f5999cd80016423db5dd085298568361e91d
-Author: Feste-IP-net <supp...@feste-ip.net>
-Date:   Mon Nov 21 16:59:19 2016 +0100
+commit 4d93eb7451ff3bce334b5d2f9e0729a6222e825b
+Author: AJ ONeal <a...@daplie.com>
+Date:   Fri Apr 7 12:42:09 2017 -0600
 
-    DynamicDNS and Portmapping Service Feste-IP.net (#295)
-    
-    Add feste-ip.net and other domains from COSIMO GmbH
+    Update Daplie, Inc domains (#388)
 
-commit def2d60cd5e1d733011c72190c9f31a212c90206
-Author: Andreas Schnederle-Wagner <schnede...@futureweb.at>
-Date:   Sat Nov 19 17:11:30 2016 +0100
+commit e415a0ebe9937e5eb6096b508d145cbe297187ed
+Author: garphy / Simon <gar...@zone84.net>
+Date:   Fri Apr 7 20:35:44 2017 +0200
 
-    Update Futureweb OG Private Domains (#332)
+    Add Ici la Lune hosting domain (#370)
     
-    Customer level domains for Cloud CMS - Frontend arbitrary User Content & 
Backend Administration - Frontend + Backend Cookies - need seperation for 
security reasons
+    Add Ici la Lune hosting domain
 
-commit 41a519ad34cf86ff4470b967d9e4755d72b63a6c
-Author: Adam Jimenez <adam.jime...@gmail.com>
-Date:   Thu Nov 10 20:25:03 2016 +0000
+commit ac5d63440c0afe5f12384bc5e5d5485e1b7be88c
+Author: Rushmore Mushambi <rushm...@webenchanter.com>
+Date:   Tue Apr 4 22:18:45 2017 +0200
 
-    Add shiftedit.io (#302)
+    Update .zw extensions (#369)
 
-commit 989532b9e573d4b34d93c1a873a329c95e2d21fe
-Author: Olli Vanhoja <olli.vanh...@gmail.com>
-Date:   Thu Nov 10 12:06:16 2016 +0200
+commit bfa03f766df5084e2e5f1d2d2ea917aa8e656c1f
+Author: ceecko <cee...@users.noreply.github.com>
+Date:   Tue Apr 4 17:45:38 2017 +0200
 
-    Add now.sh (#317)
-    
-    We issue subdomains of now.sh to our customers for their deployments.
+    Additional evennode.com domains (#428)
 
-commit efd14ba15673c72232f77cf71d49931acce0d33a
-Author: Naugrimm <naugr...@users.noreply.github.com>
-Date:   Thu Nov 10 11:04:46 2016 +0100
+commit 6efe629f1ae212f6d8a1dffd3ddf999c3c597b36
+Author: Martin A. Brown <mabr...@fastly.com>
+Date:   Fri Mar 31 12:05:40 2017 -0700
 
-    Securepoint Dynamic DNS - spdyn (#235)
-    
-    We think the domains our customers use should appear in the PSL, so 
someone who owns a.spdns.de can not set a cookie for .spdns.de that gets 
transmitted to all other users of this 2nd-level-domain.
+    Include fastly.net subdomain for related services (#424)
 
-commit 75ad59c2a3a9e7e35af8569c0ae581de5daa1d92
-Author: Simone Carletti <wep...@weppos.net>
-Date:   Wed Nov 9 10:00:26 2016 +0100
+commit 03089bfe4aa5b7a2e291f33e07a28d20f875cb83
+Author: Philip Hutchins <phutch...@users.noreply.github.com>
+Date:   Fri Mar 3 11:01:32 2017 -0500
 
-    Update .JP suffix as requested (#329)
-    
-    > The correction is as follows;
-    >
-    > please update the "jp" section of PUBLIC SUFFIX LIST.
-    > (remove "hitoyoshi.kumamoto.jp","kashima.kumamoto.jp")
-    >
-    > The attached file is correct.
-    > Please confirm it.
+    adding storj.farm for Storj Labs Inc. (#400)
 
-commit 922865bf80b3d22954b557348e3f5d1cc4bb0321
-Author: ddnss <postmas...@ddnss.de>
-Date:   Tue Nov 8 21:29:18 2016 +0100
+commit 1b9ceb762bda9cba75066b8be3c73aed634fd82f
+Author: sleevi <ryan.sle...@gmail.com>
+Date:   Wed Feb 22 16:49:01 2017 -0800
 
-    Add ddnss.org domains (#180)
-    
-    * Add the ddnss.org set of dynamic DNS domains
+    Add new gTLDs up to 2017-02-23 (#405)
 
-commit af4e0025714478a353d4dc1740091cb9b50d07e6
-Author: Antonis Kalipetis <akalipe...@gmail.com>
-Date:   Fri Nov 4 19:43:15 2016 +0200
+commit 07c79d469fd5e42ca90caf7c5569547c3ceb4da5
+Author: Simone Carletti <wep...@weppos.net>
+Date:   Mon Feb 6 11:59:44 2017 +0100
 
-    Add apps.lair.io and stolos.io to the list
+    Add .RU and .SU geographic suffixes owned by FAITID (#384)
+    
+    Follow up to GH-359. See also GH-380, GH-377.
+    
+    This commit is also related to
+    https://bugzilla.mozilla.org/show_bug.cgi?id=1134993
+    However, I need to follow up with FATID because it's not clear the
+    boundary between the current list of .SU suffices, and the provided one.
+    
+    Removed duplicate .SU suffixes.
 
-commit 2f024848fa4bb2b1255f703526debdb6ec5db2c5
-Author: Chen Fu <topche...@qq.com>
-Date:   Fri Oct 28 17:19:14 2016 +0800
+commit 37e30d13801eaad3383b122c11d8091c7ac21040
+Author: lawells <lawe...@amazon.com>
+Date:   Thu Feb 2 18:19:37 2017 -0500
 
-    Add more domains for sinacloud (#121)
+    Removing s3.amazonaws.com wildcard, adding AWS eu-west-2 regional 
endpoints (#387)
 
-commit 783e00650a99832dee90a9632d03c6a181872688
-Author: Matthias Burtscher <matthias.burtsc...@fusonic.net>
-Date:   Fri Oct 21 22:29:44 2016 +0200
+commit 45a2bf8ef3e22000fbe4bfa5f9252db41d777001
+Author: sleevi <ryan.sle...@gmail.com>
+Date:   Tue Jan 17 20:04:06 2017 -0500
 
-    Add myfusion.cloud (#306)
+    Add onion (#386)
+    
+    While "onion" does not appear within the root zone database, per RFC 7686, 
it is set aside as a special-use domain name, and explicitly called out as 
suitable for inclusion by IANA within the root zone database. Unlike other 
special-use domain names at this time, onion names that comply with RFC 7686 
meet the definition of ICP-3 for both community process and a globally unique 
namespace (through being bound to keys in a process that ensures two clients 
end up with the same resolution).
+    
+    Closes #374
 
-commit 7347ef5dca6ea1ccecb7d3dde00cf43002d2f3f1
-Author: Simone Carletti <wep...@weppos.net>
-Date:   Thu Oct 20 12:39:23 2016 +0200
+commit 9ca0885df6b6867494927377d3c92509626ca0e9
+Author: Zack Allen <zma4...@gmail.com>
+Date:   Mon Jan 16 21:44:45 2017 -0500
 
-    Add .CY suffix as per registry request (#321)
-    
-    > We register domain name directly to .cy (as second level domains)
-    > only to specific organization
+    Add additional private Fastly domains (#371)
diff -Nru publicsuffix-20170117/public_suffix_list.dat 
publicsuffix-20170424.0717/public_suffix_list.dat
--- publicsuffix-20170117/public_suffix_list.dat        2017-01-23 
23:45:46.000000000 -0500
+++ publicsuffix-20170424.0717/public_suffix_list.dat   2017-04-24 
03:17:11.000000000 -0400
@@ -171,7 +171,7 @@
 // aq : https://en.wikipedia.org/wiki/.aq
 aq
 
-// ar : https://nic.ar/normativa-vigente.xhtml
+// ar : https://nic.ar/nic-argentina/normativa-vigente
 ar
 com.ar
 edu.ar
@@ -179,6 +179,7 @@
 gov.ar
 int.ar
 mil.ar
+musica.ar
 net.ar
 org.ar
 tur.ar
@@ -5864,38 +5865,6 @@
 
 // su : https://en.wikipedia.org/wiki/.su
 su
-adygeya.su
-arkhangelsk.su
-balashov.su
-bashkiria.su
-bryansk.su
-dagestan.su
-grozny.su
-ivanovo.su
-kalmykia.su
-kaluga.su
-karelia.su
-khakassia.su
-krasnodar.su
-kurgan.su
-lenug.su
-mordovia.su
-msk.su
-murmansk.su
-nalchik.su
-nov.su
-obninsk.su
-penza.su
-pokrovsk.su
-sochi.su
-spb.su
-togliatti.su
-troitsk.su
-tula.su
-tuva.su
-vladikavkaz.su
-vladimir.su
-vologda.su
 
 // sv : http://www.svnet.org.sv/niveldos.pdf
 sv
@@ -6763,6 +6732,12 @@
 // xn--o3cw4h ("Thai", Thai) : TH
 // http://www.thnic.co.th
 ไทย
+ศึกษา.ไทย
+ธุรกิจ.ไทย
+รัฐบาล.ไทย
+ทหาร.ไทย
+เน็ต.ไทย
+องค์กร.ไทย
 
 // xn--pgbs0dh ("Tunisia", Arabic) : TN
 // http://nic.tn
@@ -6825,11 +6800,16 @@
 org.zm
 sch.zm
 
-// zw : https://en.wikipedia.org/wiki/.zw
-*.zw
-
+// zw : https://www.potraz.gov.zw/
+// Confirmed by registry <bmten...@potraz.gov.zw> 2017-01-25
+zw
+ac.zw
+co.zw
+gov.zw
+mil.zw
+org.zw
 
-// List of new gTLDs imported from https://newgtlds.icann.org/newgtlds.csv on 
2016-11-29T01:06:51Z
+// List of new gTLDs imported from https://newgtlds.icann.org/newgtlds.csv on 
2017-02-23T00:46:09Z
 
 // aaa : 2015-02-26 American Automobile Association, Inc.
 aaa
@@ -7761,9 +7741,6 @@
 // dvr : 2016-05-26 Hughes Satellite Systems Corporation
 dvr
 
-// dwg : 2015-07-23 Autodesk, Inc.
-dwg
-
 // earth : 2014-12-04 Interlink Co., Ltd.
 earth
 
@@ -8331,9 +8308,6 @@
 // ifm : 2014-01-30 ifm electronic gmbh
 ifm
 
-// iinet : 2014-07-03 Connect West Pty. Ltd.
-iinet
-
 // ikano : 2015-07-09 Ikano S.A.
 ikano
 
@@ -8901,9 +8875,6 @@
 // mutual : 2015-04-02 Northwestern Mutual MU TLD Registry, LLC
 mutual
 
-// mutuelle : 2015-06-18 Fédération Nationale de la Mutualité Française
-mutuelle
-
 // nab : 2015-08-20 National Australia Bank Limited
 nab
 
@@ -9402,6 +9373,9 @@
 // rsvp : 2014-05-08 Charleston Road Registry Inc.
 rsvp
 
+// rugby : 2016-12-15 World Rugby Strategic Developments Limited
+rugby
+
 // ruhr : 2013-10-02 regiodot GmbH & Co. KG
 ruhr
 
@@ -9828,9 +9802,6 @@
 // theatre : 2015-05-07
 theatre
 
-// theguardian : 2015-04-30 Guardian News and Media Limited
-theguardian
-
 // tiaa : 2015-07-23 Teachers Insurance and Annuity Association of America
 tiaa
 
@@ -9978,7 +9949,7 @@
 // verisign : 2015-08-13 VeriSign, Inc.
 verisign
 
-// versicherung : 2014-03-20 dotversicherung-registry GmbH
+// versicherung : 2014-03-20
 versicherung
 
 // vet : 2014-03-06
@@ -10203,9 +10174,6 @@
 // xn--4gbrim : 2013-10-04 Suhub Electronic Establishment
 موقع
 
-// xn--4gq48lf9j : 2015-07-31 Wal-Mart Stores, Inc.
-一号店
-
 // xn--55qw42g : 2013-11-08 China Organizational Name Administration Center
 公益
 
@@ -10266,7 +10234,7 @@
 // xn--cg4bki : 2013-09-27 SAMSUNG SDS CO., LTD
 삼성
 
-// xn--czr694b : 2014-01-16 Dot Trademark TLD Holding Company Limted
+// xn--czr694b : 2014-01-16 Dot Trademark TLD Holding Company Limited
 商标
 
 // xn--czrs0t : 2013-12-19 Wild Island, LLC
@@ -10323,7 +10291,7 @@
 // xn--i1b6b1a6a2e : 2013-11-14 Public Interest Registry
 संगठन
 
-// xn--imr513n : 2014-12-11 Dot Trademark TLD Holding Company Limted
+// xn--imr513n : 2014-12-11 Dot Trademark TLD Holding Company Limited
 餐厅
 
 // xn--io0a7i : 2013-11-14 Computer Network Information Center of Chinese 
Academy of Sciences (China Internet Network Information Center)
@@ -10534,7 +10502,7 @@
 // Submitted by Donavan Miller <donav...@amazon.com>
 cloudfront.net
 
-// Amazon Elastic Compute Cloud: https://aws.amazon.com/ec2/
+// Amazon Elastic Compute Cloud : https://aws.amazon.com/ec2/
 // Submitted by Luke Wells <psl-maintain...@amazon.com>
 *.compute.amazonaws.com
 *.compute-1.amazonaws.com
@@ -10553,7 +10521,7 @@
 
 // Amazon S3 : https://aws.amazon.com/s3/
 // Submitted by Luke Wells <psl-maintain...@amazon.com>
-*.s3.amazonaws.com
+s3.amazonaws.com
 s3-ap-northeast-1.amazonaws.com
 s3-ap-northeast-2.amazonaws.com
 s3-ap-south-1.amazonaws.com
@@ -10562,6 +10530,7 @@
 s3-ca-central-1.amazonaws.com
 s3-eu-central-1.amazonaws.com
 s3-eu-west-1.amazonaws.com
+s3-eu-west-2.amazonaws.com
 s3-external-1.amazonaws.com
 s3-fips-us-gov-west-1.amazonaws.com
 s3-sa-east-1.amazonaws.com
@@ -10574,6 +10543,7 @@
 s3.cn-north-1.amazonaws.com.cn
 s3.ca-central-1.amazonaws.com
 s3.eu-central-1.amazonaws.com
+s3.eu-west-2.amazonaws.com
 s3.us-east-2.amazonaws.com
 s3.dualstack.ap-northeast-1.amazonaws.com
 s3.dualstack.ap-northeast-2.amazonaws.com
@@ -10583,6 +10553,7 @@
 s3.dualstack.ca-central-1.amazonaws.com
 s3.dualstack.eu-central-1.amazonaws.com
 s3.dualstack.eu-west-1.amazonaws.com
+s3.dualstack.eu-west-2.amazonaws.com
 s3.dualstack.sa-east-1.amazonaws.com
 s3.dualstack.us-east-1.amazonaws.com
 s3.dualstack.us-east-2.amazonaws.com
@@ -10598,6 +10569,7 @@
 s3-website.ap-south-1.amazonaws.com
 s3-website.ca-central-1.amazonaws.com
 s3-website.eu-central-1.amazonaws.com
+s3-website.eu-west-2.amazonaws.com
 s3-website.us-east-2.amazonaws.com
 
 // Amune : https://amune.org/
@@ -10628,6 +10600,11 @@
 // Submitted by Andreas Weise <a.we...@avm.de>
 myfritz.net
 
+// AW AdvisorWebsites.com Software Inc : https://advisorwebsites.com
+// Submitted by James Kennedy <doma...@advisorwebsites.com>
+*.awdev.ca
+*.advisor.ws
+
 // backplane : https://www.backplane.io
 // Submitted by Anthony Voutas <anth...@backplane.io>
 backplaneapp.io
@@ -10644,11 +10621,20 @@
 // Submitted by Axel Fontaine <a...@boxfuse.com>
 boxfuse.io
 
+// bplaced : https://www.bplaced.net/
+// Submitted by Miroslav Bozic <secur...@bplaced.net>
+square7.ch
+bplaced.com
+bplaced.de
+square7.de
+bplaced.net
+square7.net
+
 // BrowserSafetyMark
 // Submitted by Dave Tharp <browsersafetymark...@quicinc.com>
 browsersafetymark.io
 
-// callidomus: https://www.callidomus.com/
+// callidomus : https://www.callidomus.com/
 // Submitted by Marcus Popp <ad...@callidomus.com>
 mycd.eu
 
@@ -10718,6 +10704,10 @@
 // Submitted by Leon Rowland <l...@clearvox.nl>
 virtueeldomein.nl
 
+// Cloud66 : https://www.cloud66.com/
+// Submitted by Khash Sajadi <kh...@cloud66.com>
+c66.me
+
 // cloudControl : https://www.cloudcontrol.com/
 // Submitted by Tobias Wilken <t...@cloudcontrol.com>
 cloudcontrolled.com
@@ -10756,11 +10746,7 @@
 co.nl
 co.no
 
-// Commerce Guys, SAS
-// Submitted by Damien Tournoud <dam...@commerceguys.com>
-*.platform.sh
-
-// COSIMO GmbH http://www.cosimo.de
+// COSIMO GmbH : http://www.cosimo.de
 // Submitted by Rene Marticke <rmarti...@cosimo.de>
 dyn.cosidns.de
 dynamisches-dns.de
@@ -10792,6 +10778,7 @@
 // Daplie, Inc : https://daplie.com
 // Submitted by AJ ONeal <a...@daplie.com>
 daplie.me
+localhost.daplie.me
 
 // Dansk.net : http://www.dansk.net/
 // Submitted by Anani Voule <digi...@digital.co.dk>
@@ -11125,7 +11112,7 @@
 ddnss.org
 
 // dynv6 : https://dynv6.com
-// Submitted by Dominik Menke <d...@digineo.de> 2016-01-18
+// Submitted by Dominik Menke <d...@digineo.de>
 dynv6.net
 
 // E4YOU spol. s.r.o. : https://e4you.cz/
@@ -11200,28 +11187,121 @@
 // Submitted by Michal Kralik <supp...@evennode.com>
 eu-1.evennode.com
 eu-2.evennode.com
+eu-3.evennode.com
 us-1.evennode.com
 us-2.evennode.com
+us-3.evennode.com
+
+// eDirect Corp. : https://hosting.url.com.tw/
+// Submitted by C.S. chang <csch...@corp.url.com.tw>
+twmail.cc
+twmail.net
+twmail.org
+mymailer.com.tw
+url.tw
 
 // Facebook, Inc.
 // Submitted by Peter Ruibal <public-suf...@fb.com>
 apps.fbsbx.com
 
+// FAITID : https://faitid.org/
+// Submitted by Maxim Alzoba <tech.cont...@faitid.org>
+// https://www.flexireg.net/stat_info
+ru.net
+adygeya.ru
+bashkiria.ru
+bir.ru
+cbg.ru
+com.ru
+dagestan.ru
+grozny.ru
+kalmykia.ru
+kustanai.ru
+marine.ru
+mordovia.ru
+msk.ru
+mytis.ru
+nalchik.ru
+nov.ru
+pyatigorsk.ru
+spb.ru
+vladikavkaz.ru
+vladimir.ru
+abkhazia.su
+adygeya.su
+aktyubinsk.su
+arkhangelsk.su
+armenia.su
+ashgabad.su
+azerbaijan.su
+balashov.su
+bashkiria.su
+bryansk.su
+bukhara.su
+chimkent.su
+dagestan.su
+east-kazakhstan.su
+exnet.su
+georgia.su
+grozny.su
+ivanovo.su
+jambyl.su
+kalmykia.su
+kaluga.su
+karacol.su
+karaganda.su
+karelia.su
+khakassia.su
+krasnodar.su
+kurgan.su
+kustanai.su
+lenug.su
+mangyshlak.su
+mordovia.su
+msk.su
+murmansk.su
+nalchik.su
+navoi.su
+north-kazakhstan.su
+nov.su
+obninsk.su
+penza.su
+pokrovsk.su
+sochi.su
+spb.su
+tashkent.su
+termez.su
+togliatti.su
+troitsk.su
+tselinograd.su
+tula.su
+tuva.su
+vladikavkaz.su
+vladimir.su
+vologda.su
+
 // Fastly Inc. : http://www.fastly.com/
 // Submitted by Fastly Security <secur...@fastly.com>
+fastlylb.net
+map.fastlylb.net
+freetls.fastly.net
 map.fastly.net
 a.prod.fastly.net
 global.prod.fastly.net
 a.ssl.fastly.net
 b.ssl.fastly.net
 global.ssl.fastly.net
-fastlylb.net
-map.fastlylb.net
 
 // Featherhead : https://featherhead.xyz/
 // Submitted by Simon Menke <si...@featherhead.xyz>
 fhapp.xyz
 
+// Fedora : https://fedoraproject.org/
+// submitted by Patrick Uiterwijk <puiterw...@fedoraproject.org>
+fedorainfracloud.org
+fedorapeople.org
+cloud.fedoraproject.org
+
 // Firebase, Inc.
 // Submitted by Chris Raynor <ch...@firebase.com>
 firebaseapp.com
@@ -11385,6 +11465,10 @@
 herokuapp.com
 herokussl.com
 
+// Ici la Lune : http://www.icilalune.com/
+// Submitted by Simon Morvan <si...@icilalune.com>
+moonscale.net
+
 // iki.fi
 // Submitted by Hannu Aronsson <h...@iki.fi>
 iki.fi
@@ -11423,6 +11507,10 @@
 sp.leg.br
 to.leg.br
 
+// IPiFony Systems, Inc. : https://www.ipifony.com/
+// Submitted by Matthew Hardeman <mharde...@ipifony.com>
+ipifony.net
+
 // Joyent : https://www.joyent.com/
 // Submitted by Brian Bennett <brian.benn...@joyent.com>
 *.triton.zone
@@ -11448,6 +11536,10 @@
 // Submitted by Damien Tournoud <dtournoud@magento.cloud>
 *.magentosite.cloud
 
+// Mail.Ru Group : https://hb.cldmail.ru
+// Submitted by Ilya Zaretskiy <zarets...@corp.mail.ru>
+hb.cldmail.ru
+
 // Meteor Development Group : https://www.meteor.com/hosting
 // Submitted by Pierre Carrier <pie...@meteor.com>
 meteorapp.com
@@ -11575,6 +11667,10 @@
 // Submitted by Matthew Brown <mattbr...@nyc.mn>
 nyc.mn
 
+// Octopodal Solutions, LLC. : https://ulterius.io/
+// Submitted by Andrew Sampson <and...@ulterius.io>
+cya.gg
+
 // One Fold Media : http://www.onefoldmedia.com/
 // Submitted by Eddie Jones <ed...@onefoldmedia.com>
 nid.io
@@ -11628,6 +11724,11 @@
 // Submitted by Frédéric VANNIÈRE <f.vanni...@planet-work.com>
 on-web.fr
 
+// Platform.sh : https://platform.sh
+// Submitted by Nikola Kotur <nik...@platform.sh>
+*.platform.sh
+*.platformsh.site
+
 // prgmr.com : https://prgmr.com/
 // Submitted by Sarah Newman <ow...@prgmr.com>
 xen.prgmr.com
@@ -11654,6 +11755,15 @@
 alpha-myqnapcloud.com
 myqnapcloud.com
 
+// Quip : https://quip.com
+// Submitted by Patrick Linehan <pline...@quip.com>
+*.quipelements.com
+
+// Qutheory LLC : http://qutheory.io
+// Submitted by Jonas Schwartz <jo...@qutheory.io>
+vapor.cloud
+vaporcloud.io
+
 // Rackmaze LLC : https://www.rackmaze.com
 // Submitted by Kirill Pertsev <k...@rackmaze.com>
 rackmaze.com
@@ -11695,6 +11805,10 @@
 myfirewall.org
 spdns.org
 
+// SensioLabs, SAS : https://sensiolabs.com/
+// Submitted by Fabien Potencier <fabien.potenc...@sensiolabs.com>
+*.sensiosite.cloud
+
 // Service Online LLC : http://drs.ua/
 // Submitted by Serhii Bulakh <supp...@drs.ua>
 biz.ua
@@ -11742,6 +11856,10 @@
 // Submitted by Lina He <i...@stackspace.io>
 stackspace.space
 
+// Storj Labs Inc. : https://storj.io/
+// Submitted by Philip Hutchins <hostmas...@storj.io>
+storj.farm
+
 // Synology, Inc. : https://www.synology.com/
 // Submitted by Rony Weng <ronyw...@synology.com>
 diskstation.me
@@ -11757,6 +11875,7 @@
 i234.me
 myds.me
 synology.me
+vpnplus.to
 
 // TAIFUN Software AG : http://taifun-software.de
 // Submitted by Bjoern Henke <dev-ser...@taifun-software.de>
@@ -11800,6 +11919,10 @@
 synology-diskstation.de
 synology-ds.de
 
+// Uberspace : https://uberspace.de
+// Submitted by Moritz Werner <mwer...@jonaspasche.com>
+uber.space
+
 // UDR Limited : http://www.udr.hk.com
 // Submitted by registry <hostmas...@udr.hk.com>
 hk.com
@@ -11823,6 +11946,10 @@
 // Submitted by Yuvi Panda <yuvipa...@wikimedia.org>
 wmflabs.org
 
+// XS4ALL Internet bv : https://www.xs4all.nl/
+// Submitted by Daniel Mostertman <unixbeheer+publicsuf...@xs4all.net>
+xs4all.space
+
 // Yola : https://www.yola.com/
 // Submitted by Stefano Rivera <stef...@yola.com>
 yolasite.com

Reply via email to