Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package publicsuffix for openSUSE:Factory 
checked in at 2021-02-04 20:22:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/publicsuffix (Old)
 and      /work/SRC/openSUSE:Factory/.publicsuffix.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "publicsuffix"

Thu Feb  4 20:22:17 2021 rev:61 rq:868308 version:20210128

Changes:
--------
--- /work/SRC/openSUSE:Factory/publicsuffix/publicsuffix.changes        
2021-01-20 18:23:20.907305334 +0100
+++ /work/SRC/openSUSE:Factory/.publicsuffix.new.28504/publicsuffix.changes     
2021-02-04 20:22:19.626666664 +0100
@@ -1,0 +2,19 @@
+Mon Feb  1 09:45:07 UTC 2021 - Martin Pluskal <mplus...@suse.com>
+
+- Update to version 20210128:
+  * Add Appspace to PSL (#1197)
+  * add torproject.net (#1196)
+  * Public suffixes KU Leuven (#1194)
+  * added clickrising.net (#1192)
+  * Add hosting and paas from OVHcloud (#1193)
+  * add missing IDN ccTLDs:  for Bahrain and Laos ( .xn--mgbcpq6gpa1a and 
.xn--q7ce6a ) (#1175)
+  * Add try-snowplow.com to PSL (#1184)
+  * Update public_suffix_list.dat (#1189)
+  * Update public_suffix_list.dat (#1187)
+  * removal of scapp.io and applicationcloud.io (#1186)
+  * Update public_suffix_list.dat (#1185)
+  * Added fireweb.app to PSL (#1181)
+  * Update and rename tld-update.yml to tld-update.yml.hold
+  * CI: Add Github Actions workflow for TLD updates PRs. (#1166)
+
+-------------------------------------------------------------------

Old:
----
  publicsuffix-20210108.obscpio

New:
----
  publicsuffix-20210128.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ publicsuffix.spec ++++++
--- /var/tmp/diff_new_pack.ceufAb/_old  2021-02-04 20:22:20.398667840 +0100
+++ /var/tmp/diff_new_pack.ceufAb/_new  2021-02-04 20:22:20.402667846 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           publicsuffix
-Version:        20210108
+Version:        20210128
 Release:        0
 Summary:        Cross-vendor public domain suffix database
 License:        MPL-2.0

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ceufAb/_old  2021-02-04 20:22:20.458667931 +0100
+++ /var/tmp/diff_new_pack.ceufAb/_new  2021-02-04 20:22:20.458667931 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">https://github.com/publicsuffix/list.git</param>
-          <param 
name="changesrevision">b870902ef14c3599d197b3d775b78af2c7c32863</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">3c1add017dd9b8ee81ca490f75262d067af53f7d</param></service></servicedata>
\ No newline at end of file

++++++ publicsuffix-20210108.obscpio -> publicsuffix-20210128.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/publicsuffix-20210108/.github/workflows/tld-update.yml.hold 
new/publicsuffix-20210128/.github/workflows/tld-update.yml.hold
--- old/publicsuffix-20210108/.github/workflows/tld-update.yml.hold     
1970-01-01 01:00:00.000000000 +0100
+++ new/publicsuffix-20210128/.github/workflows/tld-update.yml.hold     
2021-01-28 10:17:32.000000000 +0100
@@ -0,0 +1,47 @@
+# Put this automation on hold, until it is able to ignore changes that only 
update the header timestamp.
+name: tld-update
+on:
+  schedule:
+    # Run every hour, at the 15 minute mark. E.g.
+    # 2020-11-29 00:15:00 UTC, 2020-11-29 01:15:00 UTC, 2020-11-29 02:15:00 UTC
+    - cron:  '15 * * * *'
+jobs:
+  psl-gtld-update:
+    name: Check for TLD data updates
+    runs-on: ubuntu-latest
+    steps:
+
+      - name: Check out code
+        uses: actions/checkout@v2
+
+      - name: Set up Go
+        uses: actions/setup-go@v2
+        with:
+          go-version: ^1.15
+
+      - name: Set current date
+        id: get-date
+        run: echo "::set-output name=now::$(date +'%Y-%m-%dT%H:%M:%S %Z')"
+
+      - name: Run patchnewgtlds
+        run: tools/patchnewgtlds
+
+      - name: Create pull-request
+        id: cpr
+        uses: peter-evans/create-pull-request@v3
+        with:
+          token: "${{ secrets.BOT_PAT }}"
+          push-to-fork: tld-update-bot/list
+          commit-message: "util: gTLD data autopull updates for ${{ 
steps.get-date.outputs.now }}"
+          title: "util: gTLD autopull updates for ${{ 
steps.get-date.outputs.now }}"
+          body: "Public suffix list gTLD data updates from 
`tools/patchnewgtlds` for ${{ steps.get-date.outputs.now }}."
+          committer: "GitHub <nore...@github.com>"
+          author: "GitHub <nore...@github.com>"
+          labels: tld-update
+          branch: psl-gtld-update
+          delete-branch: true
+
+      - name: Check outputs
+        run: |
+          echo "Pull Request Number - ${{ 
steps.cpr.outputs.pull-request-number }}"
+          echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/publicsuffix-20210108/public_suffix_list.dat 
new/publicsuffix-20210128/public_suffix_list.dat
--- old/publicsuffix-20210108/public_suffix_list.dat    2021-01-08 
14:09:18.000000000 +0100
+++ new/publicsuffix-20210128/public_suffix_list.dat    2021-01-28 
10:17:32.000000000 +0100
@@ -6805,6 +6805,9 @@
 // xn--90ae ("bg", Bulgarian) : BG
 ????
 
+// xn--mgbcpq6gpa1a ("albahrain", Arabic) : BH
+??????????????
+
 // xn--90ais ("bel", Belarusian/Russian Cyrillic) : BY
 // Operated by .by registry
 ??????
@@ -6937,6 +6940,9 @@
 // xn--80ao21a ("Kaz", Kazakh) : KZ
 ??????
 
+// xn--q7ce6a ("Lao", Lao) : LA
+?????????
+
 // xn--fzc2c9e2c ("Lanka", Sinhalese-Sinhala) : LK
 // https://nic.lk
 ????????????
@@ -7062,7 +7068,13 @@
 xxx
 
 // ye : http://www.y.net.ye/services/domain_name.htm
-*.ye
+ye
+com.ye
+edu.ye
+gov.ye
+net.ye
+mil.ye
+org.ye
 
 // za : https://www.zadna.org.za/content/page/domain-information/
 ac.za
@@ -10786,6 +10798,11 @@
 // Submitted by Apigee Security Team <secur...@apigee.com>
 apigee.io
 
+// Appspace : https://www.appspace.com
+// Submitted by Appspace Security Team <secur...@appspace.com>
+appspacehosted.com
+appspaceusercontent.com
+
 // Aptible : https://www.aptible.com/
 // Submitted by Thomas Orozco <tho...@aptible.com>
 on-aptible.com
@@ -10990,6 +11007,10 @@
 // Submitted by Mathilde Blanchemanche <mathi...@clic2000.fr>
 clic2000.net
 
+// ClickRising : https://clickrising.com/
+// Submitted by Umut Gumeli <infrastructure-publicsuffixl...@clickrising.com>
+clickrising.net
+
 // Cloud66 : https://www.cloud66.com/
 // Submitted by Khash Sajadi <kh...@cloud66.com>
 c66.me
@@ -11808,6 +11829,10 @@
 // Submitted by Chris Raynor <ch...@firebase.com>
 firebaseapp.com
 
+// Firewebkit : https://www.firewebkit.com
+// Submitted by Majid Qureshi <mqure...@amrayn.com>
+fireweb.app
+
 // FLAP : https://www.flap.cloud
 // Submitted by Louis Chemineau <lo...@chmn.me>
 flap.id
@@ -11839,6 +11864,10 @@
 // Submitted by Daniel Stone <dan...@fooishbar.org>
 freedesktop.org
 
+// freemyip.com : https://freemyip.com
+// Submitted by Cadence <cont...@freemyip.com>
+freemyip.com
+
 // FunkFeuer - Verein zur F??rderung freier Netze : https://www.funkfeuer.at
 // Submitted by Daniel A. Maierhofer <vorst...@funkfeuer.at>
 wien.funkfeuer.at
@@ -12314,6 +12343,11 @@
 // Submitted by DisposaBoy <secur...@oya.to>
 oya.to
 
+// Katholieke Universiteit Leuven: https://www.kuleuven.be
+// Submitted by Abuse KU Leuven <ab...@kuleuven.be>
+kuleuven.cloud
+ezproxy.kuleuven.be
+
 // .KRD : http://nic.krd/data/krd/Registration%20Policy.pdf
 co.krd
 edu.krd
@@ -12509,8 +12543,11 @@
 // Submitted by Paul Cammish <keld...@mythic-beasts.com>
 hostedpi.com
 customer.mythic-beasts.com
+caracal.mythic-beasts.com
+fentiger.mythic-beasts.com
 lynx.mythic-beasts.com
 ocelot.mythic-beasts.com
+oncilla.mythic-beasts.com
 onza.mythic-beasts.com
 sphinx.mythic-beasts.com
 vs.mythic-beasts.com
@@ -12805,6 +12842,11 @@
 // Submitted by Duarte Santos <domain-ad...@outsystemscloud.com>
 outsystemscloud.com
 
+// OVHcloud: https://ovhcloud.com
+// Submitted by Vincent Cass?? <vincent.ca...@ovhcloud.com>
+*.webpaas.ovh.net
+*.hosting.ovh.net
+
 // OwnProvider GmbH: http://www.ownprovider.com
 // Submitted by Jan Moennich <jan.moenn...@ownprovider.com>
 ownprovider.com
@@ -13118,6 +13160,10 @@
 // Submitted by Aral Balkan <a...@small-tech.org>
 small-web.org
 
+// Snowplow Analytics : https://snowplowanalytics.com/
+// Submitted by Ian Streeter <i...@snowplowanalytics.com>
+try-snowplow.com
+
 // Stackhero : https://www.stackhero.io
 // Submitted by Adrien Gillon <adrien+public-suffix-l...@stackhero.io>
 stackhero-network.com
@@ -13166,11 +13212,6 @@
 // Submitted by Dan Miller <d...@sub6.com>
 temp-dns.com
 
-// Swisscom Application Cloud: https://developer.swisscom.com
-// Submitted by Matthias.Winzeler <matthias.winze...@swisscom.com>
-applicationcloud.io
-scapp.io
-
 // Symfony, SAS : https://symfony.com/
 // Submitted by Fabien Potencier <fab...@symfony.com>
 *.s5y.io
@@ -13239,6 +13280,11 @@
 azimuth.network
 tlon.network
 
+// Tor Project, Inc. : https://torproject.org
+// Submitted by Antoine Beaupr?? <anar...@torproject.org
+torproject.net
+pages.torproject.net
+
 // TownNews.com : http://www.townnews.com
 // Submitted by Dustin Ward <dw...@townnews.com>
 bloxcms.com

++++++ publicsuffix.obsinfo ++++++
--- /var/tmp/diff_new_pack.ceufAb/_old  2021-02-04 20:22:20.578668114 +0100
+++ /var/tmp/diff_new_pack.ceufAb/_new  2021-02-04 20:22:20.578668114 +0100
@@ -1,5 +1,5 @@
 name: publicsuffix
-version: 20210108
-mtime: 1610111358
-commit: b870902ef14c3599d197b3d775b78af2c7c32863
+version: 20210128
+mtime: 1611825452
+commit: 3c1add017dd9b8ee81ca490f75262d067af53f7d
 

Reply via email to