]> git.pld-linux.org Git - packages/links2.git/commitdiff
- updated to 2.1pre4 links2-2_1pre4-1
authorgrzegol <grzegol@pld-linux.org>
Fri, 18 Oct 2002 20:52:01 +0000 (20:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    links2-cookies-save.patch -> 1.2
    links2.spec -> 1.7

links2-cookies-save.patch
links2.spec

index 53a1110b2d57006f3900f4b55ec10624775eeb42..f15ebc639190cde576bc328bf386a42acc7ca222 100644 (file)
@@ -1,9 +1,9 @@
 diff -ru links-0.96/cookies.c links-0.96+cookies-save/cookies.c
 --- links-0.96/cookies.c       Mon Sep  3 07:19:37 2001
 +++ links-0.96+cookies-save/cookies.c  Mon Sep  3 07:18:42 2001
-@@ -276,15 +276,99 @@
+@@ -272,15 +272,99 @@
  
- void init_cookies()
+ void init_cookies(void)
  {
 -      /* !!! FIXME: read cookies */
 +      unsigned char in_buffer[MAX_STR_LEN];
@@ -72,7 +72,7 @@ diff -ru links-0.96/cookies.c links-0.96+cookies-save/cookies.c
 +      fclose(fp);
  }
  
- void cleanup_cookies()
+ void cleanup_cookies(void)
  {
        struct cookie *c;
 +      unsigned char *cookfile;
index 8438858883993cce78c12d8675b61129b05e0406..75ac24cb01cfabf75d4a6640f674ce4089c5bb39 100644 (file)
@@ -18,8 +18,8 @@ Summary(pt_BR):       O links 
 Summary(ru):   ôÅËÓÔÏ×ÙÊ WWW ÂÒÏÕÚÅÒ ÔÉÐÁ Lynx
 Summary(uk):   ôÅËÓÔÏ×ÉÊ WWW ÂÒÏÕÚÅÒ ÔÉÐÕ Lynx
 Name:          links2
-Version:       2.1pre3
-Release:       2
+Version:       2.1pre4
+Release:       1
 Epoch:         1
 License:       GPL v2
 Group:         Applications/Networking
This page took 0.083527 seconds and 4 git commands to generate.