rpms/aiccu/FC-6 .cvsignore, 1.3, 1.4 aiccu.spec, 1.4, 1.5 sources, 1.3, 1.4 aiccu-reload.patch, 1.2, NONE

Matt Domsch (mdomsch) fedora-extras-commits at redhat.com
Mon Jan 8 03:19:42 UTC 2007


Author: mdomsch

Update of /cvs/extras/rpms/aiccu/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12724

Modified Files:
	.cvsignore aiccu.spec sources 
Removed Files:
	aiccu-reload.patch 
Log Message:
aiccu-reload.patch rolled into upstream


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/aiccu/FC-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	24 Sep 2006 04:34:20 -0000	1.3
+++ .cvsignore	8 Jan 2007 03:19:12 -0000	1.4
@@ -1 +1 @@
-aiccu_2006.07.25.tar.gz
+aiccu_20070107.tar.gz


Index: aiccu.spec
===================================================================
RCS file: /cvs/extras/rpms/aiccu/FC-6/aiccu.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- aiccu.spec	2 Oct 2006 20:40:23 -0000	1.4
+++ aiccu.spec	8 Jan 2007 03:19:12 -0000	1.5
@@ -8,15 +8,13 @@
 
 Summary:   AICCU - SixXS Automatic IPv6 Connectivity Client Utility
 Name:      aiccu
-Version:   2006.07.25
-Release:   2%{?dist}
-License:   BSDish
-Group:	   System Environment/Daemons
+Version:   2007.01.07
+Release:   1%{?dist}
+License:   BSD
+Group:     System Environment/Daemons
 URL:       http://www.sixxs.net/tools/aiccu/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Source:    http://www.sixxs.net/archive/sixxs/aiccu/unix/aiccu_%{version}.tar.gz
-# upstream author acks this patch, will include in a future release
-Patch1:	   aiccu-reload.patch
+Source:    http://www.sixxs.net/archive/sixxs/aiccu/unix/aiccu_20070107.tar.gz
 BuildRequires: gnutls-devel
 Requires:  iproute
 Requires(post): chkconfig
@@ -32,7 +30,6 @@
 
 %prep
 %setup -q -n %{name}
-%patch1 -p1
 # fix executable permissions on non-executable content
 # so debuginfo can pick them up properly
 find . -type f -not -name rules -and -not -name *init* -exec chmod a-x \{\} \;
@@ -73,6 +70,14 @@
 %{_sysconfdir}/init.d/aiccu
 
 %changelog
+* Sun Jan 07 2007 Matt Domsch <matt at domsch.com> 2007.01.07-1
+- upgrade to latest upstream 2007.01.07
+  - license change to BSD 3-clause
+  - Fixed up silly linux bug, adding LL address to tunnels but not to tun/taps.
+  - local_ipv4_override option so one can use AICCU behind a NAT that
+    has been configured correctly to do proto-41 forwarding. This is
+    usually called a DMZ setup.
+
 * Mon Oct 02 2006 Matt Domsch <matt at domsch.com> 2006.07.25-2
 - rebuilt
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/aiccu/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	24 Sep 2006 04:34:20 -0000	1.3
+++ sources	8 Jan 2007 03:19:12 -0000	1.4
@@ -1 +1 @@
-0df76e92eb34f4ce8aa3cfcf6896f271  aiccu_2006.07.25.tar.gz
+60c203fa33cad3db9fba2a871e3d9381  aiccu_20070107.tar.gz


--- aiccu-reload.patch DELETED ---




More information about the fedora-extras-commits mailing list