public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dialup/xl2tpd/files: xl2tpd-dnsretry.patch xl2tpd-1.3.0-LDFLAGS.patch
@ 2011-09-20  4:49 Peter Volkov (pva)
  0 siblings, 0 replies; only message in thread
From: Peter Volkov (pva) @ 2011-09-20  4:49 UTC (permalink / raw
  To: gentoo-commits

pva         11/09/20 04:49:45

  Modified:             xl2tpd-dnsretry.patch
  Added:                xl2tpd-1.3.0-LDFLAGS.patch
  Log:
  Version bump, bug #376919 wrt andreyc.
  
  (Portage version: 2.1.10.16/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-dialup/xl2tpd/files/xl2tpd-dnsretry.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/files/xl2tpd-dnsretry.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/files/xl2tpd-dnsretry.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/files/xl2tpd-dnsretry.patch?r1=1.1&r2=1.2

Index: xl2tpd-dnsretry.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/xl2tpd/files/xl2tpd-dnsretry.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xl2tpd-dnsretry.patch	15 Aug 2010 20:33:22 -0000	1.1
+++ xl2tpd-dnsretry.patch	20 Sep 2011 04:49:45 -0000	1.2
@@ -1,6 +1,8 @@
-diff -Nru xl2tpd-1.2.6.orig/xl2tpd.c xl2tpd-1.2.6/xl2tpd.c
---- xl2tpd-1.2.6.orig/xl2tpd.c	2010-05-10 22:35:43.000000000 +0200
-+++ xl2tpd-1.2.6/xl2tpd.c	2010-08-15 22:02:14.000000000 +0200
+https://bugs.gentoo.org/show_bug.cgi?id=307489
+http://homenet.beeline.ru/index.php?showtopic=192551&st=0&p=1063626345&#entry1063626345
+
+--- xl2tpd.c	2010-05-10 22:35:43.000000000 +0200
++++ xl2tpd.c	2010-08-15 22:02:14.000000000 +0200
 @@ -587,9 +587,33 @@
      hp = gethostbyname (host);
      if (!hp)



1.1                  net-dialup/xl2tpd/files/xl2tpd-1.3.0-LDFLAGS.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/files/xl2tpd-1.3.0-LDFLAGS.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xl2tpd/files/xl2tpd-1.3.0-LDFLAGS.patch?rev=1.1&content-type=text/plain

Index: xl2tpd-1.3.0-LDFLAGS.patch
===================================================================
=== modified file 'Makefile'
--- Makefile	2011-09-20 04:44:23 +0000
+++ Makefile	2011-09-20 04:44:35 +0000
@@ -114,7 +114,7 @@
 	$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS)
 
 $(CONTROL_EXEC): $(CONTROL_SRCS)
-	$(CC) $(CONTROL_SRCS) -o $@
+	$(CC) $(LDFLAGS) $(CONTROL_SRCS) -o $@
 
 pfc:
 	$(CC) $(CFLAGS) -c contrib/pfc.c







^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-20  4:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-20  4:49 [gentoo-commits] gentoo-x86 commit in net-dialup/xl2tpd/files: xl2tpd-dnsretry.patch xl2tpd-1.3.0-LDFLAGS.patch Peter Volkov (pva)

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