Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lightdm-mini-greeter: update to 0.5.1.
@ 2022-11-04  0:03 FKD13
  2022-11-04  0:32 ` paper42
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: FKD13 @ 2022-11-04  0:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1422 bytes --]

There is a new pull request by FKD13 against master on the void-packages repository

https://github.com/FKD13/void-packages master
https://github.com/void-linux/void-packages/pull/40324

lightdm-mini-greeter: update to 0.5.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

When testing the build locally I noticed this overwrote the `/etc/lightdm/lightdm-mini-greeter.conf`. I don't know if this is an issue? If so how do I fix this behavior?


A patch file from https://github.com/void-linux/void-packages/pull/40324.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-40324.patch --]
[-- Type: text/x-diff, Size: 1115 bytes --]

From e798b23365c6b242ef4dd85ea0ab89c34de81f72 Mon Sep 17 00:00:00 2001
From: Francis <francisklinck@gmail.com>
Date: Fri, 4 Nov 2022 00:52:08 +0000
Subject: [PATCH] lightdm-mini-greeter: update to 0.5.1.

---
 srcpkgs/lightdm-mini-greeter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lightdm-mini-greeter/template b/srcpkgs/lightdm-mini-greeter/template
index d4e830cb2fca..11156714d608 100644
--- a/srcpkgs/lightdm-mini-greeter/template
+++ b/srcpkgs/lightdm-mini-greeter/template
@@ -1,6 +1,6 @@
 # Template file for 'lightdm-mini-greeter'
 pkgname=lightdm-mini-greeter
-version=0.3.4
+version=0.5.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config automake"
@@ -11,7 +11,7 @@ maintainer="Alif Rachmawadi <arch@subosito.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/prikhi/lightdm-mini-greeter"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=6276b5ce6c97b7685788a41969c01335007cfc0163d9d6fd16462cff70622831
+checksum=2c48b6686209d9e2940da4dcbb7d5fea2caf68f5a2a11270f536bbdb625ca677
 
 pre_configure() {
 	./autogen.sh

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: lightdm-mini-greeter: update to 0.5.1.
  2022-11-04  0:03 [PR PATCH] lightdm-mini-greeter: update to 0.5.1 FKD13
@ 2022-11-04  0:32 ` paper42
  2022-11-04  0:33 ` paper42
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-11-04  0:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40324#issuecomment-1302822636

Comment:
set comf_files

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: lightdm-mini-greeter: update to 0.5.1.
  2022-11-04  0:03 [PR PATCH] lightdm-mini-greeter: update to 0.5.1 FKD13
  2022-11-04  0:32 ` paper42
@ 2022-11-04  0:33 ` paper42
  2022-11-04  0:36 ` paper42
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-11-04  0:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40324#issuecomment-1302822636

Comment:
set conf_files

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: lightdm-mini-greeter: update to 0.5.1.
  2022-11-04  0:03 [PR PATCH] lightdm-mini-greeter: update to 0.5.1 FKD13
  2022-11-04  0:32 ` paper42
  2022-11-04  0:33 ` paper42
@ 2022-11-04  0:36 ` paper42
  2022-11-04 11:46 ` [PR PATCH] [Updated] " FKD13
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-11-04  0:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 225 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40324#issuecomment-1302822636

Comment:
* set $conf_files
* add $changelog
* don't use the $homepage variable in $distfiles

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] lightdm-mini-greeter: update to 0.5.1.
  2022-11-04  0:03 [PR PATCH] lightdm-mini-greeter: update to 0.5.1 FKD13
                   ` (2 preceding siblings ...)
  2022-11-04  0:36 ` paper42
@ 2022-11-04 11:46 ` FKD13
  2022-11-04 18:20 ` paper42
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: FKD13 @ 2022-11-04 11:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1427 bytes --]

There is an updated pull request by FKD13 against master on the void-packages repository

https://github.com/FKD13/void-packages master
https://github.com/void-linux/void-packages/pull/40324

lightdm-mini-greeter: update to 0.5.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

