public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/dropbear/files: dropbear-0.53.1-link.patch
@ 2011-07-01  1:52 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2011-07-01  1:52 UTC (permalink / raw
  To: gentoo-commits

vapier      11/07/01 01:52:50

  Added:                dropbear-0.53.1-link.patch
  Log:
  Add patch from upstream for crypt linking #357249 by J.Taimr.
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-misc/dropbear/files/dropbear-0.53.1-link.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dropbear/files/dropbear-0.53.1-link.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dropbear/files/dropbear-0.53.1-link.patch?rev=1.1&content-type=text/plain

Index: dropbear-0.53.1-link.patch
===================================================================
http://bugs.gentoo.org/357249

fix from upstream

#
# old_revision [c7f6c45c46a2f8e2394756c68ae825d6e4dc7489]
#
# patch "Makefile.in"
#  from [ea21753734b01f01ea1062923f4cb5eac65eadec]
#    to [3dcc9b69742a8a4f59ea9f22b6d80bad2c761117]
#
============================================================
--- Makefile.in	ea21753734b01f01ea1062923f4cb5eac65eadec
+++ Makefile.in	3dcc9b69742a8a4f59ea9f22b6d80bad2c761117
@@ -28,7 +28,7 @@ COMMONOBJS=dbutil.o buffer.o \
 		queue.o \
 		atomicio.o compat.o  fake-rfc2553.o 
 
-SVROBJS=@CRYPTLIB@ svr-kex.o svr-algo.o svr-auth.o sshpty.o \
+SVROBJS=svr-kex.o svr-algo.o svr-auth.o sshpty.o \
 		svr-authpasswd.o svr-authpubkey.o svr-authpubkeyoptions.o svr-session.o svr-service.o \
 		svr-chansession.o svr-runopts.o svr-agentfwd.o svr-main.o svr-x11fwd.o\
 		svr-tcpfwd.o svr-authpam.o
@@ -56,7 +56,7 @@ HEADERS=options.h dbutil.h session.h pac
 		loginrec.h atomicio.h x11fwd.h agentfwd.h tcpfwd.h compat.h \
 		listener.h fake-rfc2553.h
 
-dropbearobjs=$(COMMONOBJS) $(CLISVROBJS) $(SVROBJS) 
+dropbearobjs=$(COMMONOBJS) $(CLISVROBJS) $(SVROBJS) @CRYPTLIB@ 
 dbclientobjs=$(COMMONOBJS) $(CLISVROBJS) $(CLIOBJS)
 dropbearkeyobjs=$(COMMONOBJS) $(KEYOBJS)
 dropbearconvertobjs=$(COMMONOBJS) $(CONVERTOBJS)
@@ -167,7 +167,7 @@ ifeq ($(MULTI),1)
 # multi-binary compilation.
 MULTIOBJS=
 ifeq ($(MULTI),1)
-	MULTIOBJS=dbmulti.o $(sort $(foreach prog, $(PROGRAMS), $($(prog)objs)))
+	MULTIOBJS=dbmulti.o $(sort $(foreach prog, $(PROGRAMS), $($(prog)objs))) @CRYPTLIB@ 
 	CFLAGS+=$(addprefix -DDBMULTI_, $(PROGRAMS)) -DDROPBEAR_MULTI
 endif
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/dropbear/files: dropbear-0.53.1-link.patch
@ 2013-12-31  4:08 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2013-12-31  4:08 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/12/31 04:08:14

  Removed:              dropbear-0.53.1-link.patch
  Log:
  Remove old, vulnerable versions (bug #487682).
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)


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

end of thread, other threads:[~2013-12-31  4:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-01  1:52 [gentoo-commits] gentoo-x86 commit in net-misc/dropbear/files: dropbear-0.53.1-link.patch Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2013-12-31  4:08 Tim Harder (radhermit)

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