public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] hasufell's extended leave and libressl
@ 2016-01-17  0:41 Anthony G. Basile
  2016-01-17  0:54 ` Joshua Kinard
  2016-01-17  1:17 ` Daniel Campbell
  0 siblings, 2 replies; 6+ messages in thread
From: Anthony G. Basile @ 2016-01-17  0:41 UTC (permalink / raw
  To: Gentoo Development

Hi everyone,

I emailed Julian earlier today and asked him to come back.  He state in
no uncertain terms that he does not intend on coming back.

Julian and I were working on the libressl project together.  He was
doing the lion share and I contributed here and there for packages that
I was interested in.

I just don't have time to push that project through on my own.  Mostly
what needs to be done is the migration to the tree as described on the
following page:

https://github.com/gentoo/libressl/wiki/Transition-plan

I'd like to solicit help in pushing this through.  Any takers?

-- 
Anthony G. Basile, Ph.D.
Gentoo Linux Developer [Hardened]
E-Mail    : blueness@gentoo.org
GnuPG FP  : 1FED FAD9 D82C 52A5 3BAB  DC79 9384 FA6E F52D 4BBA
GnuPG ID  : F52D4BBA


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

* Re: [gentoo-dev] hasufell's extended leave and libressl
  2016-01-17  0:41 [gentoo-dev] hasufell's extended leave and libressl Anthony G. Basile
@ 2016-01-17  0:54 ` Joshua Kinard
  2016-01-17  1:03   ` Anthony G. Basile
  2016-01-17  1:17 ` Daniel Campbell
  1 sibling, 1 reply; 6+ messages in thread
From: Joshua Kinard @ 2016-01-17  0:54 UTC (permalink / raw
  To: gentoo-dev

On 01/16/2016 19:41, Anthony G. Basile wrote:
> Hi everyone,
> 
> I emailed Julian earlier today and asked him to come back.  He state in
> no uncertain terms that he does not intend on coming back.
> 
> Julian and I were working on the libressl project together.  He was
> doing the lion share and I contributed here and there for packages that
> I was interested in.
> 
> I just don't have time to push that project through on my own.  Mostly
> what needs to be done is the migration to the tree as described on the
> following page:
> 
> https://github.com/gentoo/libressl/wiki/Transition-plan
> 
> I'd like to solicit help in pushing this through.  Any takers?

Is the plan to just make packages in the tree compatible with libressl so that
users can choose either one, or to migrate off of openssl entirely?

-- 
Joshua Kinard
Gentoo/MIPS
kumba@gentoo.org
6144R/F5C6C943 2015-04-27
177C 1972 1FB8 F254 BAD0 3E72 5C63 F4E3 F5C6 C943

"The past tempts us, the present confuses us, the future frightens us.  And our
lives slip away, moment by moment, lost in that vast, terrible in-between."

--Emperor Turhan, Centauri Republic


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

* Re: [gentoo-dev] hasufell's extended leave and libressl
  2016-01-17  0:54 ` Joshua Kinard
@ 2016-01-17  1:03   ` Anthony G. Basile
  2016-01-17  1:13     ` Anthony G. Basile
  0 siblings, 1 reply; 6+ messages in thread
From: Anthony G. Basile @ 2016-01-17  1:03 UTC (permalink / raw
  To: gentoo-dev

On 1/16/16 7:54 PM, Joshua Kinard wrote:
> On 01/16/2016 19:41, Anthony G. Basile wrote:
>> Hi everyone,
>>
>> I emailed Julian earlier today and asked him to come back.  He state in
>> no uncertain terms that he does not intend on coming back.
>>
>> Julian and I were working on the libressl project together.  He was
>> doing the lion share and I contributed here and there for packages that
>> I was interested in.
>>
>> I just don't have time to push that project through on my own.  Mostly
>> what needs to be done is the migration to the tree as described on the
>> following page:
>>
>> https://github.com/gentoo/libressl/wiki/Transition-plan
>>
>> I'd like to solicit help in pushing this through.  Any takers?
> 
> Is the plan to just make packages in the tree compatible with libressl so that
> users can choose either one, or to migrate off of openssl entirely?
> 

The plan is basically this ...

IUSE="libressl ssl"

RDEPEND="
    ssl? (
        !libressl? ( dev-libs/openssl:0 )
        libressl? ( dev-libs/libressl )
    )
"

You choose either libressl or openssl and you build the entire tree with
that.

-- 
Anthony G. Basile, Ph.D.
Gentoo Linux Developer [Hardened]
E-Mail    : blueness@gentoo.org
GnuPG FP  : 1FED FAD9 D82C 52A5 3BAB  DC79 9384 FA6E F52D 4BBA
GnuPG ID  : F52D4BBA


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

* Re: [gentoo-dev] hasufell's extended leave and libressl
  2016-01-17  1:03   ` Anthony G. Basile
@ 2016-01-17  1:13     ` Anthony G. Basile
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile @ 2016-01-17  1:13 UTC (permalink / raw
  To: gentoo-dev

On 1/16/16 8:03 PM, Anthony G. Basile wrote:
> On 1/16/16 7:54 PM, Joshua Kinard wrote:
>> On 01/16/2016 19:41, Anthony G. Basile wrote:
>>> Hi everyone,
>>>
>>> I emailed Julian earlier today and asked him to come back.  He state in
>>> no uncertain terms that he does not intend on coming back.
>>>
>>> Julian and I were working on the libressl project together.  He was
>>> doing the lion share and I contributed here and there for packages that
>>> I was interested in.
>>>
>>> I just don't have time to push that project through on my own.  Mostly
>>> what needs to be done is the migration to the tree as described on the
>>> following page:
>>>
>>> https://github.com/gentoo/libressl/wiki/Transition-plan
>>>
>>> I'd like to solicit help in pushing this through.  Any takers?
>>
>> Is the plan to just make packages in the tree compatible with libressl so that
>> users can choose either one, or to migrate off of openssl entirely?
>>
> 
> The plan is basically this ...
> 
> IUSE="libressl ssl"
> 
> RDEPEND="
>     ssl? (
>         !libressl? ( dev-libs/openssl:0 )
>         libressl? ( dev-libs/libressl )
>     )
> "
> 
> You choose either libressl or openssl and you build the entire tree with
> that.
> 


Actually, if people take care of their own packages, that would really
speed things up.

-- 
Anthony G. Basile, Ph.D.
Gentoo Linux Developer [Hardened]
E-Mail    : blueness@gentoo.org
GnuPG FP  : 1FED FAD9 D82C 52A5 3BAB  DC79 9384 FA6E F52D 4BBA
GnuPG ID  : F52D4BBA


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

* Re: [gentoo-dev] hasufell's extended leave and libressl
  2016-01-17  0:41 [gentoo-dev] hasufell's extended leave and libressl Anthony G. Basile
  2016-01-17  0:54 ` Joshua Kinard
@ 2016-01-17  1:17 ` Daniel Campbell
  2016-01-17  1:18   ` Daniel Campbell
  1 sibling, 1 reply; 6+ messages in thread
From: Daniel Campbell @ 2016-01-17  1:17 UTC (permalink / raw
  To: gentoo-dev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 01/16/2016 04:41 PM, Anthony G. Basile wrote:
> Hi everyone,
> 
> I emailed Julian earlier today and asked him to come back.  He
> state in no uncertain terms that he does not intend on coming
> back.
> 
> Julian and I were working on the libressl project together.  He
> was doing the lion share and I contributed here and there for
> packages that I was interested in.
> 
> I just don't have time to push that project through on my own.
> Mostly what needs to be done is the migration to the tree as
> described on the following page:
> 
> https://github.com/gentoo/libressl/wiki/Transition-plan
> 
> I'd like to solicit help in pushing this through.  Any takers?
> 
What happened with hasufell? I feel like I missed something.

(This direct e-mail is deliberate; I figured this was worth a private
conversation instead of airing dirty laundry)

- -- 
Daniel Campbell - Gentoo Developer
OpenPGP Key: 0x1EA055D6 @ hkp://keys.gnupg.net
fpr: AE03 9064 AE00 053C 270C  1DE4 6F7A 9091 1EA0 55D6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJWmuueAAoJEAEkDpRQOeFwkzkQANsm1SEh7iVqTBh5aJFh7PBc
Gm53iZv84uQZR8N9ChDp5YheIET5WuElDP7feaomEg+orLxmGIedVaexa5/H0te8
YoPHGqXvI1e9ryJtgimwTaOSlnPc0hz7uTngvxNSPlNwpaXxlDXw6SQZEZTtCBda
hIV5kep9XF6F3lnCsx5Lt3w9vyGw71BK0OsWfEvLwYBqv7id/94My3N2KvRoJh7I
gtdc3BtDammy8xBAg/8DZQ1PTNBzkn/mULVJRJGK5TkohNLVtjO9ZOv0XyJ7adMW
F7Zbz5rPDjslguGKqDCObwGYltk8xR6jBFXRYVtKLnIv8tr5Nc397I5haq36jUvi
TwNOLPnKOoCyTT4Gn/iSi1mKa9wPw5Io+buXNQciTUKOxB5g2gBGaldU8sbQ2NEe
MjPf5W6WARd/LhH4Psnuze7cYR4lWl2UBTaP4GHtOHQc+dIDfCyw7HRDBgSHblyx
FmdyvwUaywa4X2F5oELOYi63jFS7wJLef8gYUDA5imODXP3r4s+rO5VXiqFS7YQE
m/xVj+ZjZY5wrhsaq0oTcGBNNDEk0nzP5Uxum9JVDsrsPKjtMDFAyKcIv1AMFLOY
05x2ulYto364zuqNrU6XPy8YJqpnRJhPrlPMKHLiHl52DThi8gioXpKLQcWV34O1
5NIIgiO2LuAUi83P5RMo
=+evk
-----END PGP SIGNATURE-----


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

* Re: [gentoo-dev] hasufell's extended leave and libressl
  2016-01-17  1:17 ` Daniel Campbell
@ 2016-01-17  1:18   ` Daniel Campbell
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Campbell @ 2016-01-17  1:18 UTC (permalink / raw
  To: gentoo-dev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 01/16/2016 05:17 PM, Daniel Campbell wrote:
> On 01/16/2016 04:41 PM, Anthony G. Basile wrote:
>> Hi everyone,
> 
>> I emailed Julian earlier today and asked him to come back.  He 
>> state in no uncertain terms that he does not intend on coming 
>> back.
> 
>> Julian and I were working on the libressl project together.  He 
>> was doing the lion share and I contributed here and there for 
>> packages that I was interested in.
> 
>> I just don't have time to push that project through on my own. 
>> Mostly what needs to be done is the migration to the tree as 
>> described on the following page:
> 
>> https://github.com/gentoo/libressl/wiki/Transition-plan
> 
>> I'd like to solicit help in pushing this through.  Any takers?
> 
> What happened with hasufell? I feel like I missed something.
> 
> (This direct e-mail is deliberate; I figured this was worth a
> private conversation instead of airing dirty laundry)
> 
> 
Apparently zlg has forgotten how to use e-mail. X_X
- -- 
Daniel Campbell - Gentoo Developer
OpenPGP Key: 0x1EA055D6 @ hkp://keys.gnupg.net
fpr: AE03 9064 AE00 053C 270C  1DE4 6F7A 9091 1EA0 55D6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJWmuvmAAoJEAEkDpRQOeFwaN0P/03yxJcUJDzg5P6Y5/Vh5eCx
ZPx623Ujq3UjhhBFMXc7kvyUG3lVr0ndyRPZqIHdlPPCo1aY76O9nuj0nuyZSnjc
KjHgJ4Fk1UXncTArYHhAJRr0x0vbBDXpejyT3ValN+aI756ESLQGJRALCDmlJ9Ex
wFrESzaI6ZoNa10cckRhyCf1r8ZNiRUwGsPYg7pO1UOTkByWvqwX+qAOvNvOdNtd
0onKz85ctEtRt2Fpj2xWWAbXG/KK+qpq/BDLG3n/SAkrk5pvi3dmeEWlZZz+uRxe
+FSuRePHoMCvHJF2wdb71QS/JFy+4r7Q2qHW6tS+Rb7UzNGnODI9FsKV6JCnXwvM
vRBsXkoB2jseTGfzSUjRwOOBlB7b4tXY/JeihM90X/hHixM/AXstth0Kyk20Og5s
SaY0aEfnJrnx137jHhIM8hMZzejOKtOUcGJ0eVMc+cYDFXSd5XRttA4MiTqEoTLw
9e7Zhksho+a2sVVki0CraFL7zDDhPawOVIBc17oVpnY/UOAm8xeHlzAueFFwuQtH
MjsJU+b599YS36fV77D0BqK5qWujYdxiB4Lyn0OPkZdSrF2eeUdzI0D69c4uBTFQ
KcBdMaPLCfIXDyjB05hEkVqznT3ZnzHAKTZoxHMFrDYocg0G6feQOVb1Uu/bQAQl
UxbWFildGaOajDcPJ96E
=TfRx
-----END PGP SIGNATURE-----


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

end of thread, other threads:[~2016-01-17  1:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-17  0:41 [gentoo-dev] hasufell's extended leave and libressl Anthony G. Basile
2016-01-17  0:54 ` Joshua Kinard
2016-01-17  1:03   ` Anthony G. Basile
2016-01-17  1:13     ` Anthony G. Basile
2016-01-17  1:17 ` Daniel Campbell
2016-01-17  1:18   ` Daniel Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox