--- /tmp/ldap-haskell-0.6.11-440sg9l_1/debian/libghc-ldap-doc_0.6.11-4_all.deb +++ libghc-ldap-doc_0.6.11-4_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2020-06-14 13:17:23.000000 debian-binary │ -rw-r--r-- 0 0 0 1968 2020-06-14 13:17:23.000000 control.tar.xz │ --rw-r--r-- 0 0 0 67632 2020-06-14 13:17:23.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 67620 2020-06-14 13:17:23.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/share/doc/libghc-ldap-doc/html/src/LDAP.Constants.html │ │ │ @@ -31,41 +31,41 @@ │ │ │ ldapPort :: LDAPInt │ │ │ ldapPort = 389 │ │ │ ldapsPort :: LDAPInt │ │ │ ldapsPort = 636 │ │ │ ldapApiVersion :: LDAPInt │ │ │ ldapApiVersion = 3001 │ │ │ ldapVendorName :: LDAPInt │ │ │ -ldapVendorName = 93831388109218 │ │ │ +ldapVendorName = 94639092693410 │ │ │ ldapApiInfoVersion :: LDAPInt │ │ │ ldapApiInfoVersion = 1 │ │ │ ldapFeatureInfoVersion :: LDAPInt │ │ │ ldapFeatureInfoVersion = 1 │ │ │ ldapControlValuesreturnfilter :: LDAPInt │ │ │ -ldapControlValuesreturnfilter = 93831388109312 │ │ │ +ldapControlValuesreturnfilter = 94639092693504 │ │ │ ldapControlSubentries :: LDAPInt │ │ │ -ldapControlSubentries = 93831388109360 │ │ │ +ldapControlSubentries = 94639092693552 │ │ │ ldapControlNoop :: LDAPInt │ │ │ -ldapControlNoop = 93831388109402 │ │ │ +ldapControlNoop = 94639092693594 │ │ │ ldapControlManagedsait :: LDAPInt │ │ │ -ldapControlManagedsait = 93831388109452 │ │ │ +ldapControlManagedsait = 94639092693644 │ │ │ ldapControlProxyAuthz :: LDAPInt │ │ │ -ldapControlProxyAuthz = 93831388109501 │ │ │ +ldapControlProxyAuthz = 94639092693693 │ │ │ ldapControlSortrequest :: LDAPInt │ │ │ -ldapControlSortrequest = 93831388109551 │ │ │ +ldapControlSortrequest = 94639092693743 │ │ │ ldapControlSortresponse :: LDAPInt │ │ │ -ldapControlSortresponse = 93831388109600 │ │ │ +ldapControlSortresponse = 94639092693792 │ │ │ ldapControlVlvrequest :: LDAPInt │ │ │ -ldapControlVlvrequest = 93831388109647 │ │ │ +ldapControlVlvrequest = 94639092693839 │ │ │ ldapControlVlvresponse :: LDAPInt │ │ │ -ldapControlVlvresponse = 93831388109696 │ │ │ +ldapControlVlvresponse = 94639092693888 │ │ │ ldapNoticeOfDisconnection :: LDAPInt │ │ │ -ldapNoticeOfDisconnection = 93831388109750 │ │ │ +ldapNoticeOfDisconnection = 94639092693942 │ │ │ ldapNoticeDisconnect :: LDAPInt │ │ │ -ldapNoticeDisconnect = 93831388109750 │ │ │ +ldapNoticeDisconnect = 94639092693942 │ │ │ │ │ │ {-# LINE 37 "LDAP/Constants.hsc" #-} │ │ │ │ │ │ ldapFilterAnd :: BERTag │ │ │ ldapFilterAnd = 160 │ │ │ ldapFilterOr :: BERTag │ │ │ ldapFilterOr = 161 │ │ ├── ./usr/share/doc/libghc-ldap-doc/html/src/LDAP.Init.html │ │ │ @@ -46,15 +46,15 @@ │ │ │ with ((3)::LDAPInt) $ \copt -> │ │ │ {-# LINE 46 "LDAP/Init.hsc" #-} │ │ │ ldap_set_option cld 17 (castPtr copt) │ │ │ {-# LINE 47 "LDAP/Init.hsc" #-} │ │ │ │ │ │ ldapSetRestart :: LDAPPtr -> IO LDAPInt │ │ │ ldapSetRestart cld = │ │ │ - with ((94387803156576)::LDAPInt) $ \copt -> │ │ │ + with ((94610696249440)::LDAPInt) $ \copt -> │ │ │ {-# LINE 51 "LDAP/Init.hsc" #-} │ │ │ ldap_set_option cld 9 (castPtr copt) │ │ │ {-# LINE 52 "LDAP/Init.hsc" #-} │ │ │ │ │ │ {- | Preferred way to initialize a LDAP connection. │ │ │ The default port is given in 'LDAP.Constants.ldapPort'.