When testing the build locally I noticed this overwrote the `/etc/lightdm/lightdm-mini-greeter.conf`. I don't know if this is an issue? If so how do I fix this behavior?


A patch file from https://github.com/void-linux/void-packages/pull/40324.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-40324.patch --]
[-- Type: text/x-diff, Size: 2549 bytes --]

From e798b23365c6b242ef4dd85ea0ab89c34de81f72 Mon Sep 17 00:00:00 2001
From: Francis <francisklinck@gmail.com>
Date: Fri, 4 Nov 2022 00:52:08 +0000
Subject: [PATCH 1/2] lightdm-mini-greeter: update to 0.5.1.

---
 srcpkgs/lightdm-mini-greeter/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lightdm-mini-greeter/template b/srcpkgs/lightdm-mini-greeter/template
index d4e830cb2fca..11156714d608 100644
--- a/srcpkgs/lightdm-mini-greeter/template
+++ b/srcpkgs/lightdm-mini-greeter/template
@@ -1,6 +1,6 @@
 # Template file for 'lightdm-mini-greeter'
 pkgname=lightdm-mini-greeter
-version=0.3.4
+version=0.5.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config automake"
@@ -11,7 +11,7 @@ maintainer="Alif Rachmawadi <arch@subosito.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/prikhi/lightdm-mini-greeter"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=6276b5ce6c97b7685788a41969c01335007cfc0163d9d6fd16462cff70622831
+checksum=2c48b6686209d9e2940da4dcbb7d5fea2caf68f5a2a11270f536bbdb625ca677
 
 pre_configure() {
 	./autogen.sh

From 86473f186796579a6620d57b97f01f9e46eab971 Mon Sep 17 00:00:00 2001
From: Francis <francisklinck@gmail.com>
Date: Fri, 4 Nov 2022 12:44:29 +0000
Subject: [PATCH 2/2] lightdm-mini-greeter: update to 0.5.1.

---
 srcpkgs/lightdm-mini-greeter/template | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lightdm-mini-greeter/template b/srcpkgs/lightdm-mini-greeter/template
index 11156714d608..c63f54a767ff 100644
--- a/srcpkgs/lightdm-mini-greeter/template
+++ b/srcpkgs/lightdm-mini-greeter/template
@@ -3,14 +3,16 @@ pkgname=lightdm-mini-greeter
 version=0.5.1
 revision=1
 build_style=gnu-configure
+conf_files="/etc/lightdm/lightdm-mini-greeter.conf"
 hostmakedepends="pkg-config automake"
 makedepends="gtk+3-devel lightdm-devel libxklavier-devel"
 depends="lightdm hicolor-icon-theme"
-short_desc="A Minimal, Configurable, Single-User GTK3 LightDM Greeter"
+short_desc="Minimal, Configurable, Single-User GTK3 LightDM Greeter"
 maintainer="Alif Rachmawadi <arch@subosito.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/prikhi/lightdm-mini-greeter"
-distfiles="${homepage}/archive/${version}.tar.gz"
+changelog="https://raw.githubusercontent.com/prikhi/lightdm-mini-greeter/master/CHANGELOG.md"
+distfiles="https://github.com/prikhi/lightdm-mini-greeter/archive/${version}.tar.gz"
 checksum=2c48b6686209d9e2940da4dcbb7d5fea2caf68f5a2a11270f536bbdb625ca677
 
 pre_configure() {

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: lightdm-mini-greeter: update to 0.5.1.
  2022-11-04  0:03 [PR PATCH] lightdm-mini-greeter: update to 0.5.1 FKD13
                   ` (3 preceding siblings ...)
  2022-11-04 11:46 ` [PR PATCH] [Updated] " FKD13
@ 2022-11-04 18:20 ` paper42
  2022-11-04 19:33 ` [PR PATCH] [Updated] " FKD13
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-11-04 18:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40324#issuecomment-1303974013

Comment:
squash the commits

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] lightdm-mini-greeter: update to 0.5.1.
  2022-11-04  0:03 [PR PATCH] lightdm-mini-greeter: update to 0.5.1 FKD13
                   ` (4 preceding siblings ...)
  2022-11-04 18:20 ` paper42
@ 2022-11-04 19:33 ` FKD13
  2022-11-09  7:53 ` FKD13
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: FKD13 @ 2022-11-04 19:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1427 bytes --]

There is an updated pull request by FKD13 against master on the void-packages repository

https://github.com/FKD13/void-packages master
https://github.com/void-linux/void-packages/pull/40324

lightdm-mini-greeter: update to 0.5.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

When testing the build locally I noticed this overwrote the `/etc/lightdm/lightdm-mini-greeter.conf`. I don't know if this is an issue? If so how do I fix this behavior?


A patch file from https://github.com/void-linux/void-packages/pull/40324.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-40324.patch --]
[-- Type: text/x-diff, Size: 1580 bytes --]

From d96edbd0fa017b344c11e68cce7dfc530c731d85 Mon Sep 17 00:00:00 2001
From: Francis <francisklinck@gmail.com>
Date: Fri, 4 Nov 2022 00:52:08 +0000
Subject: [PATCH] lightdm-mini-greeter: update to 0.5.1.

---
 srcpkgs/lightdm-mini-greeter/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/lightdm-mini-greeter/template b/srcpkgs/lightdm-mini-greeter/template
index d4e830cb2fca..c63f54a767ff 100644
--- a/srcpkgs/lightdm-mini-greeter/template
+++ b/srcpkgs/lightdm-mini-greeter/template
@@ -1,17 +1,19 @@
 # Template file for 'lightdm-mini-greeter'
 pkgname=lightdm-mini-greeter
-version=0.3.4
+version=0.5.1
 revision=1
 build_style=gnu-configure
+conf_files="/etc/lightdm/lightdm-mini-greeter.conf"
 hostmakedepends="pkg-config automake"
 makedepends="gtk+3-devel lightdm-devel libxklavier-devel"
 depends="lightdm hicolor-icon-theme"
-short_desc="A Minimal, Configurable, Single-User GTK3 LightDM Greeter"
+short_desc="Minimal, Configurable, Single-User GTK3 LightDM Greeter"
 maintainer="Alif Rachmawadi <arch@subosito.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/prikhi/lightdm-mini-greeter"
-distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=6276b5ce6c97b7685788a41969c01335007cfc0163d9d6fd16462cff70622831
+changelog="https://raw.githubusercontent.com/prikhi/lightdm-mini-greeter/master/CHANGELOG.md"
+distfiles="https://github.com/prikhi/lightdm-mini-greeter/archive/${version}.tar.gz"
+checksum=2c48b6686209d9e2940da4dcbb7d5fea2caf68f5a2a11270f536bbdb625ca677
 
 pre_configure() {
 	./autogen.sh

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] lightdm-mini-greeter: update to 0.5.1.
  2022-11-04  0:03 [PR PATCH] lightdm-mini-greeter: update to 0.5.1 FKD13
                   ` (5 preceding siblings ...)
  2022-11-04 19:33 ` [PR PATCH] [Updated] " FKD13
