[arch-commits] CVS update of core/base/libpcap (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Sun Oct 7 11:42:13 UTC 2007


    Date: Sunday, October 7, 2007 @ 07:42:13
  Author: thomas
    Path: /home/cvs-core/core/base/libpcap

Modified: PKGBUILD (1.19 -> 1.20)

added warning to PKGBUILD


----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)


Index: core/base/libpcap/PKGBUILD
diff -u core/base/libpcap/PKGBUILD:1.19 core/base/libpcap/PKGBUILD:1.20
--- core/base/libpcap/PKGBUILD:1.19	Sat Oct  6 12:22:52 2007
+++ core/base/libpcap/PKGBUILD	Sun Oct  7 07:42:13 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.19 2007/10/06 16:22:52 tpowa Exp $
+# $Id: PKGBUILD,v 1.20 2007/10/07 11:42:13 thomas Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 
 pkgname=libpcap
@@ -16,6 +16,12 @@
 md5sums=('5208f24d0328ee7c20b52c43eaa9aa0e'
          'b8a9c5e5cea0b89a8a7456c6c4d59db4')
 
+# This package has a strict SONAME that changes in EVERY MINOR
+# release. Whenever you feel like updating this package, DON'T,
+# it will break a number of essential system tools.
+# Again, for dummies: IF YOU UPDATE THIS PACKAGE DIRECTLY TO CORE,
+# I WILL PERSONALLY CHOP YOUR HEAD OFF!
+
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   patch -Np1 -i ${startdir}/libpcap-shared.patch || return 1




More information about the arch-commits mailing list