> On March 7, 2015 1:02 PM Richard Moore via RT [mailto:[email protected]] wrote:
>> On 7 March 2015 at 17:14, Randall S. Becker via RT <[email protected]> wrote:
>> 
> > Please forgive the potential red-herring nature of this minor report,
> > however..
> >
> > Openssl distribution depends on tardy, which in turn, depends on
> > libexplain.
> > According to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765335,
> > the libexplain maintainer has retired and the package is orphaned.
> > This is potentially represents an issue as libexplain is highly embedded in
> tardy.
> >
> 
> This sounds purely a packaging issue with debian and nothing to do with
> openssl itself.

Tardy is referenced in the openssl Makefile tar rule, which is there the 
dependency manifests.

        $(TAR) $(TARFLAGS) --files-from ../$(TARFILE).list -cvf - | \
        tardy --user_number=0  --user_name=openssl \
              --group_number=0 --group_name=openssl \
              --prefix=openssl-$(VERSION) - |\
        gzip --best >../$(TARFILE).gz; \


_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to