@ 2022-11-09  7:53 ` FKD13
  2022-11-09  7:55 ` FKD13
  2022-11-10 19:26 ` [PR PATCH] [Merged]: " paper42
  8 siblings, 0 replies; 10+ messages in thread
From: FKD13 @ 2022-11-09  7:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1427 bytes --]

There is an updated pull request by FKD13 against master on the void-packages repository

https://github.com/FKD13/void-packages master
https://github.com/void-linux/void-packages/pull/40324

lightdm-mini-greeter: update to 0.5.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

When testing the build locally I noticed this overwrote the `/etc/lightdm/lightdm-mini-greeter.conf`. I don't know if this is an issue? If so how do I fix this behavior?


A patch file from https://github.com/void-linux/void-packages/pull/40324.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-40324.patch --]
[-- Type: text/x-diff, Size: 1580 bytes --]

From 848c51f9a328eb9952f074fd520a2c4d66fc174c Mon Sep 17 00:00:00 2001
From: Francis <francisklinck@gmail.com>
Date: Fri, 4 Nov 2022 00:52:08 +0000
Subject: [PATCH] lightdm-mini-greeter: update to 0.5.1.

---
 srcpkgs/lightdm-mini-greeter/template | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/lightdm-mini-greeter/template b/srcpkgs/lightdm-mini-greeter/template
index d4e830cb2fca..c63f54a767ff 100644
--- a/srcpkgs/lightdm-mini-greeter/template
+++ b/srcpkgs/lightdm-mini-greeter/template
@@ -1,17 +1,19 @@
 # Template file for 'lightdm-mini-greeter'
 pkgname=lightdm-mini-greeter
-version=0.3.4
+version=0.5.1
 revision=1
 build_style=gnu-configure
+conf_files="/etc/lightdm/lightdm-mini-greeter.conf"
 hostmakedepends="pkg-config automake"
 makedepends="gtk+3-devel lightdm-devel libxklavier-devel"
 depends="lightdm hicolor-icon-theme"
-short_desc="A Minimal, Configurable, Single-User GTK3 LightDM Greeter"
+short_desc="Minimal, Configurable, Single-User GTK3 LightDM Greeter"
 maintainer="Alif Rachmawadi <arch@subosito.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/prikhi/lightdm-mini-greeter"
-distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=6276b5ce6c97b7685788a41969c01335007cfc0163d9d6fd16462cff70622831
+changelog="https://raw.githubusercontent.com/prikhi/lightdm-mini-greeter/master/CHANGELOG.md"
+distfiles="https://github.com/prikhi/lightdm-mini-greeter/archive/${version}.tar.gz"
+checksum=2c48b6686209d9e2940da4dcbb7d5fea2caf68f5a2a11270f536bbdb625ca677
 
 pre_configure() {
 	./autogen.sh

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: lightdm-mini-greeter: update to 0.5.1.
  2022-11-04  0:03 [PR PATCH] lightdm-mini-greeter: update to 0.5.1 FKD13
                   ` (6 preceding siblings ...)
  2022-11-09  7:53 ` FKD13
@ 2022-11-09  7:55 ` FKD13
  2022-11-10 19:26 ` [PR PATCH] [Merged]: " paper42
  8 siblings, 0 replies; 10+ messages in thread
From: FKD13 @ 2022-11-09  7:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 178 bytes --]

New comment by FKD13 on void-packages repository

https://github.com/void-linux/void-packages/pull/40324#issuecomment-1308350596

Comment:
branch was outdated, rebased on master

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Merged]: lightdm-mini-greeter: update to 0.5.1.
  2022-11-04  0:03 [PR PATCH] lightdm-mini-greeter: update to 0.5.1 FKD13
                   ` (7 preceding siblings ...)
  2022-11-09  7:55 ` FKD13
@ 2022-11-10 19:26 ` paper42
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-11-10 19:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1276 bytes --]

There's a merged pull request on the void-packages repository

lightdm-mini-greeter: update to 0.5.1.
https://github.com/void-linux/void-packages/pull/40324

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

When testing the build locally I noticed this overwrote the `/etc/lightdm/lightdm-mini-greeter.conf`. I don't know if this is an issue? If so how do I fix this behavior?


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-11-10 19:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-04  0:03 [PR PATCH] lightdm-mini-greeter: update to 0.5.1 FKD13
2022-11-04  0:32 ` paper42
2022-11-04  0:33 ` paper42
2022-11-04  0:36 ` paper42
2022-11-04 11:46 ` [PR PATCH] [Updated] " FKD13
2022-11-04 18:20 ` paper42
2022-11-04 19:33 ` [PR PATCH] [Updated] " FKD13
2022-11-09  7:53 ` FKD13
2022-11-09  7:55 ` FKD13
2022-11-10 19:26 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).