slackware-current/source/n/ppp/ppp.slack.diff
Patrick J Volkerding 3e99129ce3 Mon Jan 25 20:42:50 UTC 2021
a/openssl10-solibs-1.0.2u-x86_64-2.txz:  Removed.
d/make-4.3-x86_64-2.txz:  Rebuilt.
  We'll upgrade to make-4.3 again (with a few patches from Fedora) since this
  is now working with all the sources that we ship.
l/gst-plugins-base0-0.10.36-x86_64-4.txz:  Removed.
l/gst-plugins-good0-0.10.31-x86_64-4.txz:  Removed.
l/gstreamer0-0.10.36-x86_64-3.txz:  Removed.
l/libcap-2.47-x86_64-1.txz:  Upgraded.
l/libsamplerate-0.2.1-x86_64-1.txz:  Upgraded.
l/libvisual-plugins-0.4.0-x86_64-6.txz:  Rebuilt.
  Drop actor_gstreamer.so (requires gstreamer0).
l/mozjs78-78.7.0esr-x86_64-1.txz:  Upgraded.
l/talloc-2.3.2-x86_64-1.txz:  Upgraded.
n/NetworkManager-1.28.0-x86_64-4.txz:  Rebuilt.
  Rebuilt for ppp-2.4.9.
n/openssl10-1.0.2u-x86_64-2.txz:  Removed.
n/ppp-2.4.9-x86_64-1.txz:  Upgraded.
n/rp-pppoe-3.14-x86_64-3.txz:  Rebuilt.
  Rebuilt for ppp-2.4.9.
x/ibus-libpinyin-1.12.0-x86_64-1.txz:  Upgraded.
x/ibus-table-1.12.4-x86_64-1.txz:  Upgraded.
x/libpinyin-2.6.0-x86_64-1.txz:  Upgraded.
xap/mozilla-firefox-78.7.0esr-x86_64-1.txz:  Upgraded.
  This release contains security fixes and improvements.
  For more information, see:
    https://www.mozilla.org/en-US/firefox/78.7.0/releasenotes/
  (* Security fix *)
xfce/xfce4-whiskermenu-plugin-2.5.3-x86_64-1.txz:  Upgraded.
2021-01-26 08:59:51 +01:00

86 lines
2.7 KiB
Diff

--- ./chat/Makefile.linux.orig 2021-01-04 17:06:37.000000000 -0600
+++ ./chat/Makefile.linux 2021-01-25 12:56:35.570645743 -0600
@@ -4,7 +4,7 @@
DESTDIR = $(INSTROOT)@DESTDIR@
BINDIR = $(DESTDIR)/sbin
-MANDIR = $(DESTDIR)/share/man/man8
+MANDIR = $(DESTDIR)/man/man8
CDEF1= -DTERMIOS # Use the termios structure
CDEF2= -DSIGTYPE=void # Standard definition
--- ./pppdump/Makefile.linux.orig 2021-01-04 17:06:37.000000000 -0600
+++ ./pppdump/Makefile.linux 2021-01-25 12:56:35.570645743 -0600
@@ -4,7 +4,7 @@
DESTDIR = $(INSTROOT)@DESTDIR@
BINDIR = $(DESTDIR)/sbin
-MANDIR = $(DESTDIR)/share/man/man8
+MANDIR = $(DESTDIR)/man/man8
CFLAGS = $(COPTS) -I../include/net
OBJS = pppdump.o bsd-comp.o deflate.o zlib.o
--- ./pppd/Makefile.linux.orig 2021-01-04 17:06:37.000000000 -0600
+++ ./pppd/Makefile.linux 2021-01-25 12:56:35.570645743 -0600
@@ -10,7 +10,7 @@
# Default installation locations
DESTDIR = $(INSTROOT)@DESTDIR@
BINDIR = $(DESTDIR)/sbin
-MANDIR = $(DESTDIR)/share/man/man8
+MANDIR = $(DESTDIR)/man/man8
INCDIR = $(DESTDIR)/include
TARGETS = pppd
@@ -74,7 +74,7 @@
PLUGIN=y
# Enable Microsoft proprietary Callback Control Protocol
-#CBCP=y
+CBCP=y
# Enable EAP SRP-SHA1 authentication (requires libsrp)
#USE_SRP=y
--- ./pppd/plugins/Makefile.linux.orig 2021-01-04 17:06:37.000000000 -0600
+++ ./pppd/plugins/Makefile.linux 2021-01-25 12:56:35.570645743 -0600
@@ -4,7 +4,7 @@
DESTDIR = $(INSTROOT)@DESTDIR@
BINDIR = $(DESTDIR)/sbin
-MANDIR = $(DESTDIR)/share/man/man8
+MANDIR = $(DESTDIR)/man/man8
LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
CFLAGS = $(COPTS) -I.. -I../../include -fPIC
--- ./pppd/plugins/radius/Makefile.linux.orig 2021-01-04 17:06:37.000000000 -0600
+++ ./pppd/plugins/radius/Makefile.linux 2021-01-25 12:56:35.570645743 -0600
@@ -8,7 +8,7 @@
COPTS=@CFLAGS@
DESTDIR = $(INSTROOT)@DESTDIR@
-MANDIR = $(DESTDIR)/share/man/man8
+MANDIR = $(DESTDIR)/man/man8
LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
VERSION = $(shell awk -F '"' '/VERSION/ { print $$2; }' ../../patchlevel.h)
--- ./linux/Makefile.top.orig 2021-01-04 17:06:37.000000000 -0600
+++ ./linux/Makefile.top 2021-01-25 12:56:35.570645743 -0600
@@ -3,7 +3,7 @@
DESTDIR = $(INSTROOT)@DESTDIR@
BINDIR = $(DESTDIR)/sbin
INCDIR = $(DESTDIR)/include
-MANDIR = $(DESTDIR)/share/man
+MANDIR = $(DESTDIR)/man
ETCDIR = $(INSTROOT)@SYSCONF@/ppp
# uid 0 = root
--- ./pppstats/Makefile.linux.orig 2021-01-04 17:06:37.000000000 -0600
+++ ./pppstats/Makefile.linux 2021-01-25 12:56:35.570645743 -0600
@@ -7,7 +7,7 @@
DESTDIR = $(INSTROOT)@DESTDIR@
BINDIR = $(DESTDIR)/sbin
-MANDIR = $(DESTDIR)/share/man/man8
+MANDIR = $(DESTDIR)/man/man8
PPPSTATSRCS = pppstats.c
PPPSTATOBJS = pppstats.o