On Sat, Jan 18, 2025 at 09:54:21PM -0800, Robin H. Johnson wrote:
> Hi everybody,
> (please send replies to gentoo-proj...@lists.gentoo.org)
>
> As an FYI only, what should be a low-impact change, the hosting location
> of lists.gentoo.org will be changing.
This migration has
Hi everybody,
(please send replies to gentoo-proj...@lists.gentoo.org)
As an FYI only, what should be a low-impact change, the hosting location
of lists.gentoo.org will be changing.
As a first step, the outbound mail routing will be adjusted to go via
dev.gentoo.org for that, to ease the transiti
On Thu, Nov 28, 2024 at 10:36:36AM -0500, Eli Schwartz wrote:
> This doesn't test a useful property.
>
> People cannot "remove" compromised keys from a keyserver to begin with.
> If they did, then checking to build the package with GENTOO_MIRRORS=
> DISTDIR=$(mktemp -d) is a significantly more use
On Tue, Oct 22, 2024 at 11:24:29PM -0400, Eli Schwartz wrote:
> Apache has a mirror network, which only covers the most recent release
> of any given package. They also have an additional site which does not
> appear to be a CDN, and is throttled and can maybe ban you if you use it
> too much. Unfo
Request to devs and others who have push privileges to repos hosted on
git.gentoo.org: please report any breakages after today's minor blip.
p.s. At some point in the near future, the git service will flip to a
newer host
--
Robin Hugh Johnson
Gentoo Linux: Dev, Infra Lead, Foundation Treasurer
There wasn't an introduction message to this series, but I wanted to
raise the discussion.
We only JUST got rid of the last EAPI6 ebuilds in the main tree.
There are overlays that still have EAPI6 ebuilds - and depend on these
ebuilds.
When is an expected time for all of those ebuilds to migrate
On Tue, Aug 20, 2024 at 06:06:17PM +0200, Paul Zander wrote:
> >> Especially, the many warnings mentioned by grozin are still
> >> there. With the patched virtualx.eclass, I still see more than thousand
> >> messages in Xvfb.log:
> >> libEGL warning: failed to open /dev/dri/card0: Permission de
On Mon, Aug 19, 2024 at 09:49:28PM +0200, Ulrich Mueller wrote:
> > I pushed a fix to virtualx.eclass for you.
> That addpredict looks like a workaround, not like a real fix of the
> problem.
It's a fix in that it correctly tells Sandbox that upstream mesas use a
predictive fopen(..., RDWR) and Gen
On Sun, Aug 18, 2024 at 04:20:05PM +, Andrey Grozin wrote:
> On Sat, 17 Aug 2024, Paul Zander wrote:
> > Check the logfile at ${T}/Xvfb.log
> Recently I've upgraded mesa to 24.2.0. Can this problem be related to this
> upgrade?
...
> Can anybody with the current mesa try to emerge fricas[doc]
On Sat, Aug 17, 2024 at 02:46:53PM +, Andrey Grozin wrote:
> Hello *,
>
> Until recently, fricas[doc] used to emerge fine. Today, when trying to do
> so, I get zillion
>
> F: open_wr
> S: deny
> P: /dev/dri/card0
> A: /dev/dri/card0
> R: /dev/dri/card0
> C: Xvfb -displayfd 1 -screen 0 1280x1
On Sun, Aug 04, 2024 at 08:30:57PM +0200, Andreas K. Huettel wrote:
> Hi Arthur,
>
> > a. Splitting ppc64 keyword into ppc64 and ppc64le
>
> > b. Splitting riscv keyword into riscv(64?) and riscv32
...
> Step 2: Formally introduce the new keywords in ebuilds by duplication.
> Any "ppc64" in keyw
Hi,
I'd like to put a call out for additional maintainers for the LDAP herd:
Three packages in the herd:
dev-db/lmdb
net-nds/openldap
sys-auth/nss_ldap
Plus other LDAP packages that are in maintainer-needed:
acct-group/ldap
acct-user/ldap
net-nds/ldapvi
sys-auth/pam_ldap
sys-fs/ldapfuse
There a
The G15 keyboard stack need a new maintainer.
My last G15-based keyboard died a few months ago, and I cannot test these
anymore.
Given the poor upstream code quality, I strongly suggest last-rites if nobody
is found.
app-misc/g15composer
app-misc/g15daemon
app-misc/g15macro
app-misc/g15message
a
(Full disclosure: I presently work for a non-FAANG cloud company
with a primary business focus in providing GPU access, for AI & other
workloads; I don't feel that is a conflict of interest, but understand
that others might not feel the same way).
Yes, we need to formally address the concerns.
How
On Mon, Feb 26, 2024 at 08:01:28AM +0100, z...@gentoo.org wrote:
> Am 26.02.24 um 07:31 schrieb Robin H. Johnson:
> > Allow checking any runtime path for installing ever-larger packages.
> >
> > CHECKREQS_DISK_RUNTIME=( /boot:40M /:350M /opt:500M )
>
> In the example
Signed-off-by: Robin H. Johnson
---
.../intel-microcode-20231114_p20231114.ebuild | 13 +++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git
a/sys-firmware/intel-microcode/intel-microcode-20231114_p20231114.ebuild
b/sys-firmware/intel-microcode/intel-microcode
Allow checking any runtime path for installing ever-larger packages.
CHECKREQS_DISK_RUNTIME=( /boot:40M /:350M /opt:500M )
Recent example of large packages:
gentoo-kernel-bin:
/ >=350MB/version (in /lib/modules)
/boot >=40MB/version
rust-bin:
/opt >=450MB/version
Signed-off-by
On Mon, Feb 19, 2024 at 02:08:32PM -0800, Robin H. Johnson wrote:
> Allow checking more disk space, for users with many split volumes and
> ever-larger packages.
>
> gentoo-kernel-bin:
> / >=350MB/version (in /lib/modules)
> /boot >=40MB/version
>
> rust-bin:
&g
Allow checking more disk space, for users with many split volumes and
ever-larger packages.
gentoo-kernel-bin:
/ >=350MB/version (in /lib/modules)
/boot >=40MB/version
rust-bin:
/opt >=450MB/version
Signed-off-by: Robin H. Johnson
---
eclass/check-reqs.ec
TL;DR:
I'd like to propose a change where packages should NOT install their
tests to ${D} by default. Such an install may optionally enabled with
USE=test, which should be decoupled from FEATURES=test. Or depending on
the color of the bikeshed, we add something new like USE=install-tests.
Backgrou
On Wed, Jan 24, 2024 at 12:55:25PM +0100, Michał Górny wrote:
> # Michał Górny (2024-01-24)
> # No support for Python 3.11+. No PEP517. Tests are not enabled.
> # The current keyworded version is from 2019. It was bumped in 2022
> # but it has not been keyworded since (pending "testing").
> # D
On Fri, Dec 22, 2023 at 05:57:25PM +0100, Michał Górny wrote:
> # Michał Górny (2023-12-22)
> # Unmaintained. Unfetchable and mirror-restricted. No revdeps.
> # Removal on 2024-01-21. Bug #918905.
> sys-block/hpacucli
Infra needs to take this one.
Infra still has hardware that uses this to int
On Tue, Jul 04, 2023 at 12:44:39PM +0200, Gerion Entrup wrote:
> just to be curious about the whole discussion. I did not follow in the
> deepest detail but what I got is:
> - EGO_SUM blows up the Manifest file, since every little Go module needs
> to be respected. A lot of these Manifest files l
On Tue, Jun 13, 2023 at 05:00:16PM +, Andrey Grozin wrote:
> Hi *,
>
> My key was going to expire soon. So, as usual, I have prolonged it for the
> next year (several days ago). I've sent it to the Gentoo keyserver. I've
> checked that the fingerpring of my key in LDAP coinsides with the
>
On Fri, Apr 28, 2023 at 08:59:29AM +0200, Florian Schmaus wrote:
> On 27/04/2023 14.54, Michał Górny wrote:
> > On Thu, 2023-04-27 at 09:58 +0200, Florian Schmaus wrote:
> >> Disk space is cheap.
> >
> > No, it's not. Gentoo supports more hardware than your average PC with
> > beefy hard drive an
On Wed, Mar 29, 2023 at 06:03:59AM +, Robin H. Johnson wrote:
> Hi!
>
> This is a notification that multiple Gentoo services (bugzilla, forums,
> wiki) will be moving and temporarily offline possibly until sometime
> Saturday 2023/04/01.
>
> We're aiming to keep the
Hi!
This is a notification that multiple Gentoo services (bugzilla, forums,
wiki) will be moving and temporarily offline possibly until sometime
Saturday 2023/04/01.
We're aiming to keep the interruption much shorter, but the backup plan
is a 3-4 day outage. Forums may have the longest outage, du
On Sun, Mar 26, 2023 at 11:57:00PM +0200, David Seifert wrote:
> There's a pattern here of infra or packages added for infra rotting with
> unattended bugs or otherwise not meeting modern standards and then panic
> at the 11th hour when they're last-rited.
The *infra* packages here work fine, and p
On Sun, Mar 26, 2023 at 09:57:36AM +0200, Hans de Graaff wrote:
> # Hans de Graaff (2023-03-26)
> # Mask ruby27-only packages related to hiera-eyaml. These require a now
> # masked version of puppet and other obsolete ruby27-only test
> # dependencies. Masked for removal on 2023-04-26.
> dev-ruby/
FYI, I accidentally broke the master rsync mirror w/ a glibc/openssl
upgrade issue.
Waiting on a support ticket because the sponsor's serial console remote
access system seems to be broken.
Depending on expected response time, may spin up an alternate system
instead.
--
Robin Hugh Johnson
Gento
On Wed, Jan 11, 2023 at 08:33:35AM -0500, Yury German wrote:
> 2. Mentors.- Last year we got four slots allocated to us by Google and
> ran a successful project, we are looking for mentors to be able to
> help mentor the applicants, and run the projects.
Yes, I'm willing to help mentor. I've mento
On Fri, Jan 13, 2023 at 02:35:45PM +0100, Michał Górny wrote:
> app-admin/gopass
I've got use for this; but I don't need the extra parts.
> app-crypt/signing-party
Very useful, I'll take it.
> app-misc/evtest
Same
> mail-filter/procmail
I definitely need this, but I don't know about time to tria
# Marco Scardovi (2022-12-22)
# Per robbat2 request, I'm gonna treeclean it as we
# are actually the only one maintaining it.
# No update upstream, EAPI 6 and with a bug #687786
# As replacement, it is possible to use pv --rate-limit
# instead.
# Removal on 2023-01-21
net-misc/valve
--
Robin Hug
Please do file a bug tracking this proposal, and reference the
discussion thread.
On Sun, Dec 11, 2022 at 09:28:14AM +0100, Piotr Karbowski wrote:
> What I'd like to do is to bump the limits.conf we ship with pam to
> following
>
> * hard nproc 16384
> * soft nproc 16384
> * hard n
# Robin H. Johnson (2022-12-04)
# sys-boot/mbr-gpt was a bizzare package extremely sensitive to compiler &
# linker changes. I don't know of any remaining consumers other than one weird
# system I have.
# If you're a consumer: syslinux gptmbr was the successor to this approach,
#
On Thu, Nov 24, 2022 at 01:22:11AM +, Sam James wrote:
> # Pascal Jäger (2022-11-24)
> # No maintainer, last release in 1994. Fails to build
> # with clang-16. Runtime crash in certain conditions.
> # Removal on 2022-12-23.
> # Bugs #549922 #713492 #731256 #875464 #882263
> # Removal Bug: #882
On Sat, Oct 29, 2022 at 02:26:29AM -0400, kuzetsa CatSwarm wrote:
> hi, this is just a quick check to see if the updated wording still
> covers the discussion I had in -council on liberachat earlier this year.
>
> last version I had in git repo or patch format was from july:
>
> https://gist.git
Robin Hugh Johnson
Gentoo Linux: Dev, Infra Lead, Foundation Treasurer
E-Mail : robb...@gentoo.org
GnuPG FP : 11ACBA4F 4778E3F6 E4EDF38E B27B944E 34884E85
GnuPG FP : 7D0B3CEB E9B85B1F 825BCECF EE05E6F6 A48F6136
From 376c235e0c78020adc3b5f8fa43c4f474dea8f64 Mon Sep 17 00:00:00 2001
From: "Ro
On Sat, Oct 22, 2022 at 06:56:06AM +0200, Michał Górny wrote:
> On Fri, 2022-10-21 at 19:50 +0000, Robin H. Johnson wrote:
> > +For the purposes of this policy, the Gentoo Foundation will not request
> > +any verification of the name until such time as required by government
>
Find attached v4 of the patch, with all of the proposed changes
included.
On Wed, Jul 13, 2022 at 09:24:25AM +0200, Ulrich Mueller wrote:
> >>>>> On Wed, 13 Jul 2022, Robin H Johnson wrote:
>
> > On Wed, Jul 13, 2022 at 02:26:43AM +0200, Ulrich Mueller wrote:
> &g
On Sun, Aug 21, 2022 at 03:23:46AM +0100, Sam James wrote:
> # hololeap (2022-08-21)
> # Monolithic mask for dev-haskell/* packages which have no reverse
> dependencies,
> # are broken, or severely out of date. The aim is to have the Haskell overlay
> # (::haskell) be the place for development pa
On Fri, Jul 22, 2022 at 02:56:33PM +0300, Joonas Niilola wrote:
> Cross-posting to gentoo-dev and -project lists due to technical and
> non-technical nature. Reply-to is set to -project.
...
> 1st RFC: "Trusted contributor model"
>
> I'm proposing us to giving special commit access to our well-rep
On Sat, Jul 16, 2022 at 09:31:35PM +0300, Arthur Zamarin wrote:
> I want to give another option. Both ways are allowed by eclass, but by
> QA policy (or some other decision), it is prohibited to use EGO_SUM in
> main ::gentoo tree.
>
> As a result, overlays and ::guru can use the EGO_SUM or dist d
On Wed, Jul 13, 2022 at 02:26:43AM +0200, Ulrich Mueller wrote:
> The "natural person" part was lost in this change. It also doesn't
> reappear in the added section below. I think we don't want any corporate
> entities there (or at least that's what I had taken from the previous
> "Sony" discussion
easurer
E-Mail : robb...@gentoo.org
GnuPG FP : 11ACBA4F 4778E3F6 E4EDF38E B27B944E 34884E85
GnuPG FP : 7D0B3CEB E9B85B1F 825BCECF EE05E6F6 A48F6136
From 77a948ffecf97035a42359be0a0b40ad5059fe2f Mon Sep 17 00:00:00 2001
From: "Robin H. Johnson"
Date: Tue, 12 Jul 2022 14:52:23 -0
On Mon, Jul 04, 2022 at 05:27:03PM +0200, David Seifert wrote:
> On Mon, 2022-07-04 at 16:19 +0200, Florian Schmaus wrote:
> > I'd like to propose a new metadata XML element for packages:
> >
> >
...
> Ultimately, all these things really matter when only the defaults
> change. Turn-right-on-
Infra need/wants a few of these packages, so please consider us
fallback maintainers:
On Sun, Jun 05, 2022 at 11:28:30AM +0300, Joonas Niilola wrote:
> app-metrics/mysqld_exporter
> net-libs/zeromq
> net-misc/httpstat
> sys-apps/hponcfg
> sys-block/hpacucli
> sys-block/hpssacli
> sys-block/storcli
On Wed, Jun 08, 2022 at 07:23:15PM +0200, Alessandro Barbieri wrote:
> I'm interested in an eclass that doesn't bundle everything together. Also
> I'm interested in anyone that can share the package maintainership (in guru
> first).
>
> I've already tried 3 approaches:
...
Since you know this yar
On Fri, Jun 03, 2022 at 01:18:08PM +0200, Florian Schmaus wrote:
> EGO_SUM is marked as 'deprecated' in go-module.eclass [1, 2]. I
> acknowledge that there are packages where the usage of EGO_SUM is very
> problematic. However, I wonder if there are packages where using
> dependency tarballs is
On Wed, Apr 06, 2022 at 05:23:25PM +, Robin H. Johnson wrote:
> On Wed, Apr 06, 2022 at 02:15:02AM +0200, Jason A. Donenfeld wrote:
> > 2) Comparability: other distros use SHA2-512, as well as various
> > upstreams, which means we can compare our hashes to theirs easily.
>
On Wed, Apr 06, 2022 at 07:06:30PM +0200, Jason A. Donenfeld wrote:
> No, you're still missing the point.
>
> If SHA-512 breaks, the security of the system fails, regardless of
> what change we make. This is because GnuPG uses SHA-512 for its
> signatures.
Question directly for you Jason, because
On Wed, Apr 06, 2022 at 02:15:02AM +0200, Jason A. Donenfeld wrote:
> 2) Comparability: other distros use SHA2-512, as well as various
> upstreams, which means we can compare our hashes to theirs easily.
Can we expand on this specific thread for a moment?
I was the author of GLEP59 about changing
On Fri, Feb 11, 2022 at 09:11:51PM +0100, Michał Górny wrote:
> > GSOC-worthy project?
> Not sure. To rephrase what was once said to me, this is summer of
> *code*, not infra work.
Are there similar programs where the infra work might fit?
Outreachy? paid interns?
--
Robin Hugh Johnson
Gentoo L
At a technical level, it looks fine.
But I want to clarify interaction for old systems.
Dilfridge had a proposal to ensure 3/6/12 month old systems could still
upgrade, and I'm wondering if this could break those systems.
There are 3 commits in the last year that finally removed the EAPI 5/6
too
On Sun, Oct 17, 2021 at 04:33:17PM -0700, robb...@gentoo.org wrote:
> From: "Robin H. Johnson"
>
> Signed-off-by: Robin H. Johnson
> ---
> .../2021-10-17-openssl-bindist-removal.en.txt | 38 +++
> 1 file changed, 38 insertions(+)
> create mo
Can we verify the consumers of this eclass are indeed still using CVS in
the year 2021?
If they are not, I think it would be reasonable to consider removing CVS
from the tree on 2022/01/01.
--
Robin Hugh Johnson
Gentoo Linux: Dev, Infra Lead, Foundation Treasurer
E-Mail : robb...@gentoo.org
Gn
On Mon, Sep 27, 2021 at 11:47:38PM +0200, Michał Górny wrote:
> > Can we consider moving the checks for set A somewhere else, such that we
> > don't check the kernel config during package compile & install time, but
> > only check it later? This also meaningfully resolves that cases where
> > the s
Deadline for responses: 2021/10/14!
The Foundation would like to propose that RedHat/Fedora "hobble" patch
presently applied when USE=bindist is true shall be removed from
dev-libs/openssl.
RedHat's stated reasons for the patch were originally to avoid any patent
concerns, but they have also morp
I wanted to break the prior thread to discuss the root issue.
We have some set of packages (A) which collectively depend on one or
more kernel options being set in specific ways, and the options need to
REMAIN set if you want the packages to continue work.
There are also a subset of packages (B),
On Mon, Sep 27, 2021 at 01:15:10PM -0400, Mike Gilbert wrote:
> On Mon, Sep 27, 2021 at 12:23 PM Mike Pagano wrote:
> > > Adding linux-info calls to pkg_pretend or pkg_setup causes slowdowns
> > > when running emerge, so we should do so only when there is a
> > > compensating benefit.
> >
> > Is t
On Wed, Sep 22, 2021 at 08:54:40AM -0400, Joshua Kinard wrote:
> Is there any advice on how this impacts net-misc/dropbear? That has ECC
> (both ECDSA and Ed25519) support, and I use it for SGI/MIPS netboot images.
> The build doesn't have any bindist uses in it, and ECC support is a
> localoptio
On Mon, Sep 20, 2021 at 08:41:21PM +0200, Ulrich Mueller wrote:
> >>>>> On Mon, 20 Sep 2021, Robin H Johnson wrote:
>
> > RedHat's legal team clearly know something there that they aren't
> > disclosing the details of publicly, because the patches said
On Mon, Sep 20, 2021 at 01:27:37PM -0400, Rich Freeman wrote:
> On Mon, Sep 20, 2021 at 12:46 PM Alec Warner wrote:
> >
> > Could we add some text to the license concepts covering patents? It
> > seems to have been omitted?
> > Is my understanding of how we manage patented software correct?
>
> I
On Wed, Sep 01, 2021 at 02:44:11PM -0400, Mike Pagano wrote:
> Previously, the kernel Makefile had to define version variables
> as static string literals to be read.
> This change will allow varibles defined as non-static values
> to be read.
Hi,
This change has broken infra systems where /usr/sr
On Sun, Aug 29, 2021 at 11:33:17AM -0500, William Hubbs wrote:
> It seems to me that we don't need this function any longer since the go
> ebuild displays a message when it is upgraded or downgraded explaining
> how to rebuild go packages, so I would like to remove it.
>
> This patch series contai
On Sat, Aug 14, 2021 at 05:15:54PM +0200, Hanno Böck wrote:
> FWIW I am Co-author of the paper that documented these attacks, so in
> case you have any questions I guess I can answer them.
Yes, I have a question: are you going to claim DJB's $500 qmail security
reward?
> > Is this supported? I don
Here's two I have so far
https://dev.gentoo.org/~robbat2/neddy/
On Mon, Apr 19, 2021 at 10:24:41AM +0100, Roy Bamford wrote:
> Here's where I reed your help. The missing distfiles are
> MD5 38adc94a4953a6b29e8619c25dda4887 4.2.0-4.2.1.diff.gz 54763
> MD5 d5cc6a93c7d3ad2eb02bc637a1de9cf3 net-tools-
On Fri, Mar 26, 2021 at 09:27:39AM +0100, Michał Górny wrote:
> # Michał Górny (2021-03-26)
> # Pins to a vulnerable version of dev-python/urllib3. No maintainer
> # in Gentoo.
> # Removal on 2021-04-25. Bug #714860.
> dev-python/elasticsearch-curator
Can you hold off a bit on this one?
The lat
On Tue, Jan 26, 2021 at 08:11:58PM +0300, Azamat Hackimov wrote:
> +# Azamat H. Hackimov (2021-01-26)
> +# Dead upstream, no live HOMEPAGE and SRC_URI.
> +# Removal in 30 days. Bug #744013
> +app-text/csvfix
Anybody have a good replacement for csvfix?
It's useful in data processing pipelines; I a
Whissi's patch in itself is a good step forward, but I don't feel it
goes far enough, nor promotes better defaults for the unmodified cases.
On Mon, Jan 04, 2021 at 02:35:58AM +0100, Thomas Deutschmann wrote:
> Modifying an existing user is a bad default and makes Gentoo
> special because it is
On Thu, Dec 17, 2020 at 08:27:44PM +0100, Michał Górny wrote:
> Thank you for doing this.
>
> That said, I'm wondering if we should keep SKS pool at all. Did anyone
> have any success interacting with it lately? All my attempts of
> fetching keys are resulting in server errors.
Yes, it worked fo
On Thu, Dec 17, 2020 at 12:49:09PM -0500, Mike Gilbert wrote:
> +Gentoo Keyserver
> +
> +
> +Gentoo infrastructure uses a keyserver that is isolated from the SKS pool.
> +This keyserver is restricted to accepting uploads from authorized Gentoo
> hosts.
> +A script is provided on de
On Mon, Nov 30, 2020 at 10:49:00PM +, Robin H. Johnson wrote:
> On Mon, Nov 30, 2020 at 07:02:08AM -0700, Raul E Rangel wrote:
> > It looks like bouncer.gentoo.org is mangling the + in the original URL
> > and converting it into a space. This also happens when I try wget and
&
On Mon, Nov 30, 2020 at 07:02:08AM -0700, Raul E Rangel wrote:
> It looks like bouncer.gentoo.org is mangling the + in the original URL
> and converting it into a space. This also happens when I try wget and
> using chrome to hit the URL directly.
Yes, there was a recent change to it, moving betwee
On Sat, Nov 28, 2020 at 09:49:21PM +0100, David Seifert wrote:
> # David Seifert (2020-11-28)
> # Last release in 2002, multiple open bugs, no maintainer, no revdeps.
> # Bug #709512, #713300, #729518, Removal in 30 days.
> app-text/cook
--
Robin Hugh Johnson
Gentoo Linux: Dev, Infra Lead, Fou
On Fri, Nov 06, 2020 at 08:21:39AM +0100, Agostino Sarubbo wrote:
> Hello all,
>
> 6 months have been passed after the CI system started to file bug reports.
> ~ 4700 bugs have been submitted
>
> We _know_ that atm is not possible to set a specific summary, instead a
> generic summary is used in
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2020-10-25 23:59 UTC.
Removals:
app-backup/genbackupdata 20201019-06:47 mgorny68da83e968a
app-i18n/pology 20201019-06:46 mgorny25b21e05fc2
ap
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2020-10-25 23:59 UTC.
Removals:
Additions:
--
Robin Hugh Johnson
Gentoo Linux Developer
E-Mail : robb...@gentoo.org
GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2020-10-18 23:59 UTC.
Removals:
app-admin/recursos 20201016-07:40 mgorny 5da6f60a9a6
app-arch/unarj 20201012-21:10 chewi b3247af8178
app-shells/mpv
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2020-10-11 23:59 UTC.
Removals:
app-crypt/acmebot 20201009-08:04 mgorny d168b61c08d
app-misc/mswinurl_launcher 20201009-07:53 mgorny 9d7c12e1bd8
app-misc/mtail
While I'm absolutely in favour of the overall intent here, I'm not so
sure of the design.
I'm worried about the proliferation of tiny packages just to convey the
keys; and how versioning should work if upstream rotates their keys.
I picked this message in the thread to respond to, because it was
c
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2020-10-04 23:59 UTC.
Removals:
app-admin/passook 20200930-15:15 samebe886820c4
app-cdr/pburn 20200930-15:15 sam7361842f290
app-i18n/scim-wijesekera
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2020-09-27 23:59 UTC.
Removals:
app-emulation/ganeti 20200921-07:32 mgornyc275097da67
app-emulation/ganeti-instance-debootstrap 20200921-07:32 mgornyb05155344b3
ap
On Sat, Sep 19, 2020 at 02:51:10PM +0200, Michał Górny wrote:
> # Michał Górny (2020-09-19)
> # These packages (or package versions) still require Python 2.7.
> # They are either dead upstream, their Python 3 porting efforts are
> # not progressing or their maintainers are simply unresponsive.
> #
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2020-09-20 23:59 UTC.
Removals:
dev-haskell/frown20200920-09:01 slyfox a2c72597ac2
dev-haskell/hashed-storage 20200914-07:14 slyfox 32e41084d49
de
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2020-09-13 23:59 UTC.
Removals:
app-emacs/ghc-mod20200909-07:45 slyfox35008845c5a
app-eselect/eselect-opencl 20200912-20:37 slashbeast09c9e4c4aea
app-
On Sat, Sep 12, 2020 at 12:15:26AM +, Robin H. Johnson wrote:
> FYI,
>
> Sorry for short notice, but hardware failures have critically reduced
> some redundancy, so not taking chances with the Bugzilla database (parts
> were on order to ensure the redundancy, but they haven
FYI,
Sorry for short notice, but hardware failures have critically reduced
some redundancy, so not taking chances with the Bugzilla database (parts
were on order to ensure the redundancy, but they haven't arrived in time
for the next failure)
Therefore, there will be an outage to migrate the DB t
Hi,
As a result of a recent high-impact [1] false positive spam detection in
Gentoo mail, we've disabled using the MalwarePatrol ruleset in Clamav
for spam detection for all inbound mail to @gentoo.org
All other old rulesets that haven't seen an update in more than 1 year
were also cleaned out, a
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2020-09-06 23:59 UTC.
Removals:
app-accessibility/sphinx320200902-08:04 mgorny814099f6c24
app-accessibility/sphinxbase 20200902-08:04 mgorny7346fbcbd7a
app-accessib
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2020-08-30 23:59 UTC.
Removals:
app-admin/conkyforecast
20200827-18:31 asturm 74ab9e2c20a
app-arch/cfv
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2020-08-23 23:59 UTC.
Removals:
app-admin/denyhosts 20200820-13:18 mgorny
fbf8bbf4d18
app-dicts/stardict-quick-eng-fra 20200820-11:29 mgorny
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2020-08-16 23:59 UTC.
Removals:
app-text/glosung 20200814-09:47 asturm 1a89808d24d
dev-tex/xmltex 20200811-13:57 zlogene f0f009c9687
x11-misc/xmona
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2020-08-09 23:59 UTC.
Removals:
dev-tex/cjk-latex20200804-10:02 zlogene 814a4d02b1d
kde-apps/kblog 20200807-18:21 asturm f9300873b60
virtual/wiregu
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2020-08-02 23:59 UTC.
Removals:
app-arch/deltarpm 20200728-02:33 bman f63396228c1
app-backup/holland 20200728-18:45 bman 3831172264
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2020-07-26 23:59 UTC.
Removals:
dev-python/Numdifftools20200723-18:36 bman 59207df0adf
dev-python/pyscaffold 20200723-18:36 bman 59207df0adf
dev-python/pytest-
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2020-07-19 23:59 UTC.
Removals:
app-misc/webcomics-collector 20200713-04:48 mgorny7b01197db97
app-mobilephone/kannel20200715-17:37 bman 7d441d1f185
app-mobilephone/ka
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2020-07-12 23:59 UTC.
Removals:
dev-ros/shape_tools20200709-12:07 aballier 2517553f907
www-apps/otrs 20200709-12:41 sam934a47e2df
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2020-07-05 23:59 UTC.
Removals:
app-admin/dxf 20200702-10:33 zlogene
a36b150fa75
app-crypt/openvpn-blacklist 20200704-02:22 bman
17
On Sun, Jun 28, 2020 at 07:57:18PM -0700, Alec Warner wrote:
> On Sun, Jun 28, 2020 at 5:35 PM Aaron Bauman wrote:
> > app-crypt/virtualsmartcard
Upstream supposedly fixed it for py3 several years ago, maybe trivial
bump?
> > net-nds/nsscache
> Infra uses this, we will have to look into bumping i
1 - 100 of 1903 matches
Mail list